Results

By type

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

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

2022-11-07T05:23:36.109Z||main|||||INFO|500||The following profiles are active: basic
2022-11-07T05:23:48.122Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-07T05:23:48.123Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-07T05:23:48.231Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-07T05:23:52.292Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-07T05:23:52.834Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-07T05:23:53.367Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-07T05:23:53.385Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-07T05:23:53.551Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-07T05:23:53.773Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-07T05:23:54.380Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-07T05:23:56.624Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-07T05:23:59.400Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-07T05:23:59.460Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-07T05:24:00.186Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-07T05:24:00.418Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-07T05:24:01.616Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-07T05:24:02.750Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-07T05:24:02.773Z||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$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-07T05:24:02.774Z||main|||||WARN|500||The sdc end point is not alive
2022-11-07T05:24:05.877Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-07T05:24:09.331Z||main|||||WARN|500||---
2022-11-07T05:24:09.332Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-07T05:24:09.333Z||main|||||WARN|500||---
2022-11-07T05:24:09.821Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-07T05:24:14.809Z||main|||||INFO|500||Started Application in 41.979 seconds (JVM running for 44.42)
2022-11-07T05:24:14.831Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-07T05:24:14.833Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-07T05:24:14.846Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-07T05:24:14.876Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-07T05:24:14.942Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1de2c4d1-129e-4f1a-ad84-8d114278c2d6 url= /sdc/v1/artifactTypes
2022-11-07T05:24:14.943Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-07T05:24:15.449Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-07T05:24:15.476Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-07T05:24:15.497Z||scheduling-1|||||DEBUG|500||create keys
2022-11-07T05:24:15.504Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-07T05:24:15.547Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:24:15.564Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5415f3f7-25ed-4a29-8b50-abdcf26bf70e url= /sdc/v1/registerForDistribution
2022-11-07T05:24:15.644Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5415f3f7-25ed-4a29-8b50-abdcf26bf70e url= /sdc/v1/registerForDistribution
2022-11-07T05:24:15.644Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-07T05:24:15.655Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:24:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:24:15.668Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:24:15.668Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:24:15.668Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:24:15.668Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:24:15.669Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-07T05:24:26.013Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:24:26.022Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:25:15.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:25:15.654Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:25:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:25:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:25:15.657Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:25:15.658Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:25:25.205Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:25:25.208Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:26:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:26:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:26:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:26:15.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:26:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:26:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:26:25.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:26:25.236Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:27:15.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:27:15.654Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:27:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:27:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:27:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:27:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:27:25.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:27:25.207Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:28:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:28:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:28:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:28:15.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:28:15.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:28:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:28:25.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:28:25.210Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:29:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:29:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:29:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:29:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:29:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:29:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:29:25.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:29:25.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:30:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:30:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:30:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:30:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:30:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:30:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:30:25.210Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:30:25.212Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:31:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:31:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:31:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:31:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:31:15.659Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:31:15.659Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:31:25.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:31:25.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:32:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:32:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:32:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:32:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:32:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:32:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:32:25.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:32:25.208Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:33:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:33:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:33:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:33:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:33:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:33:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:33:25.210Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:33:25.218Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:34:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:34:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:34:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:34:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:34:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:34:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:34:25.208Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:34:25.208Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:34:27.972Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-07T05:35:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:35:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:35:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:35:15.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:35:15.656Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:35:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:35:25.203Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:35:25.230Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:36:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:36:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:36:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:36:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:36:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:36:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:36:25.203Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:36:25.204Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:37:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:37:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:37:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:37:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:37:15.657Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:37:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:37:25.198Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:37:25.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:38:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:38:15.655Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:38:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:38:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:38:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:38:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:38:25.203Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:38:25.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:39:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:39:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:39:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:39:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:39:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:39:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:39:25.198Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:39:25.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:40:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:40:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:40:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:40:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:40:15.657Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:40:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:40:25.218Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:40:25.218Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:41:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:41:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:41:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:41:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:41:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:41:15.658Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:41:25.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:41:25.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:42:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:42:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:42:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:42:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:42:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:42:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:42:25.202Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:42:25.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:43:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:43:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:43:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:43:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:43:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:43:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:43:25.201Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:43:25.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:44:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:44:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:44:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:44:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:44:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:44:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:44:25.202Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:44:25.204Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:45:15.654Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:45:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:45:15.662Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:45:15.662Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:45:15.663Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:45:15.663Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:45:25.213Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:45:25.219Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:46:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:46:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:46:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:46:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:46:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:46:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:46:25.199Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:46:25.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:47:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:47:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:47:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:47:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:47:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:47:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:47:25.203Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:47:25.205Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:48:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:48:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:48:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:48:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:48:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:48:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:48:25.199Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:48:25.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:49:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:49:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:49:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:49:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:49:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:49:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:49:25.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:49:25.206Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:50:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:50:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:50:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:50:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:50:15.657Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:50:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:50:25.205Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:50:25.210Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:51:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:51:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:51:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:51:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:51:15.657Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:51:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:51:25.201Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:51:25.210Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:52:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:52:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:52:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:52:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:52:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:52:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:52:25.197Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:52:25.205Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:53:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:53:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:53:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:53:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:53:15.657Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:53:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:53:25.203Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:53:25.205Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:54:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:54:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:54:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:54:15.656Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:54:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:54:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:54:25.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:54:25.201Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:55:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:55:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:55:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:55:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:55:15.657Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:55:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:55:25.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:55:25.202Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:56:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:56:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:56:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:56:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:56:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:56:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:56:25.202Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:56:25.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:57:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:57:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:57:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:57:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:57:15.657Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:57:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:57:25.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:57:25.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:58:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:58:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:58:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:58:15.656Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:58:15.657Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:58:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:58:25.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:58:25.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:59:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:59:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:59:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:59:15.656Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T05:59:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T05:59:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T05:59:25.208Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T05:59:25.210Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:00:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:00:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:00:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:00:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:00:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:00:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:00:25.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:00:25.197Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:01:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:01:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:01:15.656Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:01:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:01:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:01:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:01:25.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:01:25.206Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:02:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:02:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:02:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:02:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:02:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:02:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:02:25.196Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:02:25.200Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:03:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:03:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:03:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:03:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:03:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:03:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:03:25.205Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:03:25.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:04:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:04:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:04:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:04:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:04:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:04:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:04:25.205Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:04:25.208Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:05:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:05:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:05:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:05:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:05:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:05:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:05:25.199Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:05:25.201Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:06:15.652Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:06:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:06:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:06:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:06:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:06:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:06:25.197Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:06:25.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:07:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:07:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:07:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:07:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:07:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:07:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:07:25.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:07:25.201Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:08:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:08:15.653Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:08:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:08:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:08:15.657Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:08:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:08:25.198Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:08:25.200Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:09:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:09:15.655Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:09:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:09:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:09:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:09:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:09:25.214Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:09:25.215Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:15.653Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:10:15.654Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:10:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:10:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:10:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:16.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:16.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:10:16.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e50a9103-6c83-4d33-8f86-7a186ee0b711","serviceName":"vFW 2022-11-07 06-09-20","serviceVersion":"1.0","serviceUUID":"0a6d146e-1959-42ed-bacc-aa55eeebf07a","serviceDescription":"catalog service description","serviceInvariantUUID":"2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4","resources":[{"resourceInstanceName":"vFW e39886f5-a800 0","resourceName":"vFW e39886f5-a800","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eefa2e58-5333-4299-b3d7-ce900133a446","resourceInvariantUUID":"063eae82-7f06-4db0-b15f-02d140bc1786","resourceCustomizationUUID":"8f68e135-578a-4477-b809-6a62218523f5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml","artifactChecksum":"NTgzZmU0YWRiYThhNjAxYjlmZTg1YzZlY2FmMWVlMmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c542b0d3-82ab-4372-9486-093da0503d12","artifactVersion":"1"},{"artifactName":"vfwe39886f5a8000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json","artifactChecksum":"OGE5ZDhhMGU5ZDViMzI0NWM5YWUyYWQwYjcyMDYyNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d4b8a854-fdde-463d-ba2b-9d807d95aed4","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"43afbf17-4714-4daf-b879-fb0431493146","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml","artifactChecksum":"ODQ2NmZiMTViZGFlY2NiMzY1N2FmZGI2M2E4YWQzYmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"20282532-11b4-4984-b0ee-df9b275d9e24","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"50488954-67d1-4eea-8fff-2dd5c37abbc2","artifactVersion":"2","generatedFromUUID":"43afbf17-4714-4daf-b879-fb0431493146"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221107060920-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml","artifactChecksum":"OGMwZDIxZTBiZjg1NWYwMWI3ZmFkNjUzYmNhNzUxYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a1a2363-6966-48dc-8549-ba51b3da2799","artifactVersion":"1"},{"artifactName":"service-Vfw20221107060920-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar","artifactChecksum":"NzRjYTU4MWY0MTU5MDNjYTUzNWFkOTRjYWE0OTM1MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cfd8396c-8bc2-468f-818a-9e814bfcfc40","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:10:16.490Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:16.503Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:16.522Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:16.522Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:10:16.622Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-11-07T06:10:16.630Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:16.630Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:16.642Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:16.643Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:16.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:16.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:10:16.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:10:16.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:10:17.534Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:17.534Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:17.538Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:17.538Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:10:17.637Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-07T06:10:17.639Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:17.639Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:17.648Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:17.649Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:18.540Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:18.541Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:18.544Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:18.544Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:10:18.644Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:18.645Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:18.645Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:18.655Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:18.655Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:19.545Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:19.546Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:19.548Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:19.549Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:10:19.649Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:19.650Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:19.650Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:19.663Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:19.663Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:20.550Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:20.550Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:20.553Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:20.554Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-07T06:10:20.653Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:10:20.654Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:20.655Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:20.663Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:20.664Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:21.554Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:21.555Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:21.558Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:21.558Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:10:21.658Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:21.659Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:21.659Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:21.672Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:21.673Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:22.558Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:10:22.559Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:22.562Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:22.562Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:10:22.662Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:22.663Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:22.663Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:22.682Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:22.682Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:23.565Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "serviceName": "vFW 2022-11-07 06-09-20",
  "serviceVersion": "1.0",
  "serviceUUID": "0a6d146e-1959-42ed-bacc-aa55eeebf07a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4",
  "resources": [
    {
      "resourceInstanceName": "vFW e39886f5-a800 0",
      "resourceCustomizationUUID": "8f68e135-578a-4477-b809-6a62218523f5",
      "resourceName": "vFW e39886f5-a800",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "eefa2e58-5333-4299-b3d7-ce900133a446",
      "resourceInvariantUUID": "063eae82-7f06-4db0-b15f-02d140bc1786",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe39886f5a8000_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
          "artifactChecksum": "OGE5ZDhhMGU5ZDViMzI0NWM5YWUyYWQwYjcyMDYyNGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d4b8a854-fdde-463d-ba2b-9d807d95aed4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "43afbf17-4714-4daf-b879-fb0431493146",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "50488954-67d1-4eea-8fff-2dd5c37abbc2",
            "generatedFromUUID": "43afbf17-4714-4daf-b879-fb0431493146"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "50488954-67d1-4eea-8fff-2dd5c37abbc2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221107060920-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
      "artifactChecksum": "NzRjYTU4MWY0MTU5MDNjYTUzNWFkOTRjYWE0OTM1MzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cfd8396c-8bc2-468f-818a-9e814bfcfc40"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:10:23.567Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:10:23.567Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0a6d146e-1959-42ed-bacc-aa55eeebf07a ASDC
2022-11-07T06:10:23.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e50a9103-6c83-4d33-8f86-7a186ee0b711
ServiceName:vFW 2022-11-07 06-09-20
ServiceVersion:1.0
ServiceUUID:0a6d146e-1959-42ed-bacc-aa55eeebf07a
ServiceInvariantUUID:2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221107060920-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
ArtifactUUID:cfd8396c-8bc2-468f-818a-9e814bfcfc40
ArtifactChecksum:NzRjYTU4MWY0MTU5MDNjYTUzNWFkOTRjYWE0OTM1MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e39886f5-a800 0
ResourceCustomizationUUID:8f68e135-578a-4477-b809-6a62218523f5
ResourceInvariantUUID:063eae82-7f06-4db0-b15f-02d140bc1786
ResourceName:vFW e39886f5-a800
ResourceType:VF
ResourceUUID:eefa2e58-5333-4299-b3d7-ce900133a446
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe39886f5a8000_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
ArtifactUUID:d4b8a854-fdde-463d-ba2b-9d807d95aed4
ArtifactChecksum:OGE5ZDhhMGU5ZDViMzI0NWM5YWUyYWQwYjcyMDYyNGQ=
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/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
ArtifactUUID:43afbf17-4714-4daf-b879-fb0431493146
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/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
ArtifactUUID:50488954-67d1-4eea-8fff-2dd5c37abbc2
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/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
ArtifactUUID:50488954-67d1-4eea-8fff-2dd5c37abbc2
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-07T06:10:23.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0a6d146e-1959-42ed-bacc-aa55eeebf07a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:10:24.071Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:10:24.073Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:10:24.075Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:10:24.075Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cfd8396c-8bc2-468f-818a-9e814bfcfc40 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:24.076Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:24.077Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:24.186Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:24.206Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar cfd8396c-8bc2-468f-818a-9e814bfcfc40 100708
2022-11-07T06:10:24.208Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar ASDC sendASDCNotification
2022-11-07T06:10:24.208Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:24.210Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:24.211Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:24.214Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:24.214Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:10:24.314Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:24.315Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:24.315Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:24.327Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:24.327Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:25.214Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:10:25.215Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:10:25.216Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: cfd8396c-8bc2-468f-818a-9e814bfcfc40, URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar to file: /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:25.217Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221107060920-csar.csar
2022-11-07T06:10:25.349Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:25.349Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:26.268Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13252744625382853308/Definitions/service-Vfw20221107060920-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-11-07T06:10:28.829Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:10:28.834Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:10:28.834Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.834Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.835Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e39886f5-a800 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-Vfw20221107060920-csar.csar
2022-11-07T06:10:28.836Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:10:28.842Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.861Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.865Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.866Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:10:28.867Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:10:28.869Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.869Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.869Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.870Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.873Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.874Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:28.875Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.876Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:10:28.877Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.877Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:10:28.878Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.878Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.878Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.879Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.880Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.881Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea9fb8e0-f3e4-422b-99c7-741f59f8c6d0
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.882Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:28.883Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:28.884Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65504708-5579-4583-8310-9608449e1980
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:28.885Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:28.886Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-07T06:10:28.887Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2804a9da-16e0-4c0d-817c-ca068dba4c80
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.888Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:28.889Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-07 06-09-20
Description:catalog service description
Model UUID:0a6d146e-1959-42ed-bacc-aa55eeebf07a
Model Version:NULL
Model InvariantUuid:2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e39886f5-a800
Model UUID:5e82fbe5-4266-45c1-ad5a-3bbecaba8b4a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:063eae82-7f06-4db0-b15f-02d140bc1786
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8f68e135-578a-4477-b809-6a62218523f5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:66e63ed2-2764-46fe-8ec7-f21f3a445576
ModelName:VfwE39886f5A800..base_vfw..module-0
ModelUuid:c0c05b02-09bd-4753-8b11-154db64dc561
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ea9fb8e0-f3e4-422b-99c7-741f59f8c6d0
ModelInvariantUuid:1f224c53-ef69-495c-a37e-de6532269df6
ModelName:vFW e39886f5-a800-nodes.vfwCvfc
ModelUuid:bce26287-e5b6-4e66-93fa-56f26bed9867
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ba707c93-4779-4d0a-a56e-ab6e3fd9de58
ModelInvariantUuid:c52a3447-7860-44f3-8e10-724a5e8200a9
ModelName:VfwE39886f5A800.compute.nodes.heat.vfw
ModelUuid:541acea8-a4d6-4ac5-9747-395d05d36602
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:65504708-5579-4583-8310-9608449e1980
ModelInvariantUuid:0c0004bc-4d3a-4293-9083-cf50590c4d1a
ModelName:vFW e39886f5-a800-nodes.vsnCvfc
ModelUuid:e1804121-1b93-4c4c-bcfd-d99b85dedfdc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:415f46e3-9d14-451b-a6ee-62a1f1407445
ModelInvariantUuid:6935b6c3-2a47-40c7-8088-e2ccb3aee8b6
ModelName:VfwE39886f5A800.compute.nodes.heat.vsn
ModelUuid:30e5062c-330f-48ef-b18d-83fb835fdbf6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2804a9da-16e0-4c0d-817c-ca068dba4c80
ModelInvariantUuid:b20cac68-4c34-4fc9-9561-cf2ca4250122
ModelName:vFW e39886f5-a800-nodes.vpgCvfc
ModelUuid:7f3721e8-976b-47cd-853e-f64e0617d127
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:911c9d99-b88a-4c4e-9b93-b3031a3bb863
ModelInvariantUuid:059fa993-8ab5-4fbe-b3ab-b59cc92ac86b
ModelName:VfwE39886f5A800.compute.nodes.heat.vpg
ModelUuid:f4908e0e-f044-4bfc-8e4e-85a3d346e535
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:10:28.914Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: eefa2e58-5333-4299-b3d7-ce900133a446
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:10:29.010Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||vFW e39886f5-a800 0
2022-11-07T06:10:29.017Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eefa2e58-5333-4299-b3d7-ce900133a446
2022-11-07T06:10:29.017Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d4b8a854-fdde-463d-ba2b-9d807d95aed4 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:29.018Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:29.018Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:29.067Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:29.068Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json d4b8a854-fdde-463d-ba2b-9d807d95aed4 785
2022-11-07T06:10:29.068Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json ASDC sendASDCNotification
2022-11-07T06:10:29.068Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:29.069Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:29.069Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:29.073Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:29.073Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801429068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:10:29.173Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:29.174Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:29.174Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:29.185Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:29.186Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:30.075Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE39886f5A800..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "66e63ed2-2764-46fe-8ec7-f21f3a445576",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0c05b02-09bd-4753-8b11-154db64dc561",
    "vfModuleModelCustomizationUUID": "f3bd3ca5-4776-4104-9f98-35a11a6007aa",
    "isBase": true,
    "artifacts": [
      "43afbf17-4714-4daf-b879-fb0431493146",
      "50488954-67d1-4eea-8fff-2dd5c37abbc2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:10:30.089Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE39886f5A800..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0c05b02-09bd-4753-8b11-154db64dc561
VfModuleModelInvariantUUID:66e63ed2-2764-46fe-8ec7-f21f3a445576
VfModuleModelDescription:NULL
Artifacts UUID List:{
43afbf17-4714-4daf-b879-fb0431493146
,
50488954-67d1-4eea-8fff-2dd5c37abbc2

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

isBase:true


}

2022-11-07T06:10:30.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE39886f5A800..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "66e63ed2-2764-46fe-8ec7-f21f3a445576",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c0c05b02-09bd-4753-8b11-154db64dc561",
    "vfModuleModelCustomizationUUID": "f3bd3ca5-4776-4104-9f98-35a11a6007aa",
    "isBase": true,
    "artifacts": [
      "43afbf17-4714-4daf-b879-fb0431493146",
      "50488954-67d1-4eea-8fff-2dd5c37abbc2"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:10:30.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE39886f5A800..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c0c05b02-09bd-4753-8b11-154db64dc561
VfModuleModelInvariantUUID:66e63ed2-2764-46fe-8ec7-f21f3a445576
VfModuleModelDescription:NULL
Artifacts UUID List:{
43afbf17-4714-4daf-b879-fb0431493146
,
50488954-67d1-4eea-8fff-2dd5c37abbc2

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

isBase:true


}

2022-11-07T06:10:30.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 43afbf17-4714-4daf-b879-fb0431493146 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:30.092Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:30.092Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:30.144Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:30.145Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml 43afbf17-4714-4daf-b879-fb0431493146 20368
2022-11-07T06:10:30.145Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-07T06:10:30.146Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:30.146Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:30.146Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:30.149Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:30.149Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801430145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:10:30.249Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:30.250Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:30.250Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:30.262Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:30.263Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:31.150Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 50488954-67d1-4eea-8fff-2dd5c37abbc2 from URL: /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:31.150Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:10:31.150Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:31.197Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env 50488954-67d1-4eea-8fff-2dd5c37abbc2 2098
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:31.198Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:10:31.199Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:31.201Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:31.201Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801431198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:10:31.301Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:31.303Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:31.303Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:31.314Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:31.314Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:32.202Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0a6d146e-1959-42ed-bacc-aa55eeebf07a
2022-11-07T06:10:32.202Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e39886f5-a800 0 eefa2e58-5333-4299-b3d7-ce900133a446 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:10:32.248Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@157ff943, org.onap.sdc.toscaparser.api.parameters.Input@4982fc92, org.onap.sdc.toscaparser.api.parameters.Input@7da05f14, org.onap.sdc.toscaparser.api.parameters.Input@690943b9, org.onap.sdc.toscaparser.api.parameters.Input@3d60a3a]
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-07T06:10:32.252Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8f68e135-578a-4477-b809-6a62218523f5
2022-11-07T06:10:32.253Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f68e135-578a-4477-b809-6a62218523f5 matches Tosca VF Customization UUID: 8f68e135-578a-4477-b809-6a62218523f5
2022-11-07T06:10:32.253Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8f68e135-578a-4477-b809-6a62218523f5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:10:32.264Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.264Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8f68e135-578a-4477-b809-6a62218523f5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@73fb1944
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.265Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:10:32.266Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f3bd3ca5-4776-4104-9f98-35a11a6007aa
2022-11-07T06:10:32.267Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f3bd3ca5-4776-4104-9f98-35a11a6007aa
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:10:32.274Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.277Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.277Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.278Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:32.279Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:32.280Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.281Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=ea9fb8e0-f3e4-422b-99c7-741f59f8c6d0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:10:32.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:32.295Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-07T06:10:32.296Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.297Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=65504708-5579-4583-8310-9608449e1980
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:10:32.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.301Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-07T06:10:32.303Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-07T06:10:32.304Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-07T06:10:32.304Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=2804a9da-16e0-4c0d-817c-ca068dba4c80
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.306Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Node template vFW e39886f5-a800 0 is matching search criteria
2022-11-07T06:10:32.307Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW e39886f5-a800 0] matching following query criteria: sdcType=VF, customizationUUID=8f68e135-578a-4477-b809-6a62218523f5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:10:32.309Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.309Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0a6d146e-1959-42ed-bacc-aa55eeebf07a: vFW e39886f5-a800
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.310Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.311Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:10:32.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-07 06-09-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:10:32.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-11-07 06-09-20 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:10:32.602Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e39886f5-a800 eefa2e58-5333-4299-b3d7-ce900133a446 1 ASDC deployResourceStructure
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json ASDC sendASDCNotification
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:32.603Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:32.605Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:32.605Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801432602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:10:32.705Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:32.706Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:32.706Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:32.716Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:32.716Z||pool-14-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:33.607Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-07T06:10:33.607Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml
2022-11-07T06:10:33.608Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:33.608Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:33.610Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:33.610Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801433607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:10:33.710Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:33.711Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:33.711Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:33.722Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:33.722Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:10:34.611Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-07T06:10:34.612Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env
2022-11-07T06:10:34.612Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:34.612Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:34.615Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:34.615Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801434611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:10:34.715Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:34.716Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:34.717Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:34.729Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:34.730Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:35.616Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar ASDC sendASDCNotification
2022-11-07T06:10:35.616Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar
2022-11-07T06:10:35.616Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:10:35.617Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:10:35.619Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:10:35.619Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801435616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:10:35.719Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:10:35.720Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:10:35.720Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:10:35.731Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:10:35.731Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:10:36.620Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:10:36.646Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:10:36.649Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:10:36.649Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:10:36.650Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:11:06.651Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:06.662Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:06.664Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:11:06.664Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:11:06.664Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:11:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:11:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:11:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:11:15.682Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:11:15.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:11:15.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801415379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:11:15.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:11:36.665Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:36.675Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:11:36.679Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:11:36.680Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:11:36.680Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:12:06.681Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:06.699Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:06.701Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:12:06.702Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:12:06.702Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:12:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:12:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:12:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:12:15.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:12:15.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:12:15.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:12:15.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:12:36.702Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:36.718Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:12:36.721Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:12:36.722Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:12:36.722Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:13:06.723Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:06.735Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:06.737Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:13:06.737Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:13:06.738Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:13:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:13:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:13:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:13:15.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:13:15.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801415379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801415379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801415379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801415379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801421951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801415379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801421951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801415379,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801415571,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801415652,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801421951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801425063,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801424206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801421951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801421951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801421951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801421951,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801429877,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801429068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "cds",
  "timestamp": 1667801430904,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.714Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.714Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801430145,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801431198,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801426893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801432602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801433113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801434702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801433607,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801433113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801435839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801434611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801433113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801436909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801435616,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801433113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801438020,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.737Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.737Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801433113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801439025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/resourceInstances/vfwe39886f5a8000/artifacts/vfwe39886f5a8000_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801433113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801440058,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801433113,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "aai-ml",
  "timestamp": 1667801441064,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.751Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.751Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801440926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801445770,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221107060920/1.0/artifacts/service-Vfw20221107060920-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801446782,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:15.769Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e50a9103-6c83-4d33-8f86-7a186ee0b711
2022-11-07T06:13:15.769Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId e50a9103-6c83-4d33-8f86-7a186ee0b711 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801466893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801463113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801466893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801463113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801466893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801463113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801466893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801463113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801466893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801463113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801466893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801463113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801466893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801466951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801463113,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801475994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801476001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801475325,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801475571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:13:15.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:13:36.738Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:36.750Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:13:36.753Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:13:36.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:13:36.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:13:36.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:13:36.760Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:14:06.760Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e50a9103-6c83-4d33-8f86-7a186ee0b711 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:14:06.772Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e50a9103-6c83-4d33-8f86-7a186ee0b711 and serviceModelVersionId: 0a6d146e-1959-42ed-bacc-aa55eeebf07a
2022-11-07T06:14:06.772Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4
2022-11-07T06:14:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:14:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:14:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:16.182Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:16.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "cds",
  "timestamp": 1667801477015,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.199Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.199Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801477056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801475571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801475379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801478116,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801475571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.210Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801475379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801477853,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.211Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.212Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801479138,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:14:16.216Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.216Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801475571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801475379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667801478857,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:14:16.233Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.233Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667801480141,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.242Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801475571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801475379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801475571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.243Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801475379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801475571,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801475379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.244Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801483298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667801475379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801490656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:14:16.245Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "aai-ml",
  "timestamp": 1667801491662,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:14:16.250Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c321e8ac-68c9-4253-a6f9-185c842e31a0
2022-11-07T06:14:16.250Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId c321e8ac-68c9-4253-a6f9-185c842e31a0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:22.294Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0
2022-11-07T06:14:22.429Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:14:22.933Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-07T06:14:22.940Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0|INFO|500||Invoke
2022-11-07T06:14:23.091Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:14:23.287Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0|INFO|500||InvokeReturn
2022-11-07T06:14:23.288Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2f0b29a3-fb3b-45c3-a4d0-ef2a400733c4/model-vers/model-ver/0a6d146e-1959-42ed-bacc-aa55eeebf07a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221107-06:14:23:758-66100], vertex-id=[147680], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:14:23 GMT], Content-Type=[application/json]}
2022-11-07T06:14:23.289Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:14:23.292Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:14:23.292Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:14:23.298Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:14:23.298Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e50a9103-6c83-4d33-8f86-7a186ee0b711 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:14:23.299Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:14:23.300Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:23.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:23.302Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801663299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:14:23.402Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:23.403Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:23.403Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:23.414Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:23.414Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:14:24.312Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:14:24.313Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:14:24.313Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:28.726Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:28.726Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:14:28.727Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c321e8ac-68c9-4253-a6f9-185c842e31a0","serviceName":"basic_onboard_eamMEd","serviceVersion":"1.0","serviceUUID":"469ac8a5-8a5d-49e1-9960-e72103dd5fff","serviceDescription":"service","serviceInvariantUUID":"c2781c36-c1d6-447b-acae-e1c0188e2167","resources":[{"resourceInstanceName":"basic_onboard_eamMEd 0","resourceName":"basic_onboard_eamMEd","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0","resourceInvariantUUID":"fa8fbb65-8666-40a3-a8a5-b7bba9073ba8","resourceCustomizationUUID":"08535c47-13cd-40b5-a722-0d21b45e26f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml","artifactChecksum":"ZjhlZjYyYTEwOWEyMDZlOWRjN2VmNTY2YTBjYmI2MmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d8643f0-680f-416c-beb3-55e4020cca2d","artifactVersion":"1"},{"artifactName":"basic_onboard_eammed0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json","artifactChecksum":"OWVlODRmZWM4ZTljMTdhODliNDM1MDMzNmYzMzQwNmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd789a81-466c-4631-90dc-1ab5ef5dfd06","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4c6fd784-f8fc-427e-8fe5-e403f7aca7b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"330f446d-e90c-4b98-8180-c6a90122506a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"80c6405e-6346-4af9-87b3-56fbcdf89cb7","artifactVersion":"2","generatedFromUUID":"4c6fd784-f8fc-427e-8fe5-e403f7aca7b6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEammed-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml","artifactChecksum":"MGJhYzQ5OTMyYzg3ZWJlYjdmM2UwM2U3OWEzZjk2ZDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b637a22e-d0f0-45cf-a852-c8a86726cd88","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEammed-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar","artifactChecksum":"NWFhNWM3ZGJkNDY3ZDBmMjNmOTEyZTdjMTNjZTVlNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7c084b1f-10dd-44f1-933c-e6de26a7f4f6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:14:28.729Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:28.729Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:28.731Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:28.732Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:28.832Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:28.832Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:28.833Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:28.844Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:28.844Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:29.732Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:29.733Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:29.735Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:29.735Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:14:29.835Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:29.836Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:29.836Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:29.848Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:29.848Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:30.736Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:30.737Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:30.740Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:30.740Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:14:30.840Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:30.841Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:30.841Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:30.854Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:30.855Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:14:31.741Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:31.742Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:31.744Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:31.745Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:31.845Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:31.846Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:31.846Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:31.882Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:31.882Z||pool-22-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:32.746Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:32.746Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:32.749Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:32.749Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-07T06:14:32.849Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:32.850Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:32.850Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:32.862Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:32.863Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:33.749Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:33.751Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:33.753Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:33.753Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:14:33.853Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:33.854Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:33.854Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:33.865Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:33.865Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:14:34.754Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:14:34.755Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:34.757Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:34.757Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:14:34.857Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:34.858Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:34.858Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:34.869Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:34.869Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:14:35.759Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "serviceName": "basic_onboard_eamMEd",
  "serviceVersion": "1.0",
  "serviceUUID": "469ac8a5-8a5d-49e1-9960-e72103dd5fff",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c2781c36-c1d6-447b-acae-e1c0188e2167",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_eamMEd 0",
      "resourceCustomizationUUID": "08535c47-13cd-40b5-a722-0d21b45e26f8",
      "resourceName": "basic_onboard_eamMEd",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0",
      "resourceInvariantUUID": "fa8fbb65-8666-40a3-a8a5-b7bba9073ba8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_eammed0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
          "artifactChecksum": "OWVlODRmZWM4ZTljMTdhODliNDM1MDMzNmYzMzQwNmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cd789a81-466c-4631-90dc-1ab5ef5dfd06",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4c6fd784-f8fc-427e-8fe5-e403f7aca7b6",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "80c6405e-6346-4af9-87b3-56fbcdf89cb7",
            "generatedFromUUID": "4c6fd784-f8fc-427e-8fe5-e403f7aca7b6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "80c6405e-6346-4af9-87b3-56fbcdf89cb7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEammed-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
      "artifactChecksum": "NWFhNWM3ZGJkNDY3ZDBmMjNmOTEyZTdjMTNjZTVlNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7c084b1f-10dd-44f1-933c-e6de26a7f4f6"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:14:35.759Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:14:35.760Z|e50a9103-6c83-4d33-8f86-7a186ee0b711|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 469ac8a5-8a5d-49e1-9960-e72103dd5fff ASDC
2022-11-07T06:14:35.760Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:c321e8ac-68c9-4253-a6f9-185c842e31a0
ServiceName:basic_onboard_eamMEd
ServiceVersion:1.0
ServiceUUID:469ac8a5-8a5d-49e1-9960-e72103dd5fff
ServiceInvariantUUID:c2781c36-c1d6-447b-acae-e1c0188e2167
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEammed-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
ArtifactUUID:7c084b1f-10dd-44f1-933c-e6de26a7f4f6
ArtifactChecksum:NWFhNWM3ZGJkNDY3ZDBmMjNmOTEyZTdjMTNjZTVlNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_eamMEd 0
ResourceCustomizationUUID:08535c47-13cd-40b5-a722-0d21b45e26f8
ResourceInvariantUUID:fa8fbb65-8666-40a3-a8a5-b7bba9073ba8
ResourceName:basic_onboard_eamMEd
ResourceType:VF
ResourceUUID:f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eammed0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
ArtifactUUID:cd789a81-466c-4631-90dc-1ab5ef5dfd06
ArtifactChecksum:OWVlODRmZWM4ZTljMTdhODliNDM1MDMzNmYzMzQwNmY=
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/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
ArtifactUUID:4c6fd784-f8fc-427e-8fe5-e403f7aca7b6
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/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
ArtifactUUID:80c6405e-6346-4af9-87b3-56fbcdf89cb7
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/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
ArtifactUUID:80c6405e-6346-4af9-87b3-56fbcdf89cb7
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-07T06:14:35.761Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 469ac8a5-8a5d-49e1-9960-e72103dd5fff ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:14:35.787Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:14:35.787Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:14:35.787Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:14:35.788Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7c084b1f-10dd-44f1-933c-e6de26a7f4f6 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:35.788Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:35.788Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:35.938Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:35.942Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar 7c084b1f-10dd-44f1-933c-e6de26a7f4f6 75286
2022-11-07T06:14:35.942Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar ASDC sendASDCNotification
2022-11-07T06:14:35.943Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:35.943Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:35.943Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:35.946Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:35.946Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801675942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:14:36.046Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:36.047Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:36.047Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:36.059Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:36.059Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:36.947Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:14:36.948Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-07T06:14:36.948Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7c084b1f-10dd-44f1-933c-e6de26a7f4f6, URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar to file: /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:36.949Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:36.950Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:36.950Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:37.078Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13805983202658545764/Definitions/service-BasicOnboardEammed-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.367Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_eamMEd 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-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:38.368Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:14:38.369Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-07T06:14:38.370Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is not matching search criteria
2022-11-07T06:14:38.371Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.372Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.373Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:38.374Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is not matching search criteria
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57d5be59-e7b6-4f67-82bc-f98a7098b56c
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.375Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:38.376Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_eamMEd
Description:service
Model UUID:469ac8a5-8a5d-49e1-9960-e72103dd5fff
Model Version:NULL
Model InvariantUuid:c2781c36-c1d6-447b-acae-e1c0188e2167
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_eamMEd
Model UUID:250bb053-0159-4282-a8e3-bf4b74a3f118
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fa8fbb65-8666-40a3-a8a5-b7bba9073ba8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:08535c47-13cd-40b5-a722-0d21b45e26f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:546788b7-0299-4b87-9864-a78262d37e4d
ModelName:BasicOnboardEammed..base_ubuntu18..module-0
ModelUuid:fb0aaa3f-53cb-44f2-a24c-8654e6ac5681
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:57d5be59-e7b6-4f67-82bc-f98a7098b56c
ModelInvariantUuid:31542ec7-2a9c-4824-ab89-3db635c2dcdf
ModelName:basic_onboard_eamMEd-nodes.ubuntu18Cvfc
ModelUuid:3756213b-a3a3-494a-9046-6d025dbffb0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f36fc667-c0af-4be0-81e5-76760b1b3d4a
ModelInvariantUuid:1899e7ff-ab4a-4be7-b80b-d5a131a6082f
ModelName:BasicOnboardEammed.compute.nodes.heat.ubuntu18
ModelUuid:9a8de75e-134c-46a7-87a1-1e85c8ef76ab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:14:38.386Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||basic_onboard_eamMEd 0
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cd789a81-466c-4631-90dc-1ab5ef5dfd06 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:38.389Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:38.390Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:38.446Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:38.447Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json cd789a81-466c-4631-90dc-1ab5ef5dfd06 798
2022-11-07T06:14:38.447Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json ASDC sendASDCNotification
2022-11-07T06:14:38.447Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:38.448Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:38.448Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:38.451Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:38.451Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801678447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:14:38.551Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:38.552Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:38.553Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:38.563Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:38.563Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:39.452Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEammed..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "546788b7-0299-4b87-9864-a78262d37e4d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb0aaa3f-53cb-44f2-a24c-8654e6ac5681",
    "vfModuleModelCustomizationUUID": "1492974d-9ac9-4bd9-84d4-5c4790e91569",
    "isBase": true,
    "artifacts": [
      "4c6fd784-f8fc-427e-8fe5-e403f7aca7b6",
      "80c6405e-6346-4af9-87b3-56fbcdf89cb7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:14:39.458Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEammed..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb0aaa3f-53cb-44f2-a24c-8654e6ac5681
VfModuleModelInvariantUUID:546788b7-0299-4b87-9864-a78262d37e4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c6fd784-f8fc-427e-8fe5-e403f7aca7b6
,
80c6405e-6346-4af9-87b3-56fbcdf89cb7

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

isBase:true


}

2022-11-07T06:14:39.460Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEammed..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "546788b7-0299-4b87-9864-a78262d37e4d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fb0aaa3f-53cb-44f2-a24c-8654e6ac5681",
    "vfModuleModelCustomizationUUID": "1492974d-9ac9-4bd9-84d4-5c4790e91569",
    "isBase": true,
    "artifacts": [
      "4c6fd784-f8fc-427e-8fe5-e403f7aca7b6",
      "80c6405e-6346-4af9-87b3-56fbcdf89cb7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:14:39.460Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEammed..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fb0aaa3f-53cb-44f2-a24c-8654e6ac5681
VfModuleModelInvariantUUID:546788b7-0299-4b87-9864-a78262d37e4d
VfModuleModelDescription:NULL
Artifacts UUID List:{
4c6fd784-f8fc-427e-8fe5-e403f7aca7b6
,
80c6405e-6346-4af9-87b3-56fbcdf89cb7

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

isBase:true


}

2022-11-07T06:14:39.460Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4c6fd784-f8fc-427e-8fe5-e403f7aca7b6 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:39.461Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:39.461Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:39.508Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:39.509Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml 4c6fd784-f8fc-427e-8fe5-e403f7aca7b6 5033
2022-11-07T06:14:39.510Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-07T06:14:39.510Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:39.510Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:39.511Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:39.513Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:39.514Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801679510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:14:39.613Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:39.614Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:39.614Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:39.628Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:39.628Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:40.514Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 80c6405e-6346-4af9-87b3-56fbcdf89cb7 from URL: /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:40.515Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-07T06:14:40.515Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:40.562Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-07T06:14:40.562Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env 80c6405e-6346-4af9-87b3-56fbcdf89cb7 909
2022-11-07T06:14:40.564Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-07T06:14:40.564Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:40.564Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:14:40.565Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:40.567Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:40.567Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801680562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:14:40.667Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:40.668Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:40.668Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:40.680Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:40.680Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:41.569Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 469ac8a5-8a5d-49e1-9960-e72103dd5fff
2022-11-07T06:14:41.569Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_eamMEd 0 f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:14:41.587Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42ba9ca2, org.onap.sdc.toscaparser.api.parameters.Input@76b9b89, org.onap.sdc.toscaparser.api.parameters.Input@2eeb5bbc, org.onap.sdc.toscaparser.api.parameters.Input@67d1c326, org.onap.sdc.toscaparser.api.parameters.Input@71981cf2]
2022-11-07T06:14:41.588Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.588Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.588Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-07T06:14:41.589Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 08535c47-13cd-40b5-a722-0d21b45e26f8
2022-11-07T06:14:41.589Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08535c47-13cd-40b5-a722-0d21b45e26f8 matches Tosca VF Customization UUID: 08535c47-13cd-40b5-a722-0d21b45e26f8
2022-11-07T06:14:41.589Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 08535c47-13cd-40b5-a722-0d21b45e26f8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 08535c47-13cd-40b5-a722-0d21b45e26f8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-07T06:14:41.591Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3797ded1
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1492974d-9ac9-4bd9-84d4-5c4790e91569
2022-11-07T06:14:41.592Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1492974d-9ac9-4bd9-84d4-5c4790e91569
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:14:41.594Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.595Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is not matching search criteria
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-07T06:14:41.596Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=57d5be59-e7b6-4f67-82bc-f98a7098b56c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:14:41.599Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.600Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_eamMEd 0 is matching search criteria
2022-11-07T06:14:41.600Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_eamMEd 0] matching following query criteria: sdcType=VF, customizationUUID=08535c47-13cd-40b5-a722-0d21b45e26f8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:14:41.601Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 469ac8a5-8a5d-49e1-9960-e72103dd5fff: basic_onboard_eamMEd
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.602Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.603Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.604Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:14:41.604Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_eamMEd is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:14:41.604Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_eamMEd 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_eamMEd f6ca57f2-8b9c-4e2e-bc7c-2b74f8b33ab0 1 ASDC deployResourceStructure
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json ASDC sendASDCNotification
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json
2022-11-07T06:14:41.689Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:41.690Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:41.692Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:41.692Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801681689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:14:41.792Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:41.793Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:41.793Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:41.802Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:41.802Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:42.692Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-07T06:14:42.693Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml
2022-11-07T06:14:42.693Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:42.693Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:42.695Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:42.695Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801682692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:14:42.795Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:42.796Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:42.796Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:42.806Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:42.807Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:43.696Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-07T06:14:43.697Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env
2022-11-07T06:14:43.697Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:43.697Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:43.699Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:43.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801683696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:14:43.799Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:14:43.800Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:43.801Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:43.815Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:43.816Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar ASDC sendASDCNotification
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:14:44.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:14:44.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:14:44.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801684701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:14:44.803Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:14:44.804Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:14:44.804Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:14:44.817Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:14:44.817Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:14:45.704Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c321e8ac-68c9-4253-a6f9-185c842e31a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:14:45.717Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c321e8ac-68c9-4253-a6f9-185c842e31a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:14:45.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:14:45.722Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:14:45.729Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:15:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:15.729Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c321e8ac-68c9-4253-a6f9-185c842e31a0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:15:15.737Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c321e8ac-68c9-4253-a6f9-185c842e31a0 and serviceModelVersionId: 469ac8a5-8a5d-49e1-9960-e72103dd5fff
2022-11-07T06:15:15.737Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2781c36-c1d6-447b-acae-e1c0188e2167
2022-11-07T06:15:15.739Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0
2022-11-07T06:15:15.743Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:15:15.793Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|INFO|500||Invoke
2022-11-07T06:15:15.794Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c321e8ac-68c9-4253-a6f9-185c842e31a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[180ba6a9-fade-4d1c-80d5-bb9b84b8a1f5], X-ECOMP-RequestID=[c321e8ac-68c9-4253-a6f9-185c842e31a0], X-TransactionId=[], X-ONAP-RequestID=[c321e8ac-68c9-4253-a6f9-185c842e31a0], Content-Type=[application/merge-patch+json]}
2022-11-07T06:15:15.821Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:15:15.953Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?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/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221107-06:15:16:487-78534], vertex-id=[200744], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:15:16 GMT], Content-Type=[application/json]}
2022-11-07T06:15:15.954Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:15:15.955Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2781c36-c1d6-447b-acae-e1c0188e2167/model-vers/model-ver/469ac8a5-8a5d-49e1-9960-e72103dd5fff?depth=0|INFO|500||InvokeReturn
2022-11-07T06:15:15.956Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:15:15.956Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:15:15.963Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:15:15.963Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c321e8ac-68c9-4253-a6f9-185c842e31a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:15:15.963Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:15:15.964Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:15:15.967Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:15:15.967Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801715963,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:15:16.067Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:15:16.068Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:15:16.068Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:16.081Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:15:16.081Z||pool-34-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:15:16.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:15:16.098Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e50a9103-6c83-4d33-8f86-7a186ee0b711",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801663299,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:15:16.099Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.100Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:15:16.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801664312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801675942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801678447,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801679510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801680562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801681689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/basic_onboard_eammed0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801682692,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801683696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/resourceInstances/basic_onboard_eammed0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801684701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEammed/1.0/artifacts/service-BasicOnboardEammed-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:15:16.104Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:15:16.982Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:16.982Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:16.983Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:26.531Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:15:26.532Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:26.532Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:26.532Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:36.082Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:15:36.083Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:36.083Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:36.083Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:45.628Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:15:45.629Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:15:45.630Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:15:45.631Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:15:55.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:16:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:16:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:16:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:16:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:16:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:16:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:16:16.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:16:16.183Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-07T06:16:16.183Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c321e8ac-68c9-4253-a6f9-185c842e31a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667801715963,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:16:16.184Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:16:25.191Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:17:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:17:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:17:15.657Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:17:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:17:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:17:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:17:25.212Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:17:25.214Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:18:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:18:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:18:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:18:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:18:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:18:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:18:25.217Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:18:25.218Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:19:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:19:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:19:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:19:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:19:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:19:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:19:25.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:19:25.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:20:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:20:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:20:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:20:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:20:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:20:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:20:25.198Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:20:25.200Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:21:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:21:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:21:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:21:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:21:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:21:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:21:25.196Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:21:25.197Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:22:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:22:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:22:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:22:15.656Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:22:15.656Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:22:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:22:25.214Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:22:25.215Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:23:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:23:15.654Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:23:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:23:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:23:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:23:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:23:25.207Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:23:25.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:24:15.652Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:24:15.653Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:24:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:24:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:24:15.658Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:24:15.658Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:24:25.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:24:25.198Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:15.653Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:25:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:25:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:25:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:25:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:16.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:16.285Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:16.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.287Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0a779705-9a4f-4879-b551-29db39a49433","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"95932179-2055-40e5-9a2c-3701d04ef53f","serviceDescription":"service","serviceInvariantUUID":"6d0d322a-64a6-42a2-9c23-748bfd40ac3c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"bb9fb00e-728f-4771-a2dd-9baf56b392fc","resourceInvariantUUID":"eb394428-8622-45b3-bf47-d56e890a83f0","resourceCustomizationUUID":"fabbc40f-6396-4f1e-b83b-14cd71b437d5","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":"M2Y5OWUzODk3MjgzYTYxMmUyMmMwYjZlOGQ4NWNhZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04270f00-112e-4620-ab24-a1d25cf59662","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MGM0MmQ1NGZmN2MzNjEzNTk3ODBjZDhkZTc3MzZiOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e378b84f-33c2-4163-b90c-47d20dbd2af5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:25:16.287Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802273112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802275379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.290Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "cds",
  "timestamp": 1667802276952,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802273112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802275379,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.291Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "cds",
  "timestamp": 1667802276952,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802281330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.292Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "cds",
  "timestamp": 1667802282078,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.293Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "cds",
  "timestamp": 1667802283088,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-11-07T06:25:16.296Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:25:16.296Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:16.302Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:16.302Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802315653,
  "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-11-07T06:25:16.320Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0a779705-9a4f-4879-b551-29db39a49433
2022-11-07T06:25:16.321Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a779705-9a4f-4879-b551-29db39a49433 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:25:16.330Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.330Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802283055,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:25:16.331Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.331Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.331Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802284062,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:25:16.336Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0a779705-9a4f-4879-b551-29db39a49433
2022-11-07T06:25:16.336Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a779705-9a4f-4879-b551-29db39a49433 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:25:16.343Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "aai-ml",
  "timestamp": 1667802285571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "aai-ml",
  "timestamp": 1667802285571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.344Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802286895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "aai-ml",
  "timestamp": 1667802288316,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802286895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:25:16.345Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:25:16.346Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.346Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "aai-ml",
  "timestamp": 1667802292606,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:25:16.346Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:25:16.347Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:25:16.347Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "aai-ml",
  "timestamp": 1667802293610,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:25:16.351Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0a779705-9a4f-4879-b551-29db39a49433
2022-11-07T06:25:16.352Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0a779705-9a4f-4879-b551-29db39a49433 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:25:16.402Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:16.403Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:16.403Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:16.415Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:16.416Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:17.303Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:25:17.304Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:17.307Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:17.307Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802315653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:25:17.407Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:25:17.408Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:17.409Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:17.422Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:17.422Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:18.309Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "95932179-2055-40e5-9a2c-3701d04ef53f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6d0d322a-64a6-42a2-9c23-748bfd40ac3c",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fabbc40f-6396-4f1e-b83b-14cd71b437d5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "bb9fb00e-728f-4771-a2dd-9baf56b392fc",
      "resourceInvariantUUID": "eb394428-8622-45b3-bf47-d56e890a83f0",
      "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": "MGM0MmQ1NGZmN2MzNjEzNTk3ODBjZDhkZTc3MzZiOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e378b84f-33c2-4163-b90c-47d20dbd2af5"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:25:18.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:25:18.310Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 95932179-2055-40e5-9a2c-3701d04ef53f ASDC
2022-11-07T06:25:18.311Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:0a779705-9a4f-4879-b551-29db39a49433
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:95932179-2055-40e5-9a2c-3701d04ef53f
ServiceInvariantUUID:6d0d322a-64a6-42a2-9c23-748bfd40ac3c
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:e378b84f-33c2-4163-b90c-47d20dbd2af5
ArtifactChecksum:MGM0MmQ1NGZmN2MzNjEzNTk3ODBjZDhkZTc3MzZiOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fabbc40f-6396-4f1e-b83b-14cd71b437d5
ResourceInvariantUUID:eb394428-8622-45b3-bf47-d56e890a83f0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:bb9fb00e-728f-4771-a2dd-9baf56b392fc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-07T06:25:18.311Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 95932179-2055-40e5-9a2c-3701d04ef53f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:25:18.342Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:25:18.343Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-07T06:25:18.343Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-07T06:25:18.343Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e378b84f-33c2-4163-b90c-47d20dbd2af5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:18.344Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-11-07T06:25:18.344Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:18.414Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e378b84f-33c2-4163-b90c-47d20dbd2af5 57667
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:18.420Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:25:18.421Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:18.424Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:18.424Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802318420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:25:18.524Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:18.525Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:18.525Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:18.537Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:18.537Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:19.425Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:25:19.426Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-11-07T06:25:19.426Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e378b84f-33c2-4163-b90c-47d20dbd2af5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:19.427Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-07T06:25:19.427Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:19.427Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:19.732Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14607058926953067595/Definitions/service-BasicNetwork-template.yml
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-07T06:25:20.374Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-11-07T06:25:20.375Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:25:20.376Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.377Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.378Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.379Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.379Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.379Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:95932179-2055-40e5-9a2c-3701d04ef53f
Model Version:NULL
Model InvariantUuid:6d0d322a-64a6-42a2-9c23-748bfd40ac3c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:eb394428-8622-45b3-bf47-d56e890a83f0
Model UUID:5ba15dca-f7b0-4870-8bd1-d2c97a9e9a0e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fabbc40f-6396-4f1e-b83b-14cd71b437d5
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:25:20.386Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: bb9fb00e-728f-4771-a2dd-9baf56b392fc
2022-11-07T06:25:20.387Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||No resources found for Service: 95932179-2055-40e5-9a2c-3701d04ef53f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:25:20.394Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||
2022-11-07T06:25:20.394Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-07T06:25:20.395Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 95932179-2055-40e5-9a2c-3701d04ef53f
2022-11-07T06:25:20.395Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 95932179-2055-40e5-9a2c-3701d04ef53f
2022-11-07T06:25:20.396Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-07T06:25:20.396Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:25:20.401Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@16c64824, org.onap.sdc.toscaparser.api.parameters.Input@44f5ea92, org.onap.sdc.toscaparser.api.parameters.Input@263bf427, org.onap.sdc.toscaparser.api.parameters.Input@6ebbe4cd, org.onap.sdc.toscaparser.api.parameters.Input@4a980656]
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 95932179-2055-40e5-9a2c-3701d04ef53f: Generic NeutronNet
2022-11-07T06:25:20.403Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.404Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.404Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.404Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.440Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.441Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:25:20.441Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:25:20.441Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-07T06:25:20.496Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:25:20.497Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:20.499Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:20.499Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802320497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:25:20.599Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:20.600Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:20.600Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:20.611Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:20.611Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:25:21.500Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0a779705-9a4f-4879-b551-29db39a49433
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:25:21.512Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0a779705-9a4f-4879-b551-29db39a49433
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:25:21.515Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:25:21.515Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:25:21.515Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:25:21.516Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:25:21.521Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:25:51.521Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0a779705-9a4f-4879-b551-29db39a49433 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:25:51.529Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0a779705-9a4f-4879-b551-29db39a49433 and serviceModelVersionId: 95932179-2055-40e5-9a2c-3701d04ef53f
2022-11-07T06:25:51.529Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6d0d322a-64a6-42a2-9c23-748bfd40ac3c
2022-11-07T06:25:51.530Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0
2022-11-07T06:25:51.535Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:25:51.597Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|INFO|500||Invoke
2022-11-07T06:25:51.597Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0a779705-9a4f-4879-b551-29db39a49433], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4396081c-7940-42bc-806d-40652eebdb28], X-ECOMP-RequestID=[0a779705-9a4f-4879-b551-29db39a49433], X-TransactionId=[], X-ONAP-RequestID=[0a779705-9a4f-4879-b551-29db39a49433], Content-Type=[application/merge-patch+json]}
2022-11-07T06:25:51.623Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:25:51.728Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?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/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221107-06:25:52:294-20487], vertex-id=[208936], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:25:52 GMT], Content-Type=[application/json]}
2022-11-07T06:25:51.728Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:25:51.729Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6d0d322a-64a6-42a2-9c23-748bfd40ac3c/model-vers/model-ver/95932179-2055-40e5-9a2c-3701d04ef53f?depth=0|INFO|500||InvokeReturn
2022-11-07T06:25:51.729Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:25:51.729Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:25:51.736Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:25:51.737Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0a779705-9a4f-4879-b551-29db39a49433 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:25:51.737Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:25:51.737Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:25:51.739Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:25:51.739Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802351737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:25:51.839Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:25:51.840Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:25:51.840Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:25:51.854Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:25:51.854Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:26:15.653Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:26:15.653Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:26:15.653Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:26:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:26:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:15.778Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:15.778Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:26:15.778Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802315653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:26:15.779Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:26:16.280Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:16.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:26:16.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"92a039f1-1529-4701-bd06-af899a8b978b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"85633d9b-e753-411f-b991-451fbfa2e6af","serviceDescription":"service","serviceInvariantUUID":"b3667b01-4f47-49d5-9b93-4340eb32e604","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9","resourceInvariantUUID":"8efd73c0-f59c-44fe-a9e4-a3d89910ef4b","resourceCustomizationUUID":"31995543-34e7-4273-a7ac-33c05be16a9e","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":"OGQxODMzOTkyMGRhYmNlOTllZmIxYWFkYWFkODQyMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74faf64d-8053-4e72-867e-de7467545155","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":"Y2U0MGJmOGY0MDg3ODVmMTkzNzYzOTFiN2Q3YjNmYjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"625bd4aa-034e-449a-9c2e-da04e27cd017","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":"f0dee915-86c3-423a-aecf-702e47b03e06","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":"a290fa73-90f4-4ad7-b8c3-bd512fdb562f","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":"7324a5b7-7b78-43b9-8f20-a4331bb9b14e","artifactVersion":"2","generatedFromUUID":"f0dee915-86c3-423a-aecf-702e47b03e06"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWY2MDE0NjEyYjM1MTY5ODNjZTVhNDNkNmUyNTg5NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"47467316-cce7-47da-add3-832135ae3291","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjhmMTlkMTU0ZTE5ZjZlMThkOTBjZTlhYjFkNTJlOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a98c4070-9ed3-4530-9a5d-4bf041d367a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:26:16.285Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:16.285Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:16.287Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:16.287Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:26:16.387Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:26:16.388Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:16.389Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:16.400Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:16.400Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:17.289Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:17.290Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:17.291Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:17.292Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:26:17.392Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:17.393Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:17.393Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:17.405Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:17.406Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:18.292Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:18.293Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:18.295Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:18.295Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:26:18.395Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:18.396Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:18.396Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:18.412Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:18.412Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:19.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:19.296Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:19.298Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:19.299Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:26:19.399Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:26:19.399Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:19.399Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:19.415Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:19.416Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:20.299Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:20.300Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:20.301Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:20.302Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-07T06:26:20.404Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:26:20.404Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:20.405Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:20.413Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:20.413Z||pool-44-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:21.302Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:21.303Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:21.304Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:21.305Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:26:21.405Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:21.405Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:21.406Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:21.417Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:21.417Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:22.305Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:26:22.306Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:22.308Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:22.309Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:26:22.409Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:22.410Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:22.410Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:22.430Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:22.430Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:23.310Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "85633d9b-e753-411f-b991-451fbfa2e6af",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b3667b01-4f47-49d5-9b93-4340eb32e604",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "31995543-34e7-4273-a7ac-33c05be16a9e",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9",
      "resourceInvariantUUID": "8efd73c0-f59c-44fe-a9e4-a3d89910ef4b",
      "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": "Y2U0MGJmOGY0MDg3ODVmMTkzNzYzOTFiN2Q3YjNmYjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "625bd4aa-034e-449a-9c2e-da04e27cd017",
          "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": "f0dee915-86c3-423a-aecf-702e47b03e06",
          "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": "7324a5b7-7b78-43b9-8f20-a4331bb9b14e",
            "generatedFromUUID": "f0dee915-86c3-423a-aecf-702e47b03e06"
          },
          "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": "7324a5b7-7b78-43b9-8f20-a4331bb9b14e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MjhmMTlkMTU0ZTE5ZjZlMThkOTBjZTlhYjFkNTJlOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a98c4070-9ed3-4530-9a5d-4bf041d367a0"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:26:23.310Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:26:23.311Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 85633d9b-e753-411f-b991-451fbfa2e6af ASDC
2022-11-07T06:26:23.311Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:92a039f1-1529-4701-bd06-af899a8b978b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:85633d9b-e753-411f-b991-451fbfa2e6af
ServiceInvariantUUID:b3667b01-4f47-49d5-9b93-4340eb32e604
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:a98c4070-9ed3-4530-9a5d-4bf041d367a0
ArtifactChecksum:MjhmMTlkMTU0ZTE5ZjZlMThkOTBjZTlhYjFkNTJlOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:31995543-34e7-4273-a7ac-33c05be16a9e
ResourceInvariantUUID:8efd73c0-f59c-44fe-a9e4-a3d89910ef4b
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9
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:625bd4aa-034e-449a-9c2e-da04e27cd017
ArtifactChecksum:Y2U0MGJmOGY0MDg3ODVmMTkzNzYzOTFiN2Q3YjNmYjQ=
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:f0dee915-86c3-423a-aecf-702e47b03e06
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:7324a5b7-7b78-43b9-8f20-a4331bb9b14e
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:7324a5b7-7b78-43b9-8f20-a4331bb9b14e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-07T06:26:23.312Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 85633d9b-e753-411f-b991-451fbfa2e6af ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:26:23.346Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a98c4070-9ed3-4530-9a5d-4bf041d367a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:26:23.347Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-07T06:26:23.422Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:26:23.425Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a98c4070-9ed3-4530-9a5d-4bf041d367a0 74810
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:26:23.426Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:23.428Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:23.428Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802383425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:26:23.528Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:26:23.529Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:23.529Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:23.540Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:23.540Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:24.430Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:26:24.431Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:26:24.431Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: a98c4070-9ed3-4530-9a5d-4bf041d367a0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:24.432Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-07T06:26:24.432Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:24.432Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:24.549Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2475516188367937786/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-07T06:26:25.675Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:26:25.675Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:26:25.675Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-07T06:26:25.676Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:26:25.677Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.678Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:26:25.679Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:25.680Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.681Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-07T06:26:25.682Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-07T06:26:25.682Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-07T06:26:25.682Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3825e88f-142e-480e-9e25-1d0c5f24109d
2022-11-07T06:26:25.682Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.682Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.682Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.682Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.683Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.683Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.683Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:25.683Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:25.683Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:85633d9b-e753-411f-b991-451fbfa2e6af
Model Version:NULL
Model InvariantUuid:b3667b01-4f47-49d5-9b93-4340eb32e604
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d720f405-c609-482f-9338-b4fe4b3b41a9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8efd73c0-f59c-44fe-a9e4-a3d89910ef4b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:31995543-34e7-4273-a7ac-33c05be16a9e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6d885caa-0bca-4101-a1cf-80105db7933e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c12c9426-edf5-4fdc-b10c-ac9a122d31b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3825e88f-142e-480e-9e25-1d0c5f24109d
ModelInvariantUuid:27cd4dd4-5a8b-4b21-a7c5-8cdba719cd33
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13088d44-a875-49a7-9a2d-93dea1e4e661
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9d606e23-880d-439c-a862-92825a592249
ModelInvariantUuid:26d2fb31-b808-4a8f-bab2-2d0235965eb8
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bb85df34-fe94-4eae-b8db-aaadd4c8cfab
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:26:25.690Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:26:25.693Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-11-07T06:26:25.693Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9
2022-11-07T06:26:25.693Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 625bd4aa-034e-449a-9c2e-da04e27cd017 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-07T06:26:25.693Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:26:25.693Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-07T06:26:25.742Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:26:25.742Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 625bd4aa-034e-449a-9c2e-da04e27cd017 787
2022-11-07T06:26:25.743Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-07T06:26:25.743Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-07T06:26:25.743Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:26:25.743Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:25.745Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:25.745Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802385743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:26:25.845Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:25.846Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:25.846Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:25.859Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:25.859Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:26.745Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6d885caa-0bca-4101-a1cf-80105db7933e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c12c9426-edf5-4fdc-b10c-ac9a122d31b3",
    "vfModuleModelCustomizationUUID": "813ad00b-0965-449d-86a3-3268731f145b",
    "isBase": true,
    "artifacts": [
      "f0dee915-86c3-423a-aecf-702e47b03e06",
      "7324a5b7-7b78-43b9-8f20-a4331bb9b14e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:26:26.750Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c12c9426-edf5-4fdc-b10c-ac9a122d31b3
VfModuleModelInvariantUUID:6d885caa-0bca-4101-a1cf-80105db7933e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0dee915-86c3-423a-aecf-702e47b03e06
,
7324a5b7-7b78-43b9-8f20-a4331bb9b14e

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

isBase:true


}

2022-11-07T06:26:26.753Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6d885caa-0bca-4101-a1cf-80105db7933e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c12c9426-edf5-4fdc-b10c-ac9a122d31b3",
    "vfModuleModelCustomizationUUID": "813ad00b-0965-449d-86a3-3268731f145b",
    "isBase": true,
    "artifacts": [
      "f0dee915-86c3-423a-aecf-702e47b03e06",
      "7324a5b7-7b78-43b9-8f20-a4331bb9b14e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:26:26.753Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c12c9426-edf5-4fdc-b10c-ac9a122d31b3
VfModuleModelInvariantUUID:6d885caa-0bca-4101-a1cf-80105db7933e
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0dee915-86c3-423a-aecf-702e47b03e06
,
7324a5b7-7b78-43b9-8f20-a4331bb9b14e

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

isBase:true


}

2022-11-07T06:26:26.753Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0dee915-86c3-423a-aecf-702e47b03e06 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-07T06:26:26.753Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:26:26.753Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-07T06:26:26.807Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:26:26.808Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f0dee915-86c3-423a-aecf-702e47b03e06 5033
2022-11-07T06:26:26.808Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-07T06:26:26.808Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-07T06:26:26.809Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:26:26.809Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:26.811Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:26.811Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802386808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:26:26.911Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:26:26.912Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:26.912Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:26.928Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:26.929Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:27.812Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7324a5b7-7b78-43b9-8f20-a4331bb9b14e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-07T06:26:27.813Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:26:27.813Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-07T06:26:27.857Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:26:27.858Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7324a5b7-7b78-43b9-8f20-a4331bb9b14e 903
2022-11-07T06:26:27.858Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-07T06:26:27.858Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-07T06:26:27.858Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:26:27.859Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:27.860Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:27.860Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802387858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:26:27.960Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:27.961Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:27.961Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:27.973Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:27.973Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:28.861Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 85633d9b-e753-411f-b991-451fbfa2e6af
2022-11-07T06:26:28.861Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:26:28.875Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49f5f0c4, org.onap.sdc.toscaparser.api.parameters.Input@282fb6e, org.onap.sdc.toscaparser.api.parameters.Input@67189f9a, org.onap.sdc.toscaparser.api.parameters.Input@6a2a9379, org.onap.sdc.toscaparser.api.parameters.Input@cbf2d28]
2022-11-07T06:26:28.876Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.877Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.877Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-11-07T06:26:28.877Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 31995543-34e7-4273-a7ac-33c05be16a9e
2022-11-07T06:26:28.877Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31995543-34e7-4273-a7ac-33c05be16a9e matches Tosca VF Customization UUID: 31995543-34e7-4273-a7ac-33c05be16a9e
2022-11-07T06:26:28.877Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 31995543-34e7-4273-a7ac-33c05be16a9e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:26:28.880Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.880Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.881Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 31995543-34e7-4273-a7ac-33c05be16a9e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-07T06:26:28.881Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43babc5
2022-11-07T06:26:28.881Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.881Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:26:28.881Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 813ad00b-0965-449d-86a3-3268731f145b
2022-11-07T06:26:28.882Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 813ad00b-0965-449d-86a3-3268731f145b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:26:28.884Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.884Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:28.885Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:28.885Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.885Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:28.885Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:28.885Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.886Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-07T06:26:28.886Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-07T06:26:28.886Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-07T06:26:28.886Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3825e88f-142e-480e-9e25-1d0c5f24109d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:26:28.889Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.889Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:28.889Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:26:28.890Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.890Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-07T06:26:28.890Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=31995543-34e7-4273-a7ac-33c05be16a9e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:26:28.891Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.892Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.892Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 85633d9b-e753-411f-b991-451fbfa2e6af: basic_vm
2022-11-07T06:26:28.892Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.892Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.892Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.892Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.893Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.893Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.893Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.893Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.893Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:26:28.893Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:26:28.894Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:26:28.975Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e5b05c3b-fc9f-4010-bc17-91e8f8eae1a9 1 ASDC deployResourceStructure
2022-11-07T06:26:28.976Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-07T06:26:28.976Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-07T06:26:28.976Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:26:28.976Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:28.978Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:28.978Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802388976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:26:29.078Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:29.079Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:29.079Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:29.088Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:29.089Z||pool-51-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:29.978Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-07T06:26:29.980Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-07T06:26:29.980Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:26:29.980Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:29.983Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:29.983Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802389978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:26:30.082Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-07T06:26:30.083Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:30.083Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:30.095Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:30.095Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:30.984Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-07T06:26:30.987Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-07T06:26:30.987Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:26:30.988Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:30.990Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:30.991Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802390984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:26:31.092Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:26:31.092Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:31.093Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:31.103Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:31.104Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:26:31.992Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-07T06:26:31.992Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-07T06:26:31.992Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:26:31.993Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:26:31.995Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:26:31.995Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802391992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:26:32.095Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:26:32.096Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:26:32.096Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:26:32.107Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:26:32.107Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:26:32.995Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92a039f1-1529-4701-bd06-af899a8b978b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:26:33.006Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92a039f1-1529-4701-bd06-af899a8b978b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:26:33.008Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:26:33.008Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:26:33.008Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:27:03.008Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92a039f1-1529-4701-bd06-af899a8b978b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:27:03.020Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92a039f1-1529-4701-bd06-af899a8b978b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:27:03.025Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:27:03.025Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:27:03.025Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:27:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:27:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:27:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:27:15.682Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:27:15.698Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.698Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802315653,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.699Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.699Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.699Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802318420,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802320497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802315379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.700Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802315571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802315379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802315571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.701Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802315379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.702Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802315571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802315379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802315571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.703Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802315379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802315571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.705Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.706Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.706Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802326893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.706Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.706Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.706Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802315379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.706Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.711Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.711Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.711Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.711Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802315571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802326893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802315379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802321951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.712Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802315571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.713Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.713Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.713Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802326893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.713Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802330181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802330186,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802326893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.714Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.721Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "cds",
  "timestamp": 1667802331188,
  "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-11-07T06:27:15.735Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 92a039f1-1529-4701-bd06-af899a8b978b
2022-11-07T06:27:15.736Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a039f1-1529-4701-bd06-af899a8b978b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.748Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.748Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802326893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.749Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.749Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.749Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802326893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.750Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.750Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.750Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802326893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.751Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.751Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.751Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802333113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.752Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.752Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.752Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802334742,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.753Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.753Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.753Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802333113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.754Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.754Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.754Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802335846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.755Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.755Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.755Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802333113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.756Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.756Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.756Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802336909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.757Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.757Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.757Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802337029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:27:15.757Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.758Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.758Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802333113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.758Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.759Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.759Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802337945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:27:15.764Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 92a039f1-1529-4701-bd06-af899a8b978b
2022-11-07T06:27:15.765Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a039f1-1529-4701-bd06-af899a8b978b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.773Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.773Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "aai-ml",
  "timestamp": 1667802338034,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:27:15.780Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 92a039f1-1529-4701-bd06-af899a8b978b
2022-11-07T06:27:15.780Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a039f1-1529-4701-bd06-af899a8b978b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.793Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.793Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802333113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.794Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.794Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.794Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802338952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:27:15.794Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.795Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.795Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802333113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.795Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.795Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.796Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802333113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.796Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.797Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.797Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802340870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.797Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.798Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.798Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802343132,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:27:15.799Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.799Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.799Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802344136,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:27:15.805Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 92a039f1-1529-4701-bd06-af899a8b978b
2022-11-07T06:27:15.805Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 92a039f1-1529-4701-bd06-af899a8b978b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.814Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.814Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.815Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.815Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.815Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.818Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.822Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.826Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.827Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.827Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.827Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.827Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.828Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.828Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.828Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.829Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.829Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.829Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.829Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.830Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.830Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.830Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.831Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0a779705-9a4f-4879-b551-29db39a49433",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802351737,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:27:15.831Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.831Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.832Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.832Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.832Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.833Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.833Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.833Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.834Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.834Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.834Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.835Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.835Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.835Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.836Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.836Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.836Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.836Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.837Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.837Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.837Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.838Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.838Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.838Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.839Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.839Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.839Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.840Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.840Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.840Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.840Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.841Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.841Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.841Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.842Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.842Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.842Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.842Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.843Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.843Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.843Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.844Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.844Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.844Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.844Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.845Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.845Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.845Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.846Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.846Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.846Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.847Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.847Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.847Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.848Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.848Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.848Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802346893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.849Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.849Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.849Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802345571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.850Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.850Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.850Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.851Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.851Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.851Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.852Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.852Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.852Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802360213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.852Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.853Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.853Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802360218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.853Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.854Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.854Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.854Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.854Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.855Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802351951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.855Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.855Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802361304,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802361726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.857Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802362360,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.858Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "cds",
  "timestamp": 1667802362732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.870Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7920408-69c3-4c25-8ebf-05f18a47afd0
2022-11-07T06:27:15.870Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7920408-69c3-4c25-8ebf-05f18a47afd0 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.877Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.877Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802363406,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.878Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.879Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.879Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.879Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.879Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802364476,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:27:15.883Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7920408-69c3-4c25-8ebf-05f18a47afd0
2022-11-07T06:27:15.884Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7920408-69c3-4c25-8ebf-05f18a47afd0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802355379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.896Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802365479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:27:15.897Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.897Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.897Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.897Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.897Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.897Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802367051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.898Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.899Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "aai-ml",
  "timestamp": 1667802368056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:27:15.903Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7920408-69c3-4c25-8ebf-05f18a47afd0
2022-11-07T06:27:15.903Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7920408-69c3-4c25-8ebf-05f18a47afd0 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.910Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.910Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.910Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.911Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.912Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.912Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.912Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.912Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.912Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.912Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.912Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.913Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.914Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802372848,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.915Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667802366896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802366951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:27:15.916Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802374940,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802375687,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:27:15.917Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.918Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802375943,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:27:15.922Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7920408-69c3-4c25-8ebf-05f18a47afd0
2022-11-07T06:27:15.922Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7920408-69c3-4c25-8ebf-05f18a47afd0 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.929Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:27:15.929Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "cds",
  "timestamp": 1667802376695,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:15.940Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
2022-11-07T06:27:15.940Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46dc8eb7-76c4-4584-b8b4-10252ff82fd7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:27:33.026Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 92a039f1-1529-4701-bd06-af899a8b978b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:27:33.037Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 92a039f1-1529-4701-bd06-af899a8b978b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:27:33.040Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:27:33.040Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:27:33.040Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:27:33.040Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:27:33.040Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:27:33.041Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:27:33.041Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:27:33.041Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:27:33.041Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:27:33.042Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:27:33.047Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:28:03.047Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 92a039f1-1529-4701-bd06-af899a8b978b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:28:03.053Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 92a039f1-1529-4701-bd06-af899a8b978b and serviceModelVersionId: 85633d9b-e753-411f-b991-451fbfa2e6af
2022-11-07T06:28:03.054Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b3667b01-4f47-49d5-9b93-4340eb32e604
2022-11-07T06:28:03.055Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0
2022-11-07T06:28:03.059Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:28:03.107Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0|INFO|500||Invoke
2022-11-07T06:28:03.108Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[92a039f1-1529-4701-bd06-af899a8b978b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e686d1fa-eff0-44a5-b464-54a58d7c72b3], X-ECOMP-RequestID=[92a039f1-1529-4701-bd06-af899a8b978b], X-TransactionId=[], X-ONAP-RequestID=[92a039f1-1529-4701-bd06-af899a8b978b], Content-Type=[application/merge-patch+json]}
2022-11-07T06:28:03.131Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:28:03.218Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?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/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221107-06:28:03:803-54589], vertex-id=[188432], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:28:03 GMT], Content-Type=[application/json]}
2022-11-07T06:28:03.219Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:28:03.219Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b3667b01-4f47-49d5-9b93-4340eb32e604/model-vers/model-ver/85633d9b-e753-411f-b991-451fbfa2e6af?depth=0|INFO|500||InvokeReturn
2022-11-07T06:28:03.220Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:28:03.220Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:28:03.227Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:28:03.227Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 92a039f1-1529-4701-bd06-af899a8b978b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:28:03.227Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:28:03.228Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:03.230Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:03.230Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802483227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:28:03.330Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:03.332Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:03.332Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:03.345Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:03.345Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:28:04.243Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:28:04.243Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7920408-69c3-4c25-8ebf-05f18a47afd0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e1693381-c319-4450-b52d-0028574dcaf6","serviceDescription":"service","serviceInvariantUUID":"b7b9e6f8-7299-423e-bb82-dbc7d1f29acb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b2a0172c-1e4c-4487-8f6c-aeec1894bc7b","resourceInvariantUUID":"21c93350-946d-4dcc-bc20-dd845ba557ab","resourceCustomizationUUID":"852db56d-d7bd-4dc0-9b3a-7a6d4134141c","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":"OTkzNmY2ZGE3MTEyMjdkODY3YTcyZDM0ZTc5MjJmZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"46f72272-71fe-4cc1-be80-b0bfc6db50e6","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":"9fc8c009-3418-43d4-b914-b8c67e60925d","artifactVersion":"2","generatedFromUUID":"9e9ac59a-f9a5-4c6b-8982-f2a28498afb4"},{"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":"9e9ac59a-f9a5-4c6b-8982-f2a28498afb4","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":"Y2U5NTZiMDE3OWYzN2E0NGRjYjliZWVmM2IxNTcwMjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"66384b4d-7dee-439a-a1dc-a44c0b1bb8dd","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":"6d0ff8dd-b417-4258-812f-7190c7ad5511","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":"6662adab-d89d-46ce-8dcd-fdd0b645043f","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":"bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a","artifactVersion":"2","generatedFromUUID":"6d0ff8dd-b417-4258-812f-7190c7ad5511"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YmM5YWU1NWY4MWFiZTE1ODk2OTgxM2I4NTM1YjQ3OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74661b75-2566-4a50-a147-fdea55f9f657","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDYzMTBhOGU1OGFjZmI4N2QzZjY1ODFkZGU3YWRlZGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d29313be-13fe-42c4-8997-50c1bbf54c97","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:28:04.244Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:04.244Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:04.246Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:04.246Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:28:04.346Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:28:04.347Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:04.347Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:04.381Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:04.381Z||pool-56-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:28:05.247Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:05.248Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:05.251Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:05.251Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-07T06:28:05.350Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:28:05.351Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:05.351Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:05.362Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:05.362Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:06.251Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:06.252Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:06.255Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:06.255Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-07T06:28:06.355Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:06.356Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:06.356Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:06.371Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:06.372Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:07.256Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:07.257Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:07.259Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:07.259Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:28:07.359Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:07.360Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:07.361Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:07.371Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:07.372Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:08.260Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:08.260Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:08.262Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:08.263Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:28:08.363Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:08.364Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:08.364Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:08.376Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:08.376Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:28:09.263Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:09.264Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:09.266Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:09.266Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:28:09.366Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:09.368Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:09.368Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:09.381Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:09.382Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:10.267Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:10.267Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:10.270Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:10.270Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-07T06:28:10.370Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:10.371Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:10.372Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:10.383Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:10.384Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:11.271Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:11.272Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:11.274Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:11.274Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:28:11.374Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:11.376Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:11.376Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:11.390Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:11.390Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:12.274Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:12.275Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:12.283Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:12.283Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:28:12.383Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:12.384Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:12.384Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:12.400Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:12.401Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:13.286Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e1693381-c319-4450-b52d-0028574dcaf6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b7b9e6f8-7299-423e-bb82-dbc7d1f29acb",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "852db56d-d7bd-4dc0-9b3a-7a6d4134141c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b2a0172c-1e4c-4487-8f6c-aeec1894bc7b",
      "resourceInvariantUUID": "21c93350-946d-4dcc-bc20-dd845ba557ab",
      "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": "9fc8c009-3418-43d4-b914-b8c67e60925d",
          "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": "9e9ac59a-f9a5-4c6b-8982-f2a28498afb4",
          "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": "Y2U5NTZiMDE3OWYzN2E0NGRjYjliZWVmM2IxNTcwMjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "66384b4d-7dee-439a-a1dc-a44c0b1bb8dd",
          "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": "6d0ff8dd-b417-4258-812f-7190c7ad5511",
          "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": "bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a",
            "generatedFromUUID": "6d0ff8dd-b417-4258-812f-7190c7ad5511"
          },
          "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": "bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDYzMTBhOGU1OGFjZmI4N2QzZjY1ODFkZGU3YWRlZGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d29313be-13fe-42c4-8997-50c1bbf54c97"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:28:13.290Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:28:13.290Z|92a039f1-1529-4701-bd06-af899a8b978b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e1693381-c319-4450-b52d-0028574dcaf6 ASDC
2022-11-07T06:28:13.291Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a7920408-69c3-4c25-8ebf-05f18a47afd0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e1693381-c319-4450-b52d-0028574dcaf6
ServiceInvariantUUID:b7b9e6f8-7299-423e-bb82-dbc7d1f29acb
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:d29313be-13fe-42c4-8997-50c1bbf54c97
ArtifactChecksum:ZDYzMTBhOGU1OGFjZmI4N2QzZjY1ODFkZGU3YWRlZGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:852db56d-d7bd-4dc0-9b3a-7a6d4134141c
ResourceInvariantUUID:21c93350-946d-4dcc-bc20-dd845ba557ab
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:b2a0172c-1e4c-4487-8f6c-aeec1894bc7b
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:9fc8c009-3418-43d4-b914-b8c67e60925d
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:9e9ac59a-f9a5-4c6b-8982-f2a28498afb4
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:66384b4d-7dee-439a-a1dc-a44c0b1bb8dd
ArtifactChecksum:Y2U5NTZiMDE3OWYzN2E0NGRjYjliZWVmM2IxNTcwMjY=
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:6d0ff8dd-b417-4258-812f-7190c7ad5511
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:bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a
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:bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-07T06:28:13.292Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e1693381-c319-4450-b52d-0028574dcaf6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:28:13.334Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:28:13.336Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:28:13.336Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:28:13.336Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d29313be-13fe-42c4-8997-50c1bbf54c97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-07T06:28:13.336Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:28:13.336Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-07T06:28:13.411Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:28:13.415Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d29313be-13fe-42c4-8997-50c1bbf54c97 73681
2022-11-07T06:28:13.415Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-07T06:28:13.415Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-07T06:28:13.417Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:28:13.417Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:13.419Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:13.419Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802493415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:28:13.519Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:13.520Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:13.520Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:13.532Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:13.533Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:14.419Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:28:14.420Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:28:14.423Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d29313be-13fe-42c4-8997-50c1bbf54c97, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:14.424Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-07T06:28:14.424Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:14.425Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:14.572Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12439886196228462611/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-07T06:28:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:28:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:28:15.657Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:15.660Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:28:15.661Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:28:15.661Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:15.661Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-07T06:28:15.661Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:15.661Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:15.661Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:15.661Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-07T06:28:15.662Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:28:15.662Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.662Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:15.662Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:15.662Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:28:15.662Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:28:15.663Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.663Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:15.663Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:15.663Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:28:15.663Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:28:15.663Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.663Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:15.664Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.664Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-07T06:28:15.664Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-07T06:28:15.664Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-07T06:28:15.664Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:28:15.664Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.665Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:28:15.665Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.665Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:15.665Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:28:15.665Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.666Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:15.666Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:28:15.666Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.666Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:15.666Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:28:15.666Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.666Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-07T06:28:15.667Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-07T06:28:15.667Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bcb7640e-2200-4dfd-9385-845037159c4f
2022-11-07T06:28:15.667Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.667Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:15.667Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.667Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:15.668Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.668Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:15.668Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:15.668Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:15.668Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e1693381-c319-4450-b52d-0028574dcaf6
Model Version:NULL
Model InvariantUuid:b7b9e6f8-7299-423e-bb82-dbc7d1f29acb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:ea39371b-ca48-4d17-bf26-69a7184e15d9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:21c93350-946d-4dcc-bc20-dd845ba557ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:852db56d-d7bd-4dc0-9b3a-7a6d4134141c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8606f427-d4e1-4138-8035-35b17cce827b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:4f0defb9-753b-49c5-b89c-7156d22ab643
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bcb7640e-2200-4dfd-9385-845037159c4f
ModelInvariantUuid:3de0aae2-48a4-4b30-b2f6-bb7c434be731
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:b723d459-c698-48ed-b08b-3ff0ff033286
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:e2966d44-dbb7-4f50-be0d-79947e2b2f7b
ModelInvariantUuid:44973cdb-9509-4b2d-af34-75653e6abf1e
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b6c5feac-3e88-4289-b03d-0e041a04cd18
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:28:15.675Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: b2a0172c-1e4c-4487-8f6c-aeec1894bc7b
2022-11-07T06:28:15.676Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:28:15.676Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-07T06:28:15.676Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:28:15.677Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:28:15.679Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-11-07T06:28:15.679Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b2a0172c-1e4c-4487-8f6c-aeec1894bc7b
2022-11-07T06:28:15.679Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9fc8c009-3418-43d4-b914-b8c67e60925d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-07T06:28:15.679Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:28:15.679Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-07T06:28:15.738Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:28:15.738Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 9fc8c009-3418-43d4-b914-b8c67e60925d 12
2022-11-07T06:28:15.738Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-07T06:28:15.739Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-07T06:28:15.739Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:28:15.739Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:15.741Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:15.741Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802495738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:28:15.841Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:15.842Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:15.842Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:15.859Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:15.860Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:16.741Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 9e9ac59a-f9a5-4c6b-8982-f2a28498afb4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-07T06:28:16.744Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:28:16.744Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-07T06:28:16.795Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:28:16.796Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 9e9ac59a-f9a5-4c6b-8982-f2a28498afb4 2688
2022-11-07T06:28:16.796Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-07T06:28:16.796Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-07T06:28:16.796Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:28:16.796Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:16.798Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:16.798Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802496796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:28:16.899Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:28:16.899Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:16.899Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:16.912Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:16.912Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:28:17.800Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 66384b4d-7dee-439a-a1dc-a44c0b1bb8dd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-07T06:28:17.800Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:28:17.800Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-07T06:28:17.857Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:28:17.857Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 66384b4d-7dee-439a-a1dc-a44c0b1bb8dd 828
2022-11-07T06:28:17.858Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-07T06:28:17.858Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-07T06:28:17.858Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:28:17.858Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:17.860Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:17.860Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802497857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:28:17.960Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:17.961Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:17.961Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:17.973Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:17.973Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:18.860Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8606f427-d4e1-4138-8035-35b17cce827b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f0defb9-753b-49c5-b89c-7156d22ab643",
    "vfModuleModelCustomizationUUID": "57a672b0-b086-496d-b0ee-352cc0ea27b6",
    "isBase": true,
    "artifacts": [
      "9e9ac59a-f9a5-4c6b-8982-f2a28498afb4",
      "6d0ff8dd-b417-4258-812f-7190c7ad5511",
      "bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:28:18.864Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f0defb9-753b-49c5-b89c-7156d22ab643
VfModuleModelInvariantUUID:8606f427-d4e1-4138-8035-35b17cce827b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e9ac59a-f9a5-4c6b-8982-f2a28498afb4
,
6d0ff8dd-b417-4258-812f-7190c7ad5511
,
bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a

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

isBase:true


}

2022-11-07T06:28:18.867Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8606f427-d4e1-4138-8035-35b17cce827b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4f0defb9-753b-49c5-b89c-7156d22ab643",
    "vfModuleModelCustomizationUUID": "57a672b0-b086-496d-b0ee-352cc0ea27b6",
    "isBase": true,
    "artifacts": [
      "9e9ac59a-f9a5-4c6b-8982-f2a28498afb4",
      "6d0ff8dd-b417-4258-812f-7190c7ad5511",
      "bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:28:18.867Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4f0defb9-753b-49c5-b89c-7156d22ab643
VfModuleModelInvariantUUID:8606f427-d4e1-4138-8035-35b17cce827b
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e9ac59a-f9a5-4c6b-8982-f2a28498afb4
,
6d0ff8dd-b417-4258-812f-7190c7ad5511
,
bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a

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

isBase:true


}

2022-11-07T06:28:18.867Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6d0ff8dd-b417-4258-812f-7190c7ad5511 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-07T06:28:18.867Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:28:18.867Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-07T06:28:18.912Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:28:18.913Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6d0ff8dd-b417-4258-812f-7190c7ad5511 1164
2022-11-07T06:28:18.913Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-07T06:28:18.914Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-07T06:28:18.914Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:28:18.914Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:18.916Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:18.916Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802498913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:28:19.016Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:19.017Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:19.017Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:19.029Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:19.029Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:19.917Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-07T06:28:19.917Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:28:19.918Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-07T06:28:19.966Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:28:19.966Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bab01b1d-8cd5-45b5-9ed6-1e3d26e3202a 200
2022-11-07T06:28:19.969Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-07T06:28:19.969Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-07T06:28:19.969Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:28:19.969Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:19.972Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:19.972Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802499969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:28:20.072Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:20.073Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:20.073Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:20.085Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:20.085Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:20.972Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e1693381-c319-4450-b52d-0028574dcaf6
2022-11-07T06:28:20.973Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 b2a0172c-1e4c-4487-8f6c-aeec1894bc7b ASDC
2022-11-07T06:28:20.985Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:28:21.017Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@331bee08, org.onap.sdc.toscaparser.api.parameters.Input@227043fb, org.onap.sdc.toscaparser.api.parameters.Input@1e9cd3d2, org.onap.sdc.toscaparser.api.parameters.Input@71f5933e, org.onap.sdc.toscaparser.api.parameters.Input@1d7248a6]
2022-11-07T06:28:21.018Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.019Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.019Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-11-07T06:28:21.019Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 852db56d-d7bd-4dc0-9b3a-7a6d4134141c
2022-11-07T06:28:21.020Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 852db56d-d7bd-4dc0-9b3a-7a6d4134141c matches Tosca VF Customization UUID: 852db56d-d7bd-4dc0-9b3a-7a6d4134141c
2022-11-07T06:28:21.020Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 852db56d-d7bd-4dc0-9b3a-7a6d4134141c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:28:21.023Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.023Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.023Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 852db56d-d7bd-4dc0-9b3a-7a6d4134141c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-07T06:28:21.024Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1876feab
2022-11-07T06:28:21.024Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.024Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:28:21.024Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 57a672b0-b086-496d-b0ee-352cc0ea27b6
2022-11-07T06:28:21.025Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 57a672b0-b086-496d-b0ee-352cc0ea27b6
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:28:21.027Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.028Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:21.028Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:28:21.028Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.028Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:21.029Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:28:21.029Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.030Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-07T06:28:21.030Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-07T06:28:21.030Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=bcb7640e-2200-4dfd-9385-845037159c4f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:28:21.032Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.033Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:21.033Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:28:21.033Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.033Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-07T06:28:21.034Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=852db56d-d7bd-4dc0-9b3a-7a6d4134141c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:28:21.036Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.036Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.037Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e1693381-c319-4450-b52d-0028574dcaf6: basic_cnf
2022-11-07T06:28:21.037Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.037Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.037Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.038Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.038Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.038Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.038Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.039Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.039Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:28:21.039Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:28:21.040Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:28:21.157Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf b2a0172c-1e4c-4487-8f6c-aeec1894bc7b 1 ASDC deployResourceStructure
2022-11-07T06:28:21.158Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-07T06:28:21.158Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-07T06:28:21.158Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-07T06:28:21.158Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:21.160Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:21.160Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802501157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:28:21.260Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:21.261Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:21.261Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:21.272Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:21.272Z||pool-71-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:22.161Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-07T06:28:22.162Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-07T06:28:22.162Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-07T06:28:22.162Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:22.165Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:22.165Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802502161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:28:22.265Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:28:22.266Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:22.266Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:22.277Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:22.277Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:23.166Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-07T06:28:23.167Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-07T06:28:23.168Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:28:23.169Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:23.171Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:23.171Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802503166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:28:23.271Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:28:23.272Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:23.272Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:23.286Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:23.286Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:24.172Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-07T06:28:24.173Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-07T06:28:24.173Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:28:24.174Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:24.176Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:24.176Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802504172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:28:24.276Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:24.277Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:24.277Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:24.292Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:24.292Z||pool-74-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:25.177Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-07T06:28:25.178Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-07T06:28:25.178Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:28:25.178Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:25.180Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:25.180Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802505177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:28:25.297Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms
2022-11-07T06:28:25.305Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:25.306Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:25.340Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:25.340Z||pool-75-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:26.181Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-07T06:28:26.182Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-07T06:28:26.182Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:28:26.183Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:26.185Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:26.185Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802506181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:28:26.286Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:28:26.286Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:26.287Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:26.297Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:26.297Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:28:27.186Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7920408-69c3-4c25-8ebf-05f18a47afd0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:28:27.196Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7920408-69c3-4c25-8ebf-05f18a47afd0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:28:27.198Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:28:27.198Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:28:27.198Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:28:27.199Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:28:27.199Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:28:27.199Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:28:27.199Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:28:27.199Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:28:27.199Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:28:27.200Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:28:27.204Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:28:57.205Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7920408-69c3-4c25-8ebf-05f18a47afd0 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:28:57.210Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7920408-69c3-4c25-8ebf-05f18a47afd0 and serviceModelVersionId: e1693381-c319-4450-b52d-0028574dcaf6
2022-11-07T06:28:57.210Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7b9e6f8-7299-423e-bb82-dbc7d1f29acb
2022-11-07T06:28:57.210Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0
2022-11-07T06:28:57.214Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:28:57.293Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0|INFO|500||Invoke
2022-11-07T06:28:57.293Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7920408-69c3-4c25-8ebf-05f18a47afd0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76a7f4a2-f36a-4a21-a6b0-452219035fa8], X-ECOMP-RequestID=[a7920408-69c3-4c25-8ebf-05f18a47afd0], X-TransactionId=[], X-ONAP-RequestID=[a7920408-69c3-4c25-8ebf-05f18a47afd0], Content-Type=[application/merge-patch+json]}
2022-11-07T06:28:57.321Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:28:57.448Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?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/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221107-06:28:57:993-5649], vertex-id=[205040], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:28:57 GMT], Content-Type=[application/json]}
2022-11-07T06:28:57.449Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:28:57.451Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7b9e6f8-7299-423e-bb82-dbc7d1f29acb/model-vers/model-ver/e1693381-c319-4450-b52d-0028574dcaf6?depth=0|INFO|500||InvokeReturn
2022-11-07T06:28:57.451Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:28:57.453Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:28:57.462Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:28:57.463Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7920408-69c3-4c25-8ebf-05f18a47afd0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:28:57.463Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:28:57.463Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:57.465Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:57.465Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802537463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:28:57.573Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-11-07T06:28:57.574Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:57.574Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:57.597Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:57.598Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:28:58.476Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:28:58.476Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"46dc8eb7-76c4-4584-b8b4-10252ff82fd7","serviceName":"Demo_pNF_2Bw4kyPjivEF8gGGKmdV","serviceVersion":"1.0","serviceUUID":"dcf139ae-bcda-4c0e-bd29-6b436989d868","serviceDescription":"catalog service description","serviceInvariantUUID":"c2829c08-748d-43df-bb69-acb60f39eff5","resources":[{"resourceInstanceName":"pNF af54ca14-357a 0","resourceName":"pNF af54ca14-357a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7445f80-a8d2-430f-bc89-812647946097","resourceInvariantUUID":"0f974ff1-8f71-4349-80f1-7201c35b4607","resourceCustomizationUUID":"d99f1836-5200-43b6-a3c2-54d40eb7fc92","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml","artifactChecksum":"ZmQ1ZWVmOTYxZmQxYmUxZTFmZDIxZjE1Zjc4ZWQ3OTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5fd7e72-9f63-4430-b99e-828292f7f658","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar","artifactChecksum":"NzUxN2M5MTgzYmIyNzEwNDRhOWFjODM0ZmI1MDM1Mjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a9429c5-aa71-4486-b2ba-26a003b3b060","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"268ca543-2371-43a9-8096-861715029e55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml","artifactChecksum":"OTI4MGM4MDBhNmI3MTM3ZDljNDFjYWJmYzUwNzg4MTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9c78a2e1-30e9-4269-904f-99e50b2cc701","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76b28ea2-686f-473e-a495-eaf7381a1123","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f3b3a8e-c650-4602-b294-907b26487fe7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf2bw4kypjivef8gggkmdv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml","artifactChecksum":"MTFjOWVmMjRkMDNlY2E4NjNhZjdkN2I2NzUzODJlZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd8c5be1-5259-4168-8135-2e2228500f52","artifactVersion":"1"},{"artifactName":"service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar","artifactChecksum":"YmFhODMxZjE0YWU0NDA1MjA2Mjk4MGEzNDAzOTJiNjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ac61c0ec-961e-4191-b985-5b1e8ca90bc9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:28:58.477Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:58.477Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:58.478Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:58.478Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:28:58.579Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:58.579Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:58.580Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:58.591Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:58.591Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:28:59.479Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:28:59.480Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:28:59.482Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:28:59.482Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:28:59.583Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:28:59.584Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:28:59.584Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:28:59.595Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:28:59.596Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:29:00.483Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:29:00.484Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:00.486Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:00.486Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:00.586Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:29:00.586Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:00.586Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:00.598Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:00.599Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:29:01.486Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:29:01.487Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:01.490Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:01.491Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:01.590Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:29:01.591Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:01.591Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:01.603Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:01.603Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:29:02.492Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:29:02.493Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:02.495Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:02.495Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:02.595Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:29:02.596Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:02.596Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:02.610Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:02.611Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:29:03.496Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:29:03.496Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:03.498Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:03.498Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:03.598Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:29:03.599Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:03.599Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:03.611Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:03.611Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:29:04.499Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:29:04.499Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:04.502Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:04.502Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:04.602Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:29:04.603Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:04.603Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:04.639Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:04.640Z||pool-84-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:29:05.503Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:29:05.503Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:05.505Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:05.505Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:29:05.605Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:29:05.606Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:05.606Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:05.616Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:05.617Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:29:06.506Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "serviceName": "Demo_pNF_2Bw4kyPjivEF8gGGKmdV",
  "serviceVersion": "1.0",
  "serviceUUID": "dcf139ae-bcda-4c0e-bd29-6b436989d868",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c2829c08-748d-43df-bb69-acb60f39eff5",
  "resources": [
    {
      "resourceInstanceName": "pNF af54ca14-357a 0",
      "resourceCustomizationUUID": "d99f1836-5200-43b6-a3c2-54d40eb7fc92",
      "resourceName": "pNF af54ca14-357a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f7445f80-a8d2-430f-bc89-812647946097",
      "resourceInvariantUUID": "0f974ff1-8f71-4349-80f1-7201c35b4607",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
      "artifactChecksum": "YmFhODMxZjE0YWU0NDA1MjA2Mjk4MGEzNDAzOTJiNjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ac61c0ec-961e-4191-b985-5b1e8ca90bc9"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:29:06.507Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:29:06.507Z|a7920408-69c3-4c25-8ebf-05f18a47afd0|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dcf139ae-bcda-4c0e-bd29-6b436989d868 ASDC
2022-11-07T06:29:06.508Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:46dc8eb7-76c4-4584-b8b4-10252ff82fd7
ServiceName:Demo_pNF_2Bw4kyPjivEF8gGGKmdV
ServiceVersion:1.0
ServiceUUID:dcf139ae-bcda-4c0e-bd29-6b436989d868
ServiceInvariantUUID:c2829c08-748d-43df-bb69-acb60f39eff5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
ArtifactUUID:ac61c0ec-961e-4191-b985-5b1e8ca90bc9
ArtifactChecksum:YmFhODMxZjE0YWU0NDA1MjA2Mjk4MGEzNDAzOTJiNjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF af54ca14-357a 0
ResourceCustomizationUUID:d99f1836-5200-43b6-a3c2-54d40eb7fc92
ResourceInvariantUUID:0f974ff1-8f71-4349-80f1-7201c35b4607
ResourceName:pNF af54ca14-357a
ResourceType:PNF
ResourceUUID:f7445f80-a8d2-430f-bc89-812647946097
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-07T06:29:06.508Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dcf139ae-bcda-4c0e-bd29-6b436989d868 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:29:06.534Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:29:06.535Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:29:06.535Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:29:06.535Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ac61c0ec-961e-4191-b985-5b1e8ca90bc9 from URL: /sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:06.535Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-11-07T06:29:06.536Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:06.668Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-11-07T06:29:06.672Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar ac61c0ec-961e-4191-b985-5b1e8ca90bc9 87789
2022-11-07T06:29:06.672Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar ASDC sendASDCNotification
2022-11-07T06:29:06.673Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:06.673Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:29:06.673Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:06.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:06.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802546672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:06.776Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-11-07T06:29:06.777Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:06.777Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:06.788Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:06.788Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:29:07.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:29:07.690Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-11-07T06:29:07.691Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: ac61c0ec-961e-4191-b985-5b1e8ca90bc9, URL: /sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar to file: /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:07.691Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:07.692Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:07.692Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:07.838Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16753227742228921228/Definitions/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml
2022-11-07T06:29:08.528Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.529Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.530Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.530Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF af54ca14-357a 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-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.530Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-11-07T06:29:08.530Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.530Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.530Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Node template pNF af54ca14-357a 0 is matching search criteria
2022-11-07T06:29:08.530Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:29:08.531Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF af54ca14-357a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:29:08.531Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.531Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.531Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Node template pNF af54ca14-357a 0 is matching search criteria
2022-11-07T06:29:08.531Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-11-07T06:29:08.531Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF af54ca14-357a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:29:08.532Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.532Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.532Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.532Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.532Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.532Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.532Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.533Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.533Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.533Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.533Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_2Bw4kyPjivEF8gGGKmdV
Description:catalog service description
Model UUID:dcf139ae-bcda-4c0e-bd29-6b436989d868
Model Version:NULL
Model InvariantUuid:c2829c08-748d-43df-bb69-acb60f39eff5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:29:08.541Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: f7445f80-a8d2-430f-bc89-812647946097
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:29:08.546Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||pNF af54ca14-357a 0
2022-11-07T06:29:08.546Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f7445f80-a8d2-430f-bc89-812647946097
2022-11-07T06:29:08.546Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||No resources found for Service: dcf139ae-bcda-4c0e-bd29-6b436989d868
2022-11-07T06:29:08.546Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: dcf139ae-bcda-4c0e-bd29-6b436989d868
2022-11-07T06:29:08.547Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF af54ca14-357a 0 f7445f80-a8d2-430f-bc89-812647946097 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:29:08.551Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e1ab2e3, org.onap.sdc.toscaparser.api.parameters.Input@1386c5da, org.onap.sdc.toscaparser.api.parameters.Input@27c74f11, org.onap.sdc.toscaparser.api.parameters.Input@7ed6e41, org.onap.sdc.toscaparser.api.parameters.Input@c6b59f5]
2022-11-07T06:29:08.551Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.552Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.552Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid dcf139ae-bcda-4c0e-bd29-6b436989d868: pNF af54ca14-357a
2022-11-07T06:29:08.552Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Processing PNF resource: f7445f80-a8d2-430f-bc89-812647946097
2022-11-07T06:29:08.552Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:29:08.552Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_2Bw4kyPjivEF8gGGKmdV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:29:08.553Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Resource customization UUID: d99f1836-5200-43b6-a3c2-54d40eb7fc92 is the same as notified resource customizationUUID: d99f1836-5200-43b6-a3c2-54d40eb7fc92
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-07T06:29:08.594Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF af54ca14-357a f7445f80-a8d2-430f-bc89-812647946097 0 ASDC deployResourceStructure
2022-11-07T06:29:08.595Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar ASDC sendASDCNotification
2022-11-07T06:29:08.595Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar
2022-11-07T06:29:08.595Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:29:08.595Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:29:08.597Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:29:08.597Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802548595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:08.697Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:29:08.698Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:29:08.698Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:08.707Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:08.708Z||pool-87-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:29:09.598Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:29:09.606Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:29:09.608Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:29:09.608Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:29:09.608Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:29:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:29:15.657Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:29:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:29:15.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:29:15.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802375571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802384295,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802375379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802363113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:29:15.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802383425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802384178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802385040,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802385390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802385743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802386915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667802386395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:29:15.700Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
2022-11-07T06:29:15.700Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46dc8eb7-76c4-4584-b8b4-10252ff82fd7 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:29:15.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802386808,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:15.709Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.709Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.709Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667802387919,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:29:15.714Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
2022-11-07T06:29:15.714Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46dc8eb7-76c4-4584-b8b4-10252ff82fd7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:29:15.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802389054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:15.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802387858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:29:15.728Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.728Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "aai-ml",
  "timestamp": 1667802390059,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:29:15.732Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
2022-11-07T06:29:15.733Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 46dc8eb7-76c4-4584-b8b4-10252ff82fd7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:29:15.740Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802388976,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802389978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802390984,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:15.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:29:15.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802391992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:29:15.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:29:39.608Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:29:39.617Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 46dc8eb7-76c4-4584-b8b4-10252ff82fd7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:29:39.620Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:29:39.620Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:29:39.620Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:29:39.620Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:29:39.620Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:29:39.621Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:29:39.621Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:29:39.621Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:29:39.621Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:29:39.621Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:29:39.626Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:30:09.626Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 46dc8eb7-76c4-4584-b8b4-10252ff82fd7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:30:09.634Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 46dc8eb7-76c4-4584-b8b4-10252ff82fd7 and serviceModelVersionId: dcf139ae-bcda-4c0e-bd29-6b436989d868
2022-11-07T06:30:09.634Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2829c08-748d-43df-bb69-acb60f39eff5
2022-11-07T06:30:09.635Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2829c08-748d-43df-bb69-acb60f39eff5/model-vers/model-ver/dcf139ae-bcda-4c0e-bd29-6b436989d868?depth=0
2022-11-07T06:30:09.639Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:30:09.694Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2829c08-748d-43df-bb69-acb60f39eff5/model-vers/model-ver/dcf139ae-bcda-4c0e-bd29-6b436989d868?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-07T06:30:09.695Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2829c08-748d-43df-bb69-acb60f39eff5/model-vers/model-ver/dcf139ae-bcda-4c0e-bd29-6b436989d868?depth=0|INFO|500||Invoke
2022-11-07T06:30:09.710Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2829c08-748d-43df-bb69-acb60f39eff5/model-vers/model-ver/dcf139ae-bcda-4c0e-bd29-6b436989d868?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:30:09.833Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2829c08-748d-43df-bb69-acb60f39eff5/model-vers/model-ver/dcf139ae-bcda-4c0e-bd29-6b436989d868?depth=0|INFO|500||InvokeReturn
2022-11-07T06:30:09.834Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2829c08-748d-43df-bb69-acb60f39eff5/model-vers/model-ver/dcf139ae-bcda-4c0e-bd29-6b436989d868?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221107-06:30:10:387-32689], vertex-id=[245920], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:30:10 GMT], Content-Type=[application/json]}
2022-11-07T06:30:09.834Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:30:09.834Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:30:09.834Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:30:09.840Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:30:09.841Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 46dc8eb7-76c4-4584-b8b4-10252ff82fd7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:30:09.841Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:30:09.841Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:30:09.843Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:30:09.843Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802609841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:30:09.944Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:30:09.945Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:30:09.945Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:30:09.959Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:30:09.960Z||pool-88-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: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:30:10.856Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:30:10.856Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:30:10.856Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:30:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:30:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:30:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:30:15.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:30:15.677Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.677Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "92a039f1-1529-4701-bd06-af899a8b978b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802483227,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-07T06:30:15.678Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.679Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802493415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:30:15.680Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:30:21.120Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:30:21.120Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:30:21.121Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:30:21.121Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:30:30.659Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:30:30.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:30:30.660Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:30:30.660Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:30:40.199Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:30:40.200Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:30:40.201Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:30:40.201Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:30:49.758Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:31:15.653Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:31:15.655Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:31:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:31:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:31:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:31:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:31:15.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:31:15.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802495738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802496796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802497857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802498913,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802499969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802501157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802502161,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802503166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802504172,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802505177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:31:15.690Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802506181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7920408-69c3-4c25-8ebf-05f18a47afd0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802537463,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:31:15.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/resourceInstances/pnfaf54ca14357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802375653,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:31:15.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:31:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802546672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:31:15.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:15.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:31:15.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802548595,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf2bw4kypjivef8gggkmdv/1.0/artifacts/service-DemoPnf2bw4kypjivef8gggkmdv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:31:15.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:31:25.201Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:32:15.652Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:32:15.653Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:32:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:32:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:32:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:32:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:32:16.212Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:32:16.212Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:32:16.212Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "46dc8eb7-76c4-4584-b8b4-10252ff82fd7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667802609841,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:32:16.213Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:32:25.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:33:15.652Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:33:15.653Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:33:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:33:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:33:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:33:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:33:25.196Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:33:25.196Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:34:15.652Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:34:15.654Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:34:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:34:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:34:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:34:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:34:25.199Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:34:25.199Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:35:15.652Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:35:15.653Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:35:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:35:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:35:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:35:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:35:25.194Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:35:25.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:36:15.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:36:15.654Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:36:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:36:15.656Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:36:15.656Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:36:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:36:25.221Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:36:25.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:15.653Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:37:15.654Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:37:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:37:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:37:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:23.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:23.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-07T06:37:23.029Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"94cb88fc-99ce-4023-96f4-c96eba3b419b","serviceName":"Demo_pNF_UI5XaQgnmnYcuBxNeqeJ","serviceVersion":"1.0","serviceUUID":"6c0ff245-1939-4a11-beeb-d98b195fb8b5","serviceDescription":"catalog service description","serviceInvariantUUID":"ec517b8f-7757-45a0-862d-abee5a68eb0a","resources":[{"resourceInstanceName":"pNF 3de5ae32-235a 0","resourceName":"pNF 3de5ae32-235a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9cb58257-1caa-40d6-bb0d-5952efa08917","resourceInvariantUUID":"41b376e2-4592-4d38-91d8-367cacdb3c4c","resourceCustomizationUUID":"76004c6a-ed9e-414a-b653-be6e504c91c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml","artifactChecksum":"OWU4MWQ2OWY3YzhjMTRjOTk2ODMwZWYzY2RiNWM3MTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3fc100ea-f569-49b3-a534-dd5cf9b8fc30","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar","artifactChecksum":"NzUxN2M5MTgzYmIyNzEwNDRhOWFjODM0ZmI1MDM1Mjg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d8e68b0e-4b31-49d6-a7da-792447873465","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c802378b-3dcc-4673-9278-f605f5cb7a1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTlkNjllMDc2Mjk3NDViZTcwNGM3OWJhMDY1MzRiNWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8798bf88-76b2-4ca3-906f-71d08ae566af","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"97bb5ff7-a8b5-4d62-a6b6-8147cd67d026","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c38b1a1-76b5-4db3-b361-ae298d82f92f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUi5xaqgnmnycubxneqej-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml","artifactChecksum":"ZmQ1Yjg4M2E4M2NlMmNhZDNiOThkNzkzOWNiM2RkNmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"76c6231f-6a59-46f3-a73b-c5eb0ed8597f","artifactVersion":"1"},{"artifactName":"service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar","artifactChecksum":"NTFjODgyM2NlM2ZiYmEyYmVmN2NlZjYxYjM0ZWY0OWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f072012d-6b23-4e1e-8d37-8abf260e2261","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:37:23.035Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:23.036Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:23.041Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:23.041Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:23.141Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:37:23.142Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:23.143Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:23.165Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:23.166Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:23.277Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:23.278Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:37:23.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:23.279Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:37:23.279Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:37:23.280Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:23.280Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:37:24.042Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:24.043Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:24.045Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:24.045Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:24.145Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:37:24.146Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:24.146Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:24.156Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:24.156Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:25.046Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:25.047Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:25.049Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:25.050Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:25.149Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:37:25.150Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:25.150Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:25.167Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:25.168Z||pool-91-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:26.050Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:26.051Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:26.053Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:26.053Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:26.154Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:37:26.157Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:26.157Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:26.180Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:26.180Z||pool-92-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:27.056Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:27.057Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:27.059Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:27.059Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:27.159Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:37:27.160Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:27.160Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:27.170Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:27.170Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:28.060Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:28.061Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:28.063Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:28.064Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:28.164Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:37:28.164Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:28.164Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:28.173Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:28.173Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:29.064Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:29.067Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:29.070Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:29.070Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:37:29.171Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:37:29.172Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:29.172Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:29.181Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:29.182Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:30.071Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:37:30.072Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:30.074Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:30.075Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:37:30.175Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:37:30.176Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:30.176Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:30.189Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:30.189Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:31.076Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "serviceName": "Demo_pNF_UI5XaQgnmnYcuBxNeqeJ",
  "serviceVersion": "1.0",
  "serviceUUID": "6c0ff245-1939-4a11-beeb-d98b195fb8b5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ec517b8f-7757-45a0-862d-abee5a68eb0a",
  "resources": [
    {
      "resourceInstanceName": "pNF 3de5ae32-235a 0",
      "resourceCustomizationUUID": "76004c6a-ed9e-414a-b653-be6e504c91c6",
      "resourceName": "pNF 3de5ae32-235a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9cb58257-1caa-40d6-bb0d-5952efa08917",
      "resourceInvariantUUID": "41b376e2-4592-4d38-91d8-367cacdb3c4c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
      "artifactChecksum": "NTFjODgyM2NlM2ZiYmEyYmVmN2NlZjYxYjM0ZWY0OWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f072012d-6b23-4e1e-8d37-8abf260e2261"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:37:31.077Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:37:31.077Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6c0ff245-1939-4a11-beeb-d98b195fb8b5 ASDC
2022-11-07T06:37:31.078Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:94cb88fc-99ce-4023-96f4-c96eba3b419b
ServiceName:Demo_pNF_UI5XaQgnmnYcuBxNeqeJ
ServiceVersion:1.0
ServiceUUID:6c0ff245-1939-4a11-beeb-d98b195fb8b5
ServiceInvariantUUID:ec517b8f-7757-45a0-862d-abee5a68eb0a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
ArtifactUUID:f072012d-6b23-4e1e-8d37-8abf260e2261
ArtifactChecksum:NTFjODgyM2NlM2ZiYmEyYmVmN2NlZjYxYjM0ZWY0OWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3de5ae32-235a 0
ResourceCustomizationUUID:76004c6a-ed9e-414a-b653-be6e504c91c6
ResourceInvariantUUID:41b376e2-4592-4d38-91d8-367cacdb3c4c
ResourceName:pNF 3de5ae32-235a
ResourceType:PNF
ResourceUUID:9cb58257-1caa-40d6-bb0d-5952efa08917
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-07T06:37:31.078Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6c0ff245-1939-4a11-beeb-d98b195fb8b5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:37:31.120Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:37:31.122Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-07T06:37:31.123Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-07T06:37:31.123Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f072012d-6b23-4e1e-8d37-8abf260e2261 from URL: /sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:31.123Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-07T06:37:31.124Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:31.198Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-07T06:37:31.203Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar f072012d-6b23-4e1e-8d37-8abf260e2261 87777
2022-11-07T06:37:31.203Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar ASDC sendASDCNotification
2022-11-07T06:37:31.203Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:31.203Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:37:31.203Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:31.205Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:31.206Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803051203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:37:31.306Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:37:31.307Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:31.307Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:31.339Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:31.339Z||pool-97-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:32.206Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:37:32.207Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-07T06:37:32.207Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: f072012d-6b23-4e1e-8d37-8abf260e2261, URL: /sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar to file: /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:32.208Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:32.208Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:32.208Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:32.434Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2352530419213185752/Definitions/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml
2022-11-07T06:37:33.299Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:37:33.299Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-07T06:37:33.299Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.299Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||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-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3de5ae32-235a 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-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||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-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-07T06:37:33.300Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.301Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.301Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Node template pNF 3de5ae32-235a 0 is matching search criteria
2022-11-07T06:37:33.301Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-07T06:37:33.301Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3de5ae32-235a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:37:33.302Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.302Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.302Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Node template pNF 3de5ae32-235a 0 is matching search criteria
2022-11-07T06:37:33.302Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-07T06:37:33.302Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 3de5ae32-235a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:37:33.302Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.302Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.303Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.303Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.303Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.303Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.303Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.303Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.303Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.304Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.304Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UI5XaQgnmnYcuBxNeqeJ
Description:catalog service description
Model UUID:6c0ff245-1939-4a11-beeb-d98b195fb8b5
Model Version:NULL
Model InvariantUuid:ec517b8f-7757-45a0-862d-abee5a68eb0a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:37:33.312Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9cb58257-1caa-40d6-bb0d-5952efa08917
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:37:33.317Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||pNF 3de5ae32-235a 0
2022-11-07T06:37:33.317Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9cb58257-1caa-40d6-bb0d-5952efa08917
2022-11-07T06:37:33.317Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 6c0ff245-1939-4a11-beeb-d98b195fb8b5
2022-11-07T06:37:33.317Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6c0ff245-1939-4a11-beeb-d98b195fb8b5
2022-11-07T06:37:33.317Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3de5ae32-235a 0 9cb58257-1caa-40d6-bb0d-5952efa08917 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:37:33.322Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40b6a7c5, org.onap.sdc.toscaparser.api.parameters.Input@5db3cf9a, org.onap.sdc.toscaparser.api.parameters.Input@504cf694, org.onap.sdc.toscaparser.api.parameters.Input@1c53d5dd, org.onap.sdc.toscaparser.api.parameters.Input@69aed11d]
2022-11-07T06:37:33.322Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.322Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.322Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6c0ff245-1939-4a11-beeb-d98b195fb8b5: pNF 3de5ae32-235a
2022-11-07T06:37:33.323Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||Processing PNF resource: 9cb58257-1caa-40d6-bb0d-5952efa08917
2022-11-07T06:37:33.323Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:37:33.323Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_UI5XaQgnmnYcuBxNeqeJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:37:33.323Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||Resource customization UUID: 76004c6a-ed9e-414a-b653-be6e504c91c6 is the same as notified resource customizationUUID: 76004c6a-ed9e-414a-b653-be6e504c91c6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-07T06:37:33.356Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3de5ae32-235a 9cb58257-1caa-40d6-bb0d-5952efa08917 0 ASDC deployResourceStructure
2022-11-07T06:37:33.356Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar ASDC sendASDCNotification
2022-11-07T06:37:33.356Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar
2022-11-07T06:37:33.356Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:37:33.356Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:37:33.358Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:37:33.358Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803053356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:37:33.458Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:37:33.459Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:37:33.459Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:37:33.470Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:37:33.470Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:37:34.359Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:37:34.370Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:37:34.372Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:37:34.372Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:37:34.372Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:38:04.373Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:38:04.387Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:38:04.389Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:38:04.389Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:38:04.389Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:38:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:38:15.659Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:38:15.659Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:38:15.725Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:38:15.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:38:15.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:38:15.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:38:15.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:38:15.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:38:15.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:38:34.390Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:38:34.402Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:38:34.404Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:38:34.404Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:38:34.405Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:39:04.405Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:39:04.416Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:39:04.418Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:39:04.418Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:39:04.418Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:39:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:39:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:39:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:39:16.183Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:39:16.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803041951,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803035379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803035571,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803035652,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803051140,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803052520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:39:16.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803052525,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803051203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "cds",
  "timestamp": 1667803053534,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:39:16.205Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94cb88fc-99ce-4023-96f4-c96eba3b419b
2022-11-07T06:39:16.206Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94cb88fc-99ce-4023-96f4-c96eba3b419b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:39:16.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803052169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:39:16.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803053172,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:39:16.226Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 94cb88fc-99ce-4023-96f4-c96eba3b419b
2022-11-07T06:39:16.226Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94cb88fc-99ce-4023-96f4-c96eba3b419b and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:39:16.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803046893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803053356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803057529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:39:16.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "aai-ml",
  "timestamp": 1667803058534,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:39:16.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94cb88fc-99ce-4023-96f4-c96eba3b419b
2022-11-07T06:39:16.242Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94cb88fc-99ce-4023-96f4-c96eba3b419b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:39:16.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/resourceInstances/pnf3de5ae32235a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:39:16.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803053113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:39:16.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:39:16.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803061866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:39:16.252Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803063638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUi5xaqgnmnycubxneqej/1.0/artifacts/service-DemoPnfUi5xaqgnmnycubxneqej-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:39:16.253Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:39:16.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-07T06:39:16.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803064642,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:39:16.258Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94cb88fc-99ce-4023-96f4-c96eba3b419b
2022-11-07T06:39:16.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94cb88fc-99ce-4023-96f4-c96eba3b419b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:39:34.418Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:39:34.430Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:39:34.432Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:39:34.432Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:39:34.433Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:39:34.433Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:39:34.433Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:39:34.433Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:39:34.433Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:39:34.433Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:39:34.434Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:39:34.434Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:39:34.438Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:40:04.439Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:40:04.446Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94cb88fc-99ce-4023-96f4-c96eba3b419b and serviceModelVersionId: 6c0ff245-1939-4a11-beeb-d98b195fb8b5
2022-11-07T06:40:04.446Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec517b8f-7757-45a0-862d-abee5a68eb0a
2022-11-07T06:40:04.448Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0
2022-11-07T06:40:04.457Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:40:04.519Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0|INFO|500||Invoke
2022-11-07T06:40:04.519Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94cb88fc-99ce-4023-96f4-c96eba3b419b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dc85f698-06d4-4131-8a56-01f7397b000a], X-ECOMP-RequestID=[94cb88fc-99ce-4023-96f4-c96eba3b419b], X-TransactionId=[], X-ONAP-RequestID=[94cb88fc-99ce-4023-96f4-c96eba3b419b], Content-Type=[application/merge-patch+json]}
2022-11-07T06:40:04.543Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:40:04.644Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?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/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221107-06:40:05:221-22496], vertex-id=[266400], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:40:05 GMT], Content-Type=[application/json]}
2022-11-07T06:40:04.644Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:40:04.645Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec517b8f-7757-45a0-862d-abee5a68eb0a/model-vers/model-ver/6c0ff245-1939-4a11-beeb-d98b195fb8b5?depth=0|INFO|500||InvokeReturn
2022-11-07T06:40:04.647Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:40:04.647Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:40:04.653Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:40:04.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94cb88fc-99ce-4023-96f4-c96eba3b419b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:40:04.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:40:04.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:40:04.657Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:40:04.657Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803204654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:40:04.757Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:40:04.758Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:40:04.758Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:40:04.770Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:40:04.770Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:40:05.669Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:40:05.670Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:40:05.670Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:40:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:40:15.657Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:40:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:40:15.948Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:40:15.948Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:40:15.949Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:40:15.949Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:40:16.280Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:40:16.280Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-07T06:40:16.280Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94cb88fc-99ce-4023-96f4-c96eba3b419b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803204654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:40:16.281Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:40:25.485Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:40:25.486Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:40:25.487Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:40:25.487Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:40:35.045Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:41:15.652Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:41:15.653Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:41:15.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:41:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:41:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:41:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:41:25.198Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:41:25.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:42:15.652Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:42:15.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:42:15.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:42:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:42:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:42:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:42:25.200Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:42:25.202Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:43:15.652Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:43:15.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:43:15.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:43:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:43:15.657Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:43:15.657Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:43:25.202Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:43:25.202Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:44:15.653Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:44:15.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:44:15.654Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:44:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:44:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:44:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:44:25.233Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:44:25.234Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:45:15.652Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:45:15.653Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:45:15.654Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:45:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:45:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:45:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:45:25.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:45:25.200Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:15.653Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:46:15.655Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:46:15.655Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:46:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:46:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:15.945Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:15.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803535379,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803533113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803536951,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803549641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:15.959Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803548927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803551011,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:15.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "cds",
  "timestamp": 1667803552235,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:15.987Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 99155a40-a497-4dc6-b705-1da17c9fac90
2022-11-07T06:46:15.987Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99155a40-a497-4dc6-b705-1da17c9fac90 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:15.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-07T06:46:15.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:15.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:15.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803552015,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:46:16.003Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 99155a40-a497-4dc6-b705-1da17c9fac90
2022-11-07T06:46:16.003Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99155a40-a497-4dc6-b705-1da17c9fac90 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:16.014Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.014Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.015Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803545571,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803556336,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.017Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803546895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803557718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.018Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803558829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.019Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.020Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803559952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803553238,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803561051,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.021Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803562054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.022Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803562131,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:46:16.027Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 99155a40-a497-4dc6-b705-1da17c9fac90
2022-11-07T06:46:16.027Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99155a40-a497-4dc6-b705-1da17c9fac90 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:16.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.036Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.036Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803563135,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:16.036Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.036Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.037Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "cds",
  "timestamp": 1667803563333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:16.048Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
2022-11-07T06:46:16.048Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:16.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803563592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803555379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "aai-ml",
  "timestamp": 1667803564597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:46:16.066Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 99155a40-a497-4dc6-b705-1da17c9fac90
2022-11-07T06:46:16.067Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 99155a40-a497-4dc6-b705-1da17c9fac90 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:16.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803563113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803571863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803566893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803573901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:16.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803574905,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:46:16.084Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
2022-11-07T06:46:16.084Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:16.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803575616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:46:16.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803576682,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:16.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:46:16.295Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:16.296Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:46:16.296Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"99155a40-a497-4dc6-b705-1da17c9fac90","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"31701e54-90f2-4e06-af72-b6cf07fd7197","serviceDescription":"service","serviceInvariantUUID":"e5a50e4c-dcbf-4e42-96b9-7b493369183b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc97f51c-56eb-4644-9590-d10b984ae606","resourceInvariantUUID":"cbfe2960-20bb-4df4-bb2a-88cb81f47c23","resourceCustomizationUUID":"a432a78e-7793-4e1b-a921-0eb33cf0aedd","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":"NzI3ODk4Yjc1ZjExNjA2ZDJiMDcwMDU3NjRkNTUwZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48b656b3-a0f3-4610-8ed1-3778782a71f0","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":"MjQ1ZmYwMTliYzdiMjU3MDk3NGUwOTkxODk5N2I2ZGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"55a40bfb-dfbb-49e3-adce-bca2126165ae","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":"54c045a7-b784-49d4-b936-1f36849cd3e7","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":"74833831-d005-451f-948f-9961f97150b4","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":"4cbe8844-fcbd-48a7-8c6b-04f37920b474","artifactVersion":"2","generatedFromUUID":"cbd56c4d-10c9-4f5d-9426-3ec42b742861"},{"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":"cb97741f-009d-47c3-95eb-fa0a05e4d2fb","artifactVersion":"2","generatedFromUUID":"54c045a7-b784-49d4-b936-1f36849cd3e7"},{"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":"cbd56c4d-10c9-4f5d-9426-3ec42b742861","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":"902e22c4-9269-4957-ba8a-72a40a5c8e65","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":"MjAyODEwMzA0NTk5YzRmMDRhZDJjMDcxMmE0Y2RkZjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"06f39a04-f9af-46c0-80d4-fde6d7b2e8a1","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjQwYWQ2YjRhNDE4NTZjN2NjNzUxYjcxMjMxMmJkZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45717069-25a3-4535-a39d-b0cc17a496d4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:46:16.299Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:16.299Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:16.304Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:16.304Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:16.404Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:16.405Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:16.405Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:16.418Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:16.418Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:17.305Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:17.306Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:17.308Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:17.308Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:46:17.409Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:46:17.410Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:17.410Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:17.423Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:17.424Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:18.312Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:18.314Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:18.317Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:18.317Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:46:18.417Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:18.418Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:18.418Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:18.428Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:18.429Z||pool-102-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:19.317Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:19.319Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:19.321Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:19.321Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:19.421Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:46:19.422Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:19.422Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:19.433Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:19.433Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:20.322Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:20.323Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:20.325Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:20.325Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-07T06:46:20.425Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:20.426Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:20.426Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:20.447Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:20.448Z||pool-104-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:46:21.326Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:21.327Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:21.329Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:21.329Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-07T06:46:21.429Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:21.430Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:21.430Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:21.440Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:21.440Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:22.330Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:22.331Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:22.333Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:22.333Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-07T06:46:22.433Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:22.434Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:22.434Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:22.444Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:22.445Z||pool-106-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:23.333Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:23.334Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:23.336Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:23.336Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:23.436Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:23.439Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:23.439Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:23.451Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:23.451Z||pool-107-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:46:24.337Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:24.337Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:24.339Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:24.339Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:46:24.439Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:24.440Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:24.440Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:24.450Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:24.451Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:25.340Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:46:25.341Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:25.342Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:25.343Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:46:25.443Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:25.444Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:25.444Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:25.479Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:25.480Z||pool-109-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:26.345Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "31701e54-90f2-4e06-af72-b6cf07fd7197",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5a50e4c-dcbf-4e42-96b9-7b493369183b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "a432a78e-7793-4e1b-a921-0eb33cf0aedd",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc97f51c-56eb-4644-9590-d10b984ae606",
      "resourceInvariantUUID": "cbfe2960-20bb-4df4-bb2a-88cb81f47c23",
      "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": "MjQ1ZmYwMTliYzdiMjU3MDk3NGUwOTkxODk5N2I2ZGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "55a40bfb-dfbb-49e3-adce-bca2126165ae",
          "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": "54c045a7-b784-49d4-b936-1f36849cd3e7",
          "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": "cb97741f-009d-47c3-95eb-fa0a05e4d2fb",
            "generatedFromUUID": "54c045a7-b784-49d4-b936-1f36849cd3e7"
          },
          "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": "4cbe8844-fcbd-48a7-8c6b-04f37920b474",
          "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": "cb97741f-009d-47c3-95eb-fa0a05e4d2fb",
          "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": "cbd56c4d-10c9-4f5d-9426-3ec42b742861",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NjQwYWQ2YjRhNDE4NTZjN2NjNzUxYjcxMjMxMmJkZWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "45717069-25a3-4535-a39d-b0cc17a496d4"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:46:26.345Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:46:26.345Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 31701e54-90f2-4e06-af72-b6cf07fd7197 ASDC
2022-11-07T06:46:26.347Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:99155a40-a497-4dc6-b705-1da17c9fac90
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:31701e54-90f2-4e06-af72-b6cf07fd7197
ServiceInvariantUUID:e5a50e4c-dcbf-4e42-96b9-7b493369183b
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:45717069-25a3-4535-a39d-b0cc17a496d4
ArtifactChecksum:NjQwYWQ2YjRhNDE4NTZjN2NjNzUxYjcxMjMxMmJkZWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:a432a78e-7793-4e1b-a921-0eb33cf0aedd
ResourceInvariantUUID:cbfe2960-20bb-4df4-bb2a-88cb81f47c23
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bc97f51c-56eb-4644-9590-d10b984ae606
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:55a40bfb-dfbb-49e3-adce-bca2126165ae
ArtifactChecksum:MjQ1ZmYwMTliYzdiMjU3MDk3NGUwOTkxODk5N2I2ZGQ=
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:54c045a7-b784-49d4-b936-1f36849cd3e7
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:cb97741f-009d-47c3-95eb-fa0a05e4d2fb
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:4cbe8844-fcbd-48a7-8c6b-04f37920b474
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:cb97741f-009d-47c3-95eb-fa0a05e4d2fb
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:cbd56c4d-10c9-4f5d-9426-3ec42b742861
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-07T06:46:26.347Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31701e54-90f2-4e06-af72-b6cf07fd7197 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:46:26.391Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:46:26.392Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:46:26.392Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:46:26.393Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45717069-25a3-4535-a39d-b0cc17a496d4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:26.393Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:46:26.393Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:26.456Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:46:26.464Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 45717069-25a3-4535-a39d-b0cc17a496d4 162986
2022-11-07T06:46:26.464Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-07T06:46:26.464Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:26.464Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:46:26.465Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:26.469Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:26.469Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803586464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:26.568Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:46:26.569Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:26.569Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:26.581Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:26.582Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:27.469Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:46:27.470Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:46:27.470Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 45717069-25a3-4535-a39d-b0cc17a496d4, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:27.471Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-07T06:46:27.472Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:27.472Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:27.730Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17957922225999666164/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-07T06:46:28.855Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:46:28.855Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-07T06:46:28.856Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.857Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:28.857Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:28.857Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-07T06:46:28.857Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:46:28.858Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.858Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:28.858Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:28.858Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-07T06:46:28.858Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:46:28.859Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.859Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:28.859Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.859Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-07T06:46:28.860Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-07T06:46:28.860Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-07T06:46:28.860Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:46:28.860Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.860Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:46:28.861Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.861Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:28.861Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:46:28.861Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.862Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:28.862Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:46:28.862Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.862Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:28.862Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:46:28.863Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.863Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:28.863Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:46:28.863Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.864Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-07T06:46:28.864Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-07T06:46:28.864Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=0c4e18eb-07f2-4e30-872d-5b215ee1843a
2022-11-07T06:46:28.864Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.864Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:28.865Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.865Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:28.865Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.865Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:28.866Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:28.866Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:28.866Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:31701e54-90f2-4e06-af72-b6cf07fd7197
Model Version:NULL
Model InvariantUuid:e5a50e4c-dcbf-4e42-96b9-7b493369183b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:60842b91-f5ca-47b6-9d58-270aa52aaaec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cbfe2960-20bb-4df4-bb2a-88cb81f47c23
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a432a78e-7793-4e1b-a921-0eb33cf0aedd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7af2c66a-d053-43be-919b-b60073d76927
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:b98455d0-1416-4c08-8242-fc38d8c25ede
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:8279ec68-9648-4fe1-a838-c6e4271a685e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:cd0ec7fb-26c2-41c1-ab94-750f74b91b78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0c4e18eb-07f2-4e30-872d-5b215ee1843a
ModelInvariantUuid:253368f4-791d-41a9-adc1-a97ec8a00325
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:643b38b7-5d76-47a2-9a46-2b9e04ebb18c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:65e65865-36d5-49c1-8d99-c16eeee0003a
ModelInvariantUuid:4d7eeab0-2406-4327-bf95-fd05cbf3b07f
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:36cde1e9-702e-43be-99b2-93d9b5d41cc7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:46:28.872Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bc97f51c-56eb-4644-9590-d10b984ae606
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:46:28.876Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-11-07T06:46:28.876Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc97f51c-56eb-4644-9590-d10b984ae606
2022-11-07T06:46:28.876Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55a40bfb-dfbb-49e3-adce-bca2126165ae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-07T06:46:28.876Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:46:28.877Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-07T06:46:28.934Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:46:28.934Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 55a40bfb-dfbb-49e3-adce-bca2126165ae 1565
2022-11-07T06:46:28.935Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-07T06:46:28.935Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-07T06:46:28.935Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:46:28.935Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:28.937Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:28.937Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803588935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:29.037Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:29.038Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:29.038Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:29.051Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:29.051Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:29.937Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8279ec68-9648-4fe1-a838-c6e4271a685e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd0ec7fb-26c2-41c1-ab94-750f74b91b78",
    "vfModuleModelCustomizationUUID": "8e323eb4-2728-4f83-b719-16419991f265",
    "isBase": true,
    "artifacts": [
      "54c045a7-b784-49d4-b936-1f36849cd3e7",
      "cb97741f-009d-47c3-95eb-fa0a05e4d2fb"
    ],
    "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": "7af2c66a-d053-43be-919b-b60073d76927",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b98455d0-1416-4c08-8242-fc38d8c25ede",
    "vfModuleModelCustomizationUUID": "634cd2bd-71e1-41d5-ae87-1a8edba35e45",
    "isBase": false,
    "artifacts": [
      "cbd56c4d-10c9-4f5d-9426-3ec42b742861"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:46:29.942Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd0ec7fb-26c2-41c1-ab94-750f74b91b78
VfModuleModelInvariantUUID:8279ec68-9648-4fe1-a838-c6e4271a685e
VfModuleModelDescription:NULL
Artifacts UUID List:{
54c045a7-b784-49d4-b936-1f36849cd3e7
,
cb97741f-009d-47c3-95eb-fa0a05e4d2fb

}
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:b98455d0-1416-4c08-8242-fc38d8c25ede
VfModuleModelInvariantUUID:7af2c66a-d053-43be-919b-b60073d76927
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbd56c4d-10c9-4f5d-9426-3ec42b742861

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

isBase:false


}

2022-11-07T06:46:29.944Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8279ec68-9648-4fe1-a838-c6e4271a685e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd0ec7fb-26c2-41c1-ab94-750f74b91b78",
    "vfModuleModelCustomizationUUID": "8e323eb4-2728-4f83-b719-16419991f265",
    "isBase": true,
    "artifacts": [
      "54c045a7-b784-49d4-b936-1f36849cd3e7",
      "cb97741f-009d-47c3-95eb-fa0a05e4d2fb"
    ],
    "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": "7af2c66a-d053-43be-919b-b60073d76927",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b98455d0-1416-4c08-8242-fc38d8c25ede",
    "vfModuleModelCustomizationUUID": "634cd2bd-71e1-41d5-ae87-1a8edba35e45",
    "isBase": false,
    "artifacts": [
      "cbd56c4d-10c9-4f5d-9426-3ec42b742861"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:46:29.944Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd0ec7fb-26c2-41c1-ab94-750f74b91b78
VfModuleModelInvariantUUID:8279ec68-9648-4fe1-a838-c6e4271a685e
VfModuleModelDescription:NULL
Artifacts UUID List:{
54c045a7-b784-49d4-b936-1f36849cd3e7
,
cb97741f-009d-47c3-95eb-fa0a05e4d2fb

}
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:b98455d0-1416-4c08-8242-fc38d8c25ede
VfModuleModelInvariantUUID:7af2c66a-d053-43be-919b-b60073d76927
VfModuleModelDescription:NULL
Artifacts UUID List:{
cbd56c4d-10c9-4f5d-9426-3ec42b742861

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

isBase:false


}

2022-11-07T06:46:29.944Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54c045a7-b784-49d4-b936-1f36849cd3e7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-07T06:46:29.944Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:46:29.945Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-07T06:46:29.998Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:46:29.998Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 54c045a7-b784-49d4-b936-1f36849cd3e7 914
2022-11-07T06:46:29.998Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-07T06:46:29.999Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-07T06:46:29.999Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:46:29.999Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:30.000Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:30.001Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803589998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:30.101Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:30.102Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:30.102Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:30.124Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:30.124Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:31.001Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4cbe8844-fcbd-48a7-8c6b-04f37920b474 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-07T06:46:31.002Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:46:31.002Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-07T06:46:31.048Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:46:31.048Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 4cbe8844-fcbd-48a7-8c6b-04f37920b474 12
2022-11-07T06:46:31.049Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-07T06:46:31.049Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-07T06:46:31.049Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:46:31.049Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:31.051Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:31.051Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803591048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:31.151Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:31.152Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:31.152Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:31.163Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:31.163Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:32.052Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cb97741f-009d-47c3-95eb-fa0a05e4d2fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-07T06:46:32.052Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:46:32.052Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-07T06:46:32.106Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:46:32.106Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env cb97741f-009d-47c3-95eb-fa0a05e4d2fb 96
2022-11-07T06:46:32.106Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-07T06:46:32.107Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-07T06:46:32.107Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:46:32.107Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:32.108Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:32.109Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803592106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:32.209Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:46:32.209Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:32.210Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:32.223Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:32.224Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:33.109Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cbd56c4d-10c9-4f5d-9426-3ec42b742861 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-07T06:46:33.110Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:46:33.110Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-07T06:46:33.159Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:46:33.159Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cbd56c4d-10c9-4f5d-9426-3ec42b742861 20206
2022-11-07T06:46:33.160Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-07T06:46:33.160Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-07T06:46:33.160Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:46:33.160Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:33.162Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:33.162Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803593160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:46:33.262Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:33.263Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:33.263Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:33.275Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:33.276Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:34.166Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 31701e54-90f2-4e06-af72-b6cf07fd7197
2022-11-07T06:46:34.166Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bc97f51c-56eb-4644-9590-d10b984ae606 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:46:34.176Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42633fae, org.onap.sdc.toscaparser.api.parameters.Input@564d1a2e, org.onap.sdc.toscaparser.api.parameters.Input@53e39dfc, org.onap.sdc.toscaparser.api.parameters.Input@8a42ffd, org.onap.sdc.toscaparser.api.parameters.Input@53e1ef08]
2022-11-07T06:46:34.177Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.177Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.178Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-07T06:46:34.178Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a432a78e-7793-4e1b-a921-0eb33cf0aedd
2022-11-07T06:46:34.178Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a432a78e-7793-4e1b-a921-0eb33cf0aedd matches Tosca VF Customization UUID: a432a78e-7793-4e1b-a921-0eb33cf0aedd
2022-11-07T06:46:34.178Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a432a78e-7793-4e1b-a921-0eb33cf0aedd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:46:34.180Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.180Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.181Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a432a78e-7793-4e1b-a921-0eb33cf0aedd: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-07T06:46:34.181Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@bf27763
2022-11-07T06:46:34.181Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.181Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:46:34.181Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 634cd2bd-71e1-41d5-ae87-1a8edba35e45
2022-11-07T06:46:34.182Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 634cd2bd-71e1-41d5-ae87-1a8edba35e45
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:46:34.184Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.184Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:34.184Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:46:34.184Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.184Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:34.185Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:46:34.185Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.185Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-07T06:46:34.185Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a432a78e-7793-4e1b-a921-0eb33cf0aedd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:46:34.187Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.187Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.187Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 31701e54-90f2-4e06-af72-b6cf07fd7197: basic_cnf_macro
2022-11-07T06:46:34.187Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.187Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.187Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.187Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.188Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.188Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.188Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.188Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.188Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:46:34.188Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:46:34.188Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:46:34.226Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bc97f51c-56eb-4644-9590-d10b984ae606 2 ASDC deployResourceStructure
2022-11-07T06:46:34.226Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-07T06:46:34.226Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-07T06:46:34.226Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:46:34.227Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:34.228Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:34.228Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803594226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:34.329Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:34.330Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:34.330Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:34.341Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:34.341Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:35.229Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-07T06:46:35.229Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-07T06:46:35.229Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:46:35.230Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:35.231Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:35.232Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803595229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:35.333Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:46:35.334Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:35.334Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:35.344Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:35.344Z||pool-117-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:36.235Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-07T06:46:36.235Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-07T06:46:36.235Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-07T06:46:36.235Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:36.237Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:36.237Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803596232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:46:36.338Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:46:36.339Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:36.339Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:36.350Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:36.351Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:37.239Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-07T06:46:37.239Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-07T06:46:37.239Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:46:37.239Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:37.241Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:37.241Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803597239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:37.342Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:37.342Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:37.343Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:37.354Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:37.354Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:46:38.242Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-07T06:46:38.242Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-07T06:46:38.242Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-07T06:46:38.243Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:38.244Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:38.244Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803598242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:46:38.345Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:38.346Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:38.346Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:38.358Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:38.359Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:39.245Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-07T06:46:39.246Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-07T06:46:39.246Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:46:39.246Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:46:39.248Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:46:39.248Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803599245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:46:39.348Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:46:39.349Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:46:39.349Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:46:39.360Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:46:39.360Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:46:40.249Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 99155a40-a497-4dc6-b705-1da17c9fac90
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:46:40.263Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 99155a40-a497-4dc6-b705-1da17c9fac90
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:46:40.266Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:46:40.270Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:47:10.271Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 99155a40-a497-4dc6-b705-1da17c9fac90 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:47:10.277Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 99155a40-a497-4dc6-b705-1da17c9fac90 and serviceModelVersionId: 31701e54-90f2-4e06-af72-b6cf07fd7197
2022-11-07T06:47:10.277Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5a50e4c-dcbf-4e42-96b9-7b493369183b
2022-11-07T06:47:10.278Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0
2022-11-07T06:47:10.283Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:47:10.326Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0|INFO|500||Invoke
2022-11-07T06:47:10.326Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[99155a40-a497-4dc6-b705-1da17c9fac90], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e62244f1-4b77-4054-9c15-0ccb85e9e870], X-ECOMP-RequestID=[99155a40-a497-4dc6-b705-1da17c9fac90], X-TransactionId=[], X-ONAP-RequestID=[99155a40-a497-4dc6-b705-1da17c9fac90], Content-Type=[application/merge-patch+json]}
2022-11-07T06:47:10.344Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:47:10.446Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?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/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221107-06:47:11:026-41384], vertex-id=[188640], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:47:11 GMT], Content-Type=[application/json]}
2022-11-07T06:47:10.447Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:47:10.447Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5a50e4c-dcbf-4e42-96b9-7b493369183b/model-vers/model-ver/31701e54-90f2-4e06-af72-b6cf07fd7197?depth=0|INFO|500||InvokeReturn
2022-11-07T06:47:10.447Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:47:10.448Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:47:10.453Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:47:10.453Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 99155a40-a497-4dc6-b705-1da17c9fac90 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:47:10.453Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:47:10.454Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:10.455Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:10.455Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803630453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:47:10.556Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:10.557Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:10.557Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:10.571Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:10.571Z||pool-122-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:47:11.468Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:47:11.468Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4c2c6d91-a7af-4e6c-af2d-ebbec56eef76","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"df5d69cc-973f-43c1-84f3-0f51fa484a0d","serviceDescription":"service","serviceInvariantUUID":"6df30eeb-22ed-4432-92c7-70244b659311","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb04be9e-b256-49ec-b1e4-28df763f4fa6","resourceInvariantUUID":"7977202f-afee-438b-9bd1-9f045438e0af","resourceCustomizationUUID":"59a98122-7d0b-438e-886e-60b5c54562d6","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":"NzEzYjM0NWM4NjAyY2IxMDlkMzM4M2I3Mzg5MWYxZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f212654c-8dd6-4d51-abd4-ea570b653776","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":"N2RkOTI5OGY4OTA0NDViM2IxMGI5MTNiZGMyMDIwMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ca411d5-9af8-43fe-b2e8-741cbb145179","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":"c2d62daa-728a-4157-8b76-f6cc4935cfe0","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":"dc65a2ed-c484-40a2-8f0f-09c333db8244","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":"eab8974d-e2f2-479e-8493-f2c1c4bd7187","artifactVersion":"2","generatedFromUUID":"c2d62daa-728a-4157-8b76-f6cc4935cfe0"},{"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":"MWE5OWQ0ZjQ3OGJjNzE3MDRlODY4Yzc4NjdiYTk3NmY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c9712eea-8121-4848-8ffc-de02b90f44af","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":"YmQ1YzUzY2Q1ZTNiMzQyODU1NGY4MzljMTExOWU5NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c0a05af-3d19-4130-9647-a884ebc4c7e2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTI2ZTk3NzhkN2Y5MzJlMGVkNDFiMTkwMzEzMTVjYmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"74bee8fc-dc7d-48b0-ab45-b348a0f49eb6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:47:11.469Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:11.469Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:11.471Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:11.471Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:47:11.572Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:11.572Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:11.572Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:11.582Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:11.583Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:12.472Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:12.473Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:12.475Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:12.475Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:47:12.577Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-07T06:47:12.578Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:12.578Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:12.590Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:12.590Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:47:13.476Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:13.477Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:13.478Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:13.478Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:47:13.579Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:13.580Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:13.580Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:13.591Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:13.591Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:14.479Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:14.480Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:14.482Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:14.482Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:47:14.582Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:14.583Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:14.583Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:14.594Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:14.594Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:15.483Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:15.484Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:15.486Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:15.486Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-07T06:47:15.588Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-07T06:47:15.589Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:15.589Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:15.602Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:15.602Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:47:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:47:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:15.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:15.676Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:47:15.676Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:47:15.677Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:47:16.487Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:16.488Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:16.490Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:16.491Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:47:16.590Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:47:16.590Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:16.591Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:16.617Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:16.617Z||pool-128-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:47:17.491Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:17.492Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:17.514Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:17.515Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:47:17.594Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-11-07T06:47:17.595Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:17.595Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:17.606Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:17.607Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:18.515Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:47:18.516Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:18.519Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:18.519Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:47:18.618Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:47:18.619Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:18.619Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:18.629Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:18.630Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:19.520Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "df5d69cc-973f-43c1-84f3-0f51fa484a0d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6df30eeb-22ed-4432-92c7-70244b659311",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "59a98122-7d0b-438e-886e-60b5c54562d6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb04be9e-b256-49ec-b1e4-28df763f4fa6",
      "resourceInvariantUUID": "7977202f-afee-438b-9bd1-9f045438e0af",
      "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": "N2RkOTI5OGY4OTA0NDViM2IxMGI5MTNiZGMyMDIwMGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2ca411d5-9af8-43fe-b2e8-741cbb145179",
          "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": "c2d62daa-728a-4157-8b76-f6cc4935cfe0",
          "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": "eab8974d-e2f2-479e-8493-f2c1c4bd7187",
            "generatedFromUUID": "c2d62daa-728a-4157-8b76-f6cc4935cfe0"
          },
          "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": "eab8974d-e2f2-479e-8493-f2c1c4bd7187",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTI2ZTk3NzhkN2Y5MzJlMGVkNDFiMTkwMzEzMTVjYmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "74bee8fc-dc7d-48b0-ab45-b348a0f49eb6"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:47:19.520Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:47:19.521Z|99155a40-a497-4dc6-b705-1da17c9fac90|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df5d69cc-973f-43c1-84f3-0f51fa484a0d ASDC
2022-11-07T06:47:19.521Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:df5d69cc-973f-43c1-84f3-0f51fa484a0d
ServiceInvariantUUID:6df30eeb-22ed-4432-92c7-70244b659311
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:74bee8fc-dc7d-48b0-ab45-b348a0f49eb6
ArtifactChecksum:YTI2ZTk3NzhkN2Y5MzJlMGVkNDFiMTkwMzEzMTVjYmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:59a98122-7d0b-438e-886e-60b5c54562d6
ResourceInvariantUUID:7977202f-afee-438b-9bd1-9f045438e0af
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:bb04be9e-b256-49ec-b1e4-28df763f4fa6
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:2ca411d5-9af8-43fe-b2e8-741cbb145179
ArtifactChecksum:N2RkOTI5OGY4OTA0NDViM2IxMGI5MTNiZGMyMDIwMGE=
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:c2d62daa-728a-4157-8b76-f6cc4935cfe0
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:eab8974d-e2f2-479e-8493-f2c1c4bd7187
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:eab8974d-e2f2-479e-8493-f2c1c4bd7187
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-07T06:47:19.521Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df5d69cc-973f-43c1-84f3-0f51fa484a0d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:47:19.550Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:47:19.550Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:47:19.551Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:47:19.551Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 74bee8fc-dc7d-48b0-ab45-b348a0f49eb6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-07T06:47:19.551Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:47:19.551Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-07T06:47:19.609Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:47:19.613Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 74bee8fc-dc7d-48b0-ab45-b348a0f49eb6 82627
2022-11-07T06:47:19.613Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-07T06:47:19.613Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-07T06:47:19.613Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:47:19.614Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:19.616Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:19.616Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803639613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:47:19.716Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:19.717Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:19.717Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:19.727Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:19.727Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:20.616Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:47:20.618Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:47:20.618Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 74bee8fc-dc7d-48b0-ab45-b348a0f49eb6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:20.621Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-07T06:47:20.621Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:20.621Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:20.768Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11367991805514139789/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-07T06:47:21.759Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:47:21.760Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-07T06:47:21.760Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.760Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-07T06:47:21.761Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-07T06:47:21.762Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.762Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:21.762Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:21.762Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-07T06:47:21.762Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:47:21.763Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.763Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:21.763Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:21.763Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-07T06:47:21.763Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:47:21.764Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.764Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:21.764Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.764Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-07T06:47:21.764Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-07T06:47:21.764Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-07T06:47:21.765Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-07T06:47:21.765Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-07T06:47:21.765Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-07T06:47:21.765Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.765Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:47:21.765Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.766Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:21.766Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:47:21.766Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.766Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:21.766Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:47:21.767Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.767Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:21.767Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:47:21.767Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.767Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-07T06:47:21.767Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-07T06:47:21.768Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-07T06:47:21.768Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=68a321fe-5cf7-4e78-a0cb-dff4e5075228
2022-11-07T06:47:21.768Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.768Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:21.768Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.768Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:21.769Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.769Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:21.769Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:21.769Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:21.769Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:df5d69cc-973f-43c1-84f3-0f51fa484a0d
Model Version:NULL
Model InvariantUuid:6df30eeb-22ed-4432-92c7-70244b659311
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b690f2db-328a-4df4-bb63-49ecdd0039a1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7977202f-afee-438b-9bd1-9f045438e0af
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59a98122-7d0b-438e-886e-60b5c54562d6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:37301b87-440b-47b5-a7a9-32e030e2c65f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5397c18b-7cef-4e3f-83c9-f9c95c2bbfc7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:68a321fe-5cf7-4e78-a0cb-dff4e5075228
ModelInvariantUuid:760c9d8f-253c-4193-9cb3-06ccb0aa5fc1
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:bd566459-222e-4cb8-9308-4d5d978980c8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:93de39e5-7d0b-4472-969f-036e3caa0af5
ModelInvariantUuid:6cf031a1-69cb-4592-8da0-445228bf29f6
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ccc94d16-9227-4f1d-b253-fafbcd169a33
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:47:21.777Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: bb04be9e-b256-49ec-b1e4-28df763f4fa6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:47:21.780Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||basic_vm_macro 0
2022-11-07T06:47:21.780Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb04be9e-b256-49ec-b1e4-28df763f4fa6
2022-11-07T06:47:21.780Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2ca411d5-9af8-43fe-b2e8-741cbb145179 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-07T06:47:21.780Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:47:21.780Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-07T06:47:21.828Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:47:21.829Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2ca411d5-9af8-43fe-b2e8-741cbb145179 792
2022-11-07T06:47:21.829Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-07T06:47:21.829Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-07T06:47:21.830Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:47:21.830Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:21.832Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:21.832Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803641829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:47:21.932Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:21.933Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:21.933Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:21.944Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:21.944Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:22.832Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "37301b87-440b-47b5-a7a9-32e030e2c65f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5397c18b-7cef-4e3f-83c9-f9c95c2bbfc7",
    "vfModuleModelCustomizationUUID": "3fbecdb1-8d79-42aa-bbbf-47502a08f620",
    "isBase": true,
    "artifacts": [
      "c2d62daa-728a-4157-8b76-f6cc4935cfe0",
      "eab8974d-e2f2-479e-8493-f2c1c4bd7187"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:47:22.835Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5397c18b-7cef-4e3f-83c9-f9c95c2bbfc7
VfModuleModelInvariantUUID:37301b87-440b-47b5-a7a9-32e030e2c65f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2d62daa-728a-4157-8b76-f6cc4935cfe0
,
eab8974d-e2f2-479e-8493-f2c1c4bd7187

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

isBase:true


}

2022-11-07T06:47:22.837Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "37301b87-440b-47b5-a7a9-32e030e2c65f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5397c18b-7cef-4e3f-83c9-f9c95c2bbfc7",
    "vfModuleModelCustomizationUUID": "3fbecdb1-8d79-42aa-bbbf-47502a08f620",
    "isBase": true,
    "artifacts": [
      "c2d62daa-728a-4157-8b76-f6cc4935cfe0",
      "eab8974d-e2f2-479e-8493-f2c1c4bd7187"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-07T06:47:22.837Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5397c18b-7cef-4e3f-83c9-f9c95c2bbfc7
VfModuleModelInvariantUUID:37301b87-440b-47b5-a7a9-32e030e2c65f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c2d62daa-728a-4157-8b76-f6cc4935cfe0
,
eab8974d-e2f2-479e-8493-f2c1c4bd7187

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

isBase:true


}

2022-11-07T06:47:22.838Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c2d62daa-728a-4157-8b76-f6cc4935cfe0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-07T06:47:22.838Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:47:22.838Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-07T06:47:22.883Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:47:22.884Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c2d62daa-728a-4157-8b76-f6cc4935cfe0 5033
2022-11-07T06:47:22.884Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-07T06:47:22.884Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-07T06:47:22.884Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:47:22.885Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:22.886Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:22.886Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803642884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:47:22.987Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:22.987Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:22.987Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:22.999Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:22.999Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:23.887Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eab8974d-e2f2-479e-8493-f2c1c4bd7187 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-07T06:47:23.888Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:47:23.888Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-07T06:47:23.934Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:47:23.935Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env eab8974d-e2f2-479e-8493-f2c1c4bd7187 903
2022-11-07T06:47:23.936Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-07T06:47:23.936Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-07T06:47:23.936Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:47:23.936Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:23.938Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:23.938Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803643936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:47:24.039Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-07T06:47:24.040Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:24.040Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:24.051Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:24.052Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:24.939Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: df5d69cc-973f-43c1-84f3-0f51fa484a0d
2022-11-07T06:47:24.940Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bb04be9e-b256-49ec-b1e4-28df763f4fa6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:47:24.952Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e97c13a, org.onap.sdc.toscaparser.api.parameters.Input@1c6f2661, org.onap.sdc.toscaparser.api.parameters.Input@6e15ba08, org.onap.sdc.toscaparser.api.parameters.Input@3fe95237, org.onap.sdc.toscaparser.api.parameters.Input@7fb7cae1]
2022-11-07T06:47:24.954Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.954Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.955Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-07T06:47:24.955Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 59a98122-7d0b-438e-886e-60b5c54562d6
2022-11-07T06:47:24.955Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59a98122-7d0b-438e-886e-60b5c54562d6 matches Tosca VF Customization UUID: 59a98122-7d0b-438e-886e-60b5c54562d6
2022-11-07T06:47:24.956Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 59a98122-7d0b-438e-886e-60b5c54562d6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-07T06:47:24.958Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.959Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.960Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 59a98122-7d0b-438e-886e-60b5c54562d6: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-07T06:47:24.960Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c050217
2022-11-07T06:47:24.960Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.960Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-07T06:47:24.961Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3fbecdb1-8d79-42aa-bbbf-47502a08f620
2022-11-07T06:47:24.961Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3fbecdb1-8d79-42aa-bbbf-47502a08f620
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-07T06:47:24.964Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.964Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:24.965Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:47:24.965Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.965Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:24.966Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:47:24.966Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.966Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-07T06:47:24.967Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-07T06:47:24.967Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-07T06:47:24.967Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=68a321fe-5cf7-4e78-a0cb-dff4e5075228
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-07T06:47:24.970Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.970Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:24.970Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-07T06:47:24.971Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.971Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-07T06:47:24.971Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=59a98122-7d0b-438e-886e-60b5c54562d6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:47:24.973Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.973Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.973Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid df5d69cc-973f-43c1-84f3-0f51fa484a0d: basic_vm_macro
2022-11-07T06:47:24.974Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.974Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.974Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.974Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.975Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.975Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.975Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.975Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.976Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:47:24.976Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:47:24.976Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:47:25.075Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bb04be9e-b256-49ec-b1e4-28df763f4fa6 1 ASDC deployResourceStructure
2022-11-07T06:47:25.075Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-07T06:47:25.075Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-07T06:47:25.075Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:47:25.076Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:25.077Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:25.078Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803645075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:47:25.178Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:25.178Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:25.178Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:25.193Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:25.194Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:26.078Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-07T06:47:26.079Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-07T06:47:26.079Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:47:26.079Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:26.081Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:26.081Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803646078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:47:26.182Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:26.182Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:26.183Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:26.193Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:26.193Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:27.082Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-07T06:47:27.083Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-07T06:47:27.083Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:47:27.083Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:27.085Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:27.085Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803647082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:47:27.185Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:27.186Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:27.186Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:27.196Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:27.196Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:47:28.086Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-07T06:47:28.086Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-07T06:47:28.086Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:47:28.087Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:47:28.089Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:47:28.089Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803648086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:47:28.189Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:47:28.190Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:47:28.190Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:47:28.200Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:47:28.201Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:47:29.090Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:47:29.115Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:47:29.117Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:47:29.119Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:47:29.120Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:47:59.120Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:47:59.129Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:47:59.132Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:47:59.133Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:47:59.133Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:48:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:48:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:48:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:48:15.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:48:15.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:48:15.680Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:48:15.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:48:29.134Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:48:29.147Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:48:29.149Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:48:29.150Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:48:29.150Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:48:59.150Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:48:59.167Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:48:59.177Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:48:59.178Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-07T06:48:59.178Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-07T06:49:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:49:15.657Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:49:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:49:15.704Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:49:15.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803577747,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.708Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803578769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:49:15.719Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
2022-11-07T06:49:15.719Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:49:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803579775,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803575571,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803584282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.733Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803586464,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803588935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803590878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803589998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "aai-ml",
  "timestamp": 1667803591881,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:49:15.742Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
2022-11-07T06:49:15.742Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:49:15.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803591048,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803592106,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803593160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803594226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803595229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803596232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803597239,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803598242,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803599245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.754Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803593112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803596951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803595379,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803608263,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803608941,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803609652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803609284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.768Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "cds",
  "timestamp": 1667803610931,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:49:15.780Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68
2022-11-07T06:49:15.781Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:49:15.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803610609,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667803610287,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:49:15.794Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68
2022-11-07T06:49:15.794Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:49:15.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667803611614,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:49:15.808Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68
2022-11-07T06:49:15.808Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:49:15.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803605571,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803615301,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667803606893,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803620268,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "aai-ml",
  "timestamp": 1667803621273,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:49:15.823Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68
2022-11-07T06:49:15.823Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-07T06:49:15.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "99155a40-a497-4dc6-b705-1da17c9fac90",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803630453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:49:15.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:49:15.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-07T06:49:15.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:49:29.178Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:49:29.189Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:49:29.191Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:49:29.195Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:49:59.196Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:49:59.205Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76 and serviceModelVersionId: df5d69cc-973f-43c1-84f3-0f51fa484a0d
2022-11-07T06:49:59.205Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6df30eeb-22ed-4432-92c7-70244b659311
2022-11-07T06:49:59.207Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6df30eeb-22ed-4432-92c7-70244b659311/model-vers/model-ver/df5d69cc-973f-43c1-84f3-0f51fa484a0d?depth=0
2022-11-07T06:49:59.211Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:49:59.297Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6df30eeb-22ed-4432-92c7-70244b659311/model-vers/model-ver/df5d69cc-973f-43c1-84f3-0f51fa484a0d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-07T06:49:59.298Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6df30eeb-22ed-4432-92c7-70244b659311/model-vers/model-ver/df5d69cc-973f-43c1-84f3-0f51fa484a0d?depth=0|INFO|500||Invoke
2022-11-07T06:49:59.315Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6df30eeb-22ed-4432-92c7-70244b659311/model-vers/model-ver/df5d69cc-973f-43c1-84f3-0f51fa484a0d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:49:59.447Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6df30eeb-22ed-4432-92c7-70244b659311/model-vers/model-ver/df5d69cc-973f-43c1-84f3-0f51fa484a0d?depth=0|INFO|500||InvokeReturn
2022-11-07T06:49:59.447Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6df30eeb-22ed-4432-92c7-70244b659311/model-vers/model-ver/df5d69cc-973f-43c1-84f3-0f51fa484a0d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221107-06:49:59:997-66638], vertex-id=[245816], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:49:59 GMT], Content-Type=[application/json]}
2022-11-07T06:49:59.448Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:49:59.448Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:49:59.449Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:49:59.453Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:49:59.453Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4c2c6d91-a7af-4e6c-af2d-ebbec56eef76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:49:59.453Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:49:59.454Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:49:59.456Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:49:59.456Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803799453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:49:59.557Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:49:59.558Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:49:59.558Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:49:59.583Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:49:59.583Z||pool-139-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:50:00.472Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:50:00.473Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:50:00.473Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:04.863Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:04.864Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-07T06:50:04.864Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"15866c00-28b9-471f-8b83-4c23263c05e8","serviceDescription":"service","serviceInvariantUUID":"0ce0196d-6e6f-40c2-8829-e910dd2b7365","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"55b4de06-823b-43ba-9b6e-0551dc0f6fb7","resourceInvariantUUID":"844f3795-335a-4ab9-b1e3-e15ab43091c7","resourceCustomizationUUID":"4d67465b-8249-4a8c-b85e-619c48bf666b","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":"OWEyZjU3ODFjMTgzODUwYTNlZTE2NTE5MTgxODhmNmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b9001d0b-1f5b-415c-ad7e-25b326ffe663","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":"a7582c12-bd2f-48ac-82d0-8b0043c1b0ba","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":"14369efc-d535-4415-b2d9-d1be3853dcd6","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":"NDcwMDViY2Y4NWQ2MWEzYWIwNTVkNmNiOGI1YTI1YzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0ea0f509-3596-4691-ad86-1f00ed67a542","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":"ab6f8e66-1cf1-4dc6-916a-801e5c0aaa42","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":"3c47d828-2215-459f-98cc-4bc45ee414a6","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":"53504af8-ed61-46ed-a300-3dda1e65cce9","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":"OWQ3ZDA4Njk1ZmIyYjk3NTI0ZmU3MTU0YmVjYmE4NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ed929f5-2389-40d5-a9ff-b8c997612fb5","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YWVlNWJlYzExOWM5YTAzNDY3NjE1YmVmYjRhZDkxZDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"38e876e9-1d7d-4055-baf3-9cd1ed8e4184","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-07T06:50:04.869Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:04.869Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:04.872Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:04.872Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:04.972Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:04.973Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:04.973Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:04.986Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:04.986Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:50:05.873Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:05.873Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:05.875Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:05.875Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:05.976Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-07T06:50:05.977Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:05.977Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:05.987Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:05.987Z||pool-141-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:06.876Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:06.877Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:06.879Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:06.879Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:06.979Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:06.979Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:06.980Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:06.993Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:06.994Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:50:07.880Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:07.880Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:07.883Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:07.883Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:07.983Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:07.984Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:07.984Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:07.995Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:07.996Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:08.883Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:08.884Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:08.886Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:08.886Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:08.986Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:08.987Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:08.987Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:08.998Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:08.998Z||pool-144-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:09.887Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:09.888Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:09.890Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:09.890Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:09.990Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:09.991Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:09.991Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:10.002Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:10.002Z||pool-145-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:10.890Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:10.891Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:10.897Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:10.897Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:10.993Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-07T06:50:10.994Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:10.994Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:11.005Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:11.005Z||pool-146-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:11.898Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:11.898Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:11.900Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:11.900Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:12.000Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:12.001Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:12.001Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:12.011Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:12.011Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-07T06:50:12.905Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-07T06:50:12.909Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:12.944Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:12.944Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:50:13.041Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-11-07T06:50:13.046Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:13.046Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:13.056Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:13.056Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:13.945Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "15866c00-28b9-471f-8b83-4c23263c05e8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0ce0196d-6e6f-40c2-8829-e910dd2b7365",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "4d67465b-8249-4a8c-b85e-619c48bf666b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "55b4de06-823b-43ba-9b6e-0551dc0f6fb7",
      "resourceInvariantUUID": "844f3795-335a-4ab9-b1e3-e15ab43091c7",
      "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": "YWVlNWJlYzExOWM5YTAzNDY3NjE1YmVmYjRhZDkxZDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "38e876e9-1d7d-4055-baf3-9cd1ed8e4184"
    }
  ],
  "workloadContext": "Production"
}
2022-11-07T06:50:13.946Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-07T06:50:13.946Z|4c2c6d91-a7af-4e6c-af2d-ebbec56eef76|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 15866c00-28b9-471f-8b83-4c23263c05e8 ASDC
2022-11-07T06:50:13.947Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:15866c00-28b9-471f-8b83-4c23263c05e8
ServiceInvariantUUID:0ce0196d-6e6f-40c2-8829-e910dd2b7365
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:38e876e9-1d7d-4055-baf3-9cd1ed8e4184
ArtifactChecksum:YWVlNWJlYzExOWM5YTAzNDY3NjE1YmVmYjRhZDkxZDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:4d67465b-8249-4a8c-b85e-619c48bf666b
ResourceInvariantUUID:844f3795-335a-4ab9-b1e3-e15ab43091c7
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:55b4de06-823b-43ba-9b6e-0551dc0f6fb7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-07T06:50:13.947Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 15866c00-28b9-471f-8b83-4c23263c05e8 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:50:13.978Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:50:13.979Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:50:13.979Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:50:13.980Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 38e876e9-1d7d-4055-baf3-9cd1ed8e4184 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-07T06:50:13.980Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-07T06:50:13.980Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-07T06:50:14.179Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-07T06:50:14.185Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 38e876e9-1d7d-4055-baf3-9cd1ed8e4184 110870
2022-11-07T06:50:14.185Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-07T06:50:14.185Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-07T06:50:14.186Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-07T06:50:14.186Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:14.188Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:14.188Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803814185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:50:14.288Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:14.289Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:14.290Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:14.299Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:14.300Z||pool-149-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:15.189Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-07T06:50:15.190Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-07T06:50:15.190Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 38e876e9-1d7d-4055-baf3-9cd1ed8e4184, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:15.190Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-07T06:50:15.191Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:15.191Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:15.297Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8207966666411430771/Definitions/service-TestPnfMacro-template.yml
2022-11-07T06:50:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:50:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:50:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:15.725Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:15.726Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.726Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803575653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:50:15.727Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803639613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803641829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803642884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803643936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:50:15.728Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803645075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803646078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803647082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803648086,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:50:15.729Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:50:16.022Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-07T06:50:16.022Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-07T06:50:16.022Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.022Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-07T06:50:16.022Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.023Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.024Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-07T06:50:16.024Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-07T06:50:16.024Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:50:16.024Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.024Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.024Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-07T06:50:16.024Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.025Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.026Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.026Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.026Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.026Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:15866c00-28b9-471f-8b83-4c23263c05e8
Model Version:NULL
Model InvariantUuid:0ce0196d-6e6f-40c2-8829-e910dd2b7365
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-07T06:50:16.033Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 55b4de06-823b-43ba-9b6e-0551dc0f6fb7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:50:16.036Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||test-pnf 0
2022-11-07T06:50:16.036Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 55b4de06-823b-43ba-9b6e-0551dc0f6fb7
2022-11-07T06:50:16.036Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 15866c00-28b9-471f-8b83-4c23263c05e8
2022-11-07T06:50:16.037Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 15866c00-28b9-471f-8b83-4c23263c05e8
2022-11-07T06:50:16.037Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 55b4de06-823b-43ba-9b6e-0551dc0f6fb7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:50:16.042Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fd28f3c, org.onap.sdc.toscaparser.api.parameters.Input@1514dcf7, org.onap.sdc.toscaparser.api.parameters.Input@4c9dcce6, org.onap.sdc.toscaparser.api.parameters.Input@37c4a572, org.onap.sdc.toscaparser.api.parameters.Input@6cb477d9]
2022-11-07T06:50:16.042Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.042Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.042Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 15866c00-28b9-471f-8b83-4c23263c05e8: test-pnf
2022-11-07T06:50:16.043Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||Processing PNF resource: 55b4de06-823b-43ba-9b6e-0551dc0f6fb7
2022-11-07T06:50:16.043Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-07T06:50:16.043Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-07T06:50:16.043Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||Resource customization UUID: 4d67465b-8249-4a8c-b85e-619c48bf666b is the same as notified resource customizationUUID: 4d67465b-8249-4a8c-b85e-619c48bf666b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-07T06:50:16.096Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 55b4de06-823b-43ba-9b6e-0551dc0f6fb7 0 ASDC deployResourceStructure
2022-11-07T06:50:16.097Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-07T06:50:16.097Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-07T06:50:16.097Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-07T06:50:16.097Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:16.099Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:16.099Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803816096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:50:16.199Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:16.200Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:16.200Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:16.213Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:16.213Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-07T06:50:17.100Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:50:17.111Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-07T06:50:17.114Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-07T06:50:17.114Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-07T06:50:17.114Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-07T06:50:17.114Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-07T06:50:17.114Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:50:17.114Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:50:17.115Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:50:17.115Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:50:17.115Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-07T06:50:17.115Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-07T06:50:17.120Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-07T06:50:47.121Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-07T06:50:47.127Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68 and serviceModelVersionId: 15866c00-28b9-471f-8b83-4c23263c05e8
2022-11-07T06:50:47.127Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ce0196d-6e6f-40c2-8829-e910dd2b7365
2022-11-07T06:50:47.128Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ce0196d-6e6f-40c2-8829-e910dd2b7365/model-vers/model-ver/15866c00-28b9-471f-8b83-4c23263c05e8?depth=0
2022-11-07T06:50:47.132Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-07T06:50:47.186Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ce0196d-6e6f-40c2-8829-e910dd2b7365/model-vers/model-ver/15866c00-28b9-471f-8b83-4c23263c05e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-07T06:50:47.187Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ce0196d-6e6f-40c2-8829-e910dd2b7365/model-vers/model-ver/15866c00-28b9-471f-8b83-4c23263c05e8?depth=0|INFO|500||Invoke
2022-11-07T06:50:47.209Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ce0196d-6e6f-40c2-8829-e910dd2b7365/model-vers/model-ver/15866c00-28b9-471f-8b83-4c23263c05e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-07T06:50:47.313Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ce0196d-6e6f-40c2-8829-e910dd2b7365/model-vers/model-ver/15866c00-28b9-471f-8b83-4c23263c05e8?depth=0|INFO|500||InvokeReturn
2022-11-07T06:50:47.313Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ce0196d-6e6f-40c2-8829-e910dd2b7365/model-vers/model-ver/15866c00-28b9-471f-8b83-4c23263c05e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221107-06:50:47:894-32738], vertex-id=[282784], Content-Length=[0], Date=[Mon, 07 Nov 2022 06:50:47 GMT], Content-Type=[application/json]}
2022-11-07T06:50:47.313Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-07T06:50:47.314Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-07T06:50:47.314Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-07T06:50:47.329Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-07T06:50:47.329Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-07T06:50:47.330Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-07T06:50:47.330Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-07T06:50:47.332Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-07T06:50:47.332Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803847329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:50:47.432Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-07T06:50:47.434Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-07T06:50:47.434Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:47.449Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:47.449Z||pool-151-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-07T06:50:48.343Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:50:48.344Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:50:48.344Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:50:57.889Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:50:57.890Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:50:57.890Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:50:57.890Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:51:07.425Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:51:07.426Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:51:07.426Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:51:07.427Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:51:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:51:15.657Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:51:15.657Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:51:15.686Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:51:15.687Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.687Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4c2c6d91-a7af-4e6c-af2d-ebbec56eef76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803799453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.688Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-07T06:51:15.689Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.690Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.690Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803800472,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-07T06:51:15.690Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-07T06:51:15.690Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-07T06:51:15.690Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803814185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-07T06:51:15.690Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:51:16.962Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:51:16.963Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:51:16.963Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:51:16.963Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:51:26.496Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:52:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:52:15.654Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:52:15.654Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:52:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:52:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:52:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:52:15.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:52:15.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-07T06:52:15.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803816096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-07T06:52:15.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:52:25.199Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:53:15.652Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:53:15.654Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:53:15.654Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:53:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:53:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:53:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:53:16.176Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:53:16.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-07T06:53:16.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667803847329,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-07T06:53:16.177Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-07T06:53:25.214Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:54:15.652Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:54:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:54:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:54:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:54:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:54:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:54:25.200Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:54:25.200Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:55:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:55:15.654Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:55:15.654Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:55:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:55:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:55:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:55:25.195Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:55:25.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:56:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:56:15.656Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:56:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:56:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:56:15.656Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:56:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:56:25.202Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:56:25.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:57:15.652Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:57:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:57:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:57:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:57:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:57:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:57:25.204Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:57:25.230Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:58:15.652Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:58:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:58:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:58:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:58:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:58:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:58:25.198Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:58:25.229Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:59:15.652Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:59:15.653Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:59:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T06:59:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T06:59:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T06:59:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T06:59:25.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T06:59:25.198Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:00:15.653Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:00:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:00:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:00:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:00:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:00:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:00:25.205Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:00:25.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:01:15.653Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:01:15.655Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:01:15.655Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:01:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:01:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:01:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:01:25.200Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:01:25.200Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:02:15.652Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:02:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:02:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:02:15.657Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:02:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:02:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:02:25.197Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:02:25.197Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:03:15.652Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:03:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:03:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:03:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:03:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:03:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:03:25.196Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:03:25.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:04:15.652Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:04:15.653Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:04:15.654Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:04:15.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:04:15.656Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:04:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:04:25.201Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:04:25.215Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:05:15.653Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:05:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:05:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:05:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:05:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:05:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:05:25.195Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:05:25.197Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:06:15.653Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:06:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:06:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:06:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:06:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:06:15.657Z|0a779705-9a4f-4879-b551-29db39a49433|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:06:25.197Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:06:25.203Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:07:15.653Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:07:15.654Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:07:15.655Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:07:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:07:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:07:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:07:25.195Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:07:25.196Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:08:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:08:15.654Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:08:15.654Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:08:15.657Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:08:15.658Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:08:15.658Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:08:25.201Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:08:25.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:09:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:09:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:09:15.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:09:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:09:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:09:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:09:25.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:09:25.202Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:10:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:10:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:10:15.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:10:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:10:15.657Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:10:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:10:25.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:10:25.201Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:11:15.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:11:15.654Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:11:15.654Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:11:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:11:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:11:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:11:25.198Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:11:25.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:12:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:12:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:12:15.654Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:12:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:12:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:12:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:12:25.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:12:25.200Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:13:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:13:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:13:15.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:13:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:13:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:13:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:13:25.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:13:25.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:14:15.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:14:15.654Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:14:15.654Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:14:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:14:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:14:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:14:25.211Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:14:25.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:15:15.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:15:15.655Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:15:15.656Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:15:15.656Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:15:15.656Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:15:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:15:25.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:15:25.200Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:16:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:16:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:16:15.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:16:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:16:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:16:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:16:25.196Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:16:25.207Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:17:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:17:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:17:15.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:17:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:17:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:17:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:17:25.191Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:17:25.198Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:18:15.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:18:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:18:15.654Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:18:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:18:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:18:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:18:25.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:18:25.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:19:15.652Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:19:15.653Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:19:15.653Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:19:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:19:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:19:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:19:25.194Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:19:25.216Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:20:15.653Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:20:15.654Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:20:15.654Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7b9bA45PYLZfpTZC) ...
2022-11-07T07:20:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:20:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:20:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:20:25.197Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:20:25.198Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:21:15.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:21:15.654Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:21:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:21:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:21:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:21:15.656Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:21:25.197Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:21:25.197Z|c321e8ac-68c9-4253-a6f9-185c842e31a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:22:15.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:22:15.654Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:22:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:22:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:22:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:22:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:22:25.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:22:25.196Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:23:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:23:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:23:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:23:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:23:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:23:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:23:25.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:23:25.199Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:24:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:24:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:24:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:24:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:24:15.656Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:24:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:24:25.195Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:24:25.197Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:25:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:25:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:25:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:25:15.656Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:25:15.657Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:25:15.657Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:25:25.189Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:25:25.198Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:26:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:26:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:26:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:26:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:26:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:26:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:26:25.195Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:26:25.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:27:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:27:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:27:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:27:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:27:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:27:15.656Z|0a779705-9a4f-4879-b551-29db39a49433|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:27:25.195Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:27:25.195Z|0a779705-9a4f-4879-b551-29db39a49433|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:28:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:28:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:28:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:28:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:28:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:28:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:28:25.192Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:28:25.203Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:29:15.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:29:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:29:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:29:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:29:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:29:15.656Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:29:25.207Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:29:25.207Z|94cb88fc-99ce-4023-96f4-c96eba3b419b|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:30:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:30:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:30:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:30:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:30:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:30:15.656Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:30:25.194Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:30:25.196Z|46dc8eb7-76c4-4584-b8b4-10252ff82fd7|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:31:15.653Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:31:15.655Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:31:15.655Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:31:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:31:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:31:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:31:25.192Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:31:25.200Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:32:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:32:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:32:15.654Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:32:15.656Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:32:15.656Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:32:15.656Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:32:25.196Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:32:25.196Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:33:15.652Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:33:15.653Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:33:15.653Z||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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:33:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-07T07:33:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-07T07:33:15.656Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|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 7b9bA45PYLZfpTZC) ...
2022-11-07T07:33:25.261Z|f15d39d5-f04d-4ca5-a8be-9d47b3fcbb68|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-07T07:33:25.261Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK