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-06T03:16:06.674Z||main|||||INFO|500||The following profiles are active: basic
2022-11-06T03:16:18.946Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-06T03:16:18.947Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-06T03:16:19.067Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-06T03:16:23.299Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-06T03:16:23.716Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-06T03:16:24.180Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-06T03:16:24.187Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-06T03:16:24.299Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-06T03:16:24.531Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-06T03:16:25.224Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-06T03:16:27.896Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T03:16:30.289Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T03:16:30.357Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-06T03:16:31.015Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-06T03:16:31.240Z||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-06T03:16:32.401Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-06T03:16:33.476Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-06T03:16:33.493Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-06T03:16:33.494Z||main|||||WARN|500||The sdc end point is not alive
2022-11-06T03:16:36.583Z||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-06T03:16:39.581Z||main|||||WARN|500||---
2022-11-06T03:16:39.582Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-06T03:16:39.582Z||main|||||WARN|500||---
2022-11-06T03:16:40.074Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-06T03:16:44.771Z||main|||||INFO|500||Started Application in 41.319 seconds (JVM running for 44.684)
2022-11-06T03:16:44.789Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-06T03:16:44.791Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-06T03:16:44.806Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-06T03:16:44.831Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-06T03:16:44.878Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4c819563-7203-4a7d-8fc2-41ff4f85d6ee url= /sdc/v1/artifactTypes
2022-11-06T03:16:44.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-06T03:16:45.143Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-06T03:16:45.173Z||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-06T03:16:45.196Z||scheduling-1|||||DEBUG|500||create keys
2022-11-06T03:16:45.204Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-06T03:16:45.262Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:16:45.278Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= acbc6d74-7c22-4e94-a9fd-480bbbd44d04 url= /sdc/v1/registerForDistribution
2022-11-06T03:16:45.520Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= acbc6d74-7c22-4e94-a9fd-480bbbd44d04 url= /sdc/v1/registerForDistribution
2022-11-06T03:16:45.521Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-06T03:16:45.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:16:45.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:16:45.537Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-06T03:16:45.539Z||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-06T03:16:45.540Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:16:45.541Z||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-06T03:16:45.542Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:16:55.958Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:16:55.980Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:17:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:17:45.529Z||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-06T03:17:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:17:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:17:45.530Z||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-06T03:17:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:17:55.105Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:17:55.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:18:45.528Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:18:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:18:45.530Z||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-06T03:18:45.531Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:18:45.533Z||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-06T03:18:45.533Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:18:55.109Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:18:55.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:19:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:19:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:19:45.530Z||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-06T03:19:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:19:45.530Z||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-06T03:19:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:19:55.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:19:55.133Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:20:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:20:45.528Z||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-06T03:20:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:20:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:20:45.530Z||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-06T03:20:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:20:55.089Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:20:55.100Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:21:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:21:45.528Z||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-06T03:21:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:21:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:21:45.530Z||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-06T03:21:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:21:55.102Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:21:55.113Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:22:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:22:45.529Z||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-06T03:22:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:22:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:22:45.530Z||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-06T03:22:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:22:55.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:22:55.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:23:45.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:23:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:23:45.530Z||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-06T03:23:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:23:45.531Z||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-06T03:23:45.531Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:23:55.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:23:55.108Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:24:45.528Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:24:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:24:45.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:24:45.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:24:45.530Z||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-06T03:24:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:24:55.101Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:24:55.104Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:25:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:25:45.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:25:45.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:25:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:25:45.530Z||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-06T03:25:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:25:55.112Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:25:55.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:26:29.185Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-06T03:26:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:26:45.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:26:45.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:26:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:26:45.530Z||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-06T03:26:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:26:55.127Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:26:55.137Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:27:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:27:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:27:45.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:27:45.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:27:45.529Z||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-06T03:27:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:27:55.112Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:27:55.123Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:28:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:28:45.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:28:45.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:28:45.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:28:45.530Z||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-06T03:28:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:28:55.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:28:55.123Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:29:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:29:45.529Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:29:45.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:29:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:29:45.530Z||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-06T03:29:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:29:55.088Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:29:55.107Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:30:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:30:45.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:30:45.530Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:30:45.530Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:30:45.530Z||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-06T03:30:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:30:55.089Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:30:55.100Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:31:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:31:45.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T03:31:45.529Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:31:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:31:45.530Z||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-06T03:31:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:31:55.086Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:31:55.086Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:32:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:32:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:32:45.529Z||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-06T03:32:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:32:45.534Z||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-06T03:32:45.535Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:32:55.097Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:32:55.104Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:33:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:33:45.529Z||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-06T03:33:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:33:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:33:45.530Z||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-06T03:33:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:33:55.085Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:33:55.097Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:34:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:34:45.528Z||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-06T03:34:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:34:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:34:45.529Z||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-06T03:34:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:34:55.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:34:55.137Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:35:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:35:45.528Z||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-06T03:35:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:35:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:35:45.530Z||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-06T03:35:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:35:55.082Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:35:55.084Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:36:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:36:45.528Z||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-06T03:36:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:36:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:36:45.530Z||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-06T03:36:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:36:55.108Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:36:55.115Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:37:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:37:45.528Z||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-06T03:37:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:37:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:37:45.529Z||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-06T03:37:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:37:55.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:37:55.096Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:38:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:38:45.528Z||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-06T03:38:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:38:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:38:45.530Z||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-06T03:38:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:38:55.097Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:38:55.104Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:39:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:39:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:39:45.529Z||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-06T03:39:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:39:45.529Z||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-06T03:39:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:39:55.107Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:39:55.113Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:40:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:40:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:40:45.529Z||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-06T03:40:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:40:45.529Z||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-06T03:40:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:40:55.090Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:40:55.090Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:41:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:41:45.528Z||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-06T03:41:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:41:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:41:45.529Z||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-06T03:41:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:41:55.081Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:41:55.096Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:42:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:42:45.528Z||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-06T03:42:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:42:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:42:45.530Z||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-06T03:42:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:42:55.086Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:42:55.117Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:43:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:43:45.528Z||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-06T03:43:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:43:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:43:45.529Z||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-06T03:43:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:43:55.101Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:43:55.108Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:44:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:44:45.528Z||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-06T03:44:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:44:45.530Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:44:45.530Z||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-06T03:44:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:44:55.118Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:44:55.138Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:45:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:45:45.528Z||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-06T03:45:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:45:45.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:45:45.529Z||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-06T03:45:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:45:55.084Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:45:55.085Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:46:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:46:45.528Z||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-06T03:46:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:46:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:46:45.530Z||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-06T03:46:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:46:55.103Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:46:55.105Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:47:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:47:45.528Z||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-06T03:47:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:47:45.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:47:45.529Z||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-06T03:47:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:47:55.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:47:55.097Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:48:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:48:45.528Z||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-06T03:48:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:48:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:48:45.529Z||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-06T03:48:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:48:55.094Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:48:55.099Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:49:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:49:45.528Z||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-06T03:49:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:49:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:49:45.529Z||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-06T03:49:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:49:55.094Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:49:55.095Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:50:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:50:45.528Z||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-06T03:50:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:50:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:50:45.530Z||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-06T03:50:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:50:55.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:50:55.089Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:51:45.527Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:51:45.528Z||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-06T03:51:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:51:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:51:45.529Z||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-06T03:51:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:51:55.121Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:51:55.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:52:45.527Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:52:45.528Z||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-06T03:52:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:52:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:52:45.532Z||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-06T03:52:45.532Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:52:55.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:52:55.093Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:53:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:53:45.528Z||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-06T03:53:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:53:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:53:45.530Z||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-06T03:53:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:53:55.084Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:53:55.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:54:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:54:45.528Z||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-06T03:54:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:54:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:54:45.529Z||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-06T03:54:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:54:55.114Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:54:55.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:55:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:55:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:55:45.529Z||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-06T03:55:45.529Z||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-06T03:55:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:55:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:55:55.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:55:55.130Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:45.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:56:45.528Z||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-06T03:56:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:56:45.529Z||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-06T03:56:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:45.683Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:45.688Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.688Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667706991169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.716Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667706990628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.717Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667706989375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667706997254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.718Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667706990628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667706991169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667706989375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667706997254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667706990628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667706991169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667706989375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667706997854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667706998788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667706998727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667706997254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667706990628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667706991169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667706989375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667706997854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667706998788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667706998727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667706997254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667706990628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667706991169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667706989375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667706997854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667706998788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667706998727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667706997254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667706990628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667706991169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667706989375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667706997854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667706998788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667706998727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667706997254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667706990628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667706991169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667706989375,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667706997854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667706998788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667706998727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667706997254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667707004210,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667707004199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667706997854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667706998788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667706998727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:45.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:45.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:45.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "cds",
  "timestamp": 1667707005234,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-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-06T03:56:45.957Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:56:45.982Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667707005211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:56:46.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667706997854,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:56:46.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:56:46.175Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:46.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T03:56:46.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b4c36269-f986-4850-9ead-d6f4e660afe5","serviceName":"vFW 2022-11-06 03-55-48","serviceVersion":"1.0","serviceUUID":"94c025c8-4f08-460c-b004-1646642c238c","serviceDescription":"catalog service description","serviceInvariantUUID":"30d5e465-e76d-4f31-99e9-b119159b9d89","resources":[{"resourceInstanceName":"vFW 73aaa908-6ebb 0","resourceName":"vFW 73aaa908-6ebb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636","resourceInvariantUUID":"d22d705a-4e63-4f4d-b35f-6063a7361543","resourceCustomizationUUID":"e9ff9006-f59e-4625-b920-349c2ca0b32f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml","artifactChecksum":"MGFkZGExNmZhZGM0YjliMmFiN2Q4ZDFkMmE0NTg5ODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8ed23f0a-1da9-49c9-9c08-4c60ca560332","artifactVersion":"1"},{"artifactName":"vfw73aaa9086ebb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json","artifactChecksum":"OGM4Y2Y1MjNkNzhlYzRlOTQ5MzMxNDJiNDlkYjJmZjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7543654c-05bd-428a-b2ec-7876f7453cf9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"303a6e79-ee24-4b0b-b7cc-ea01024516b1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml","artifactChecksum":"NTY5MjAyNTNiMzdlNjBjY2FmMDE3MzU0MzAyZWM3MDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"13334741-e98c-4816-8cd5-4c13b8f84cc9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a31c348f-7d06-484e-9d1a-750cd7e18a65","artifactVersion":"2","generatedFromUUID":"303a6e79-ee24-4b0b-b7cc-ea01024516b1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221106035548-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml","artifactChecksum":"ZTUwNWJiNjExNWVkYWY3ZDUwMmNlZjk0MDVmNzI2NDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de2a5cc7-e3bd-424e-b8b9-f9c1b42e415f","artifactVersion":"1"},{"artifactName":"service-Vfw20221106035548-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar","artifactChecksum":"MDIyMGNjNjc4ZjNhNDVkOWE1NzI3YzI3ZTI2MWYyNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7a99aac3-9758-4c44-9e0e-fda314da2033","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T03:56:46.185Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:46.192Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:46.205Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:46.205Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:46.305Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-06T03:56:46.309Z||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-06T03:56:46.310Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:46.333Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:46.335Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:47.215Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:47.216Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:47.218Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:47.218Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T03:56:47.318Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T03:56:47.319Z||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-06T03:56:47.320Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:47.337Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:47.337Z||pool-4-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:48.219Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:48.221Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:48.223Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:48.223Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-06T03:56:48.323Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T03:56:48.325Z||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-06T03:56:48.325Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:48.340Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:48.341Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:49.227Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:49.228Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:49.231Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:49.231Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:49.331Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:49.332Z||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-06T03:56:49.333Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:49.346Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:49.347Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:50.232Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:50.234Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:50.238Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:50.238Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-06T03:56:50.340Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T03:56:50.341Z||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-06T03:56:50.341Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:50.367Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:50.368Z||pool-7-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:51.239Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:51.240Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:51.248Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:51.248Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:56:51.348Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:51.350Z||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-06T03:56:51.350Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:51.368Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:51.368Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:52.248Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T03:56:52.249Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:52.252Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:52.252Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:56:52.352Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:52.353Z||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-06T03:56:52.353Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:52.372Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:52.372Z||pool-9-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":2,"count":1}
2022-11-06T03:56:53.254Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "serviceName": "vFW 2022-11-06 03-55-48",
  "serviceVersion": "1.0",
  "serviceUUID": "94c025c8-4f08-460c-b004-1646642c238c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30d5e465-e76d-4f31-99e9-b119159b9d89",
  "resources": [
    {
      "resourceInstanceName": "vFW 73aaa908-6ebb 0",
      "resourceCustomizationUUID": "e9ff9006-f59e-4625-b920-349c2ca0b32f",
      "resourceName": "vFW 73aaa908-6ebb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636",
      "resourceInvariantUUID": "d22d705a-4e63-4f4d-b35f-6063a7361543",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw73aaa9086ebb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
          "artifactChecksum": "OGM4Y2Y1MjNkNzhlYzRlOTQ5MzMxNDJiNDlkYjJmZjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7543654c-05bd-428a-b2ec-7876f7453cf9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "303a6e79-ee24-4b0b-b7cc-ea01024516b1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a31c348f-7d06-484e-9d1a-750cd7e18a65",
            "generatedFromUUID": "303a6e79-ee24-4b0b-b7cc-ea01024516b1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a31c348f-7d06-484e-9d1a-750cd7e18a65",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221106035548-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
      "artifactChecksum": "MDIyMGNjNjc4ZjNhNDVkOWE1NzI3YzI3ZTI2MWYyNzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7a99aac3-9758-4c44-9e0e-fda314da2033"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T03:56:53.256Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T03:56:53.256Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 94c025c8-4f08-460c-b004-1646642c238c ASDC
2022-11-06T03:56:53.392Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:b4c36269-f986-4850-9ead-d6f4e660afe5
ServiceName:vFW 2022-11-06 03-55-48
ServiceVersion:1.0
ServiceUUID:94c025c8-4f08-460c-b004-1646642c238c
ServiceInvariantUUID:30d5e465-e76d-4f31-99e9-b119159b9d89
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221106035548-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
ArtifactUUID:7a99aac3-9758-4c44-9e0e-fda314da2033
ArtifactChecksum:MDIyMGNjNjc4ZjNhNDVkOWE1NzI3YzI3ZTI2MWYyNzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 73aaa908-6ebb 0
ResourceCustomizationUUID:e9ff9006-f59e-4625-b920-349c2ca0b32f
ResourceInvariantUUID:d22d705a-4e63-4f4d-b35f-6063a7361543
ResourceName:vFW 73aaa908-6ebb
ResourceType:VF
ResourceUUID:1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw73aaa9086ebb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
ArtifactUUID:7543654c-05bd-428a-b2ec-7876f7453cf9
ArtifactChecksum:OGM4Y2Y1MjNkNzhlYzRlOTQ5MzMxNDJiNDlkYjJmZjc=
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/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
ArtifactUUID:303a6e79-ee24-4b0b-b7cc-ea01024516b1
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/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
ArtifactUUID:a31c348f-7d06-484e-9d1a-750cd7e18a65
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/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
ArtifactUUID:a31c348f-7d06-484e-9d1a-750cd7e18a65
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T03:56:53.393Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 94c025c8-4f08-460c-b004-1646642c238c 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-06T03:56:53.459Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T03:56:53.460Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T03:56:53.462Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T03:56:53.462Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a99aac3-9758-4c44-9e0e-fda314da2033 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:53.462Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:56:53.465Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:53.575Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:56:53.596Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar 7a99aac3-9758-4c44-9e0e-fda314da2033 98987
2022-11-06T03:56:53.599Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar ASDC sendASDCNotification
2022-11-06T03:56:53.609Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:53.610Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:56:53.611Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:53.613Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:53.613Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707013597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:56:53.713Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:53.714Z||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-06T03:56:53.715Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:53.735Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:53.736Z||pool-10-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:56:54.614Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T03:56:54.615Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T03:56:54.615Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 7a99aac3-9758-4c44-9e0e-fda314da2033, URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar to file: /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:54.616Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221106035548-csar.csar
2022-11-06T03:56:54.701Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:54.702Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:55.439Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16836464307460648889/Definitions/service-Vfw20221106035548-template.yml
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_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_vlan_requirements" 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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_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_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" 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_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_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" 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_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_protected_private_port_0_network_role" 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_order" 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_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 "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_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
2022-11-06T03:56:58.494Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T03:56:58.499Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T03:56:58.499Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.500Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 73aaa908-6ebb 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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-Vfw20221106035548-csar.csar
2022-11-06T03:56:58.501Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T03:56:58.508Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.509Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.514Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.514Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T03:56:58.516Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T03:56:58.519Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.519Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.519Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.520Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T03:56:58.520Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T03:56:58.521Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.521Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.524Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.525Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.525Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.525Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.526Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:56:58.527Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.528Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.529Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T03:56:58.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:56:58.532Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.532Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.532Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:56:58.533Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.533Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:56:58.533Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.534Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:56:58.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.536Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.536Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:56:58.536Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a18d6e90-0c2e-40c1-a990-439d7b6429f6
2022-11-06T03:56:58.537Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.538Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:56:58.539Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.540Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T03:56:58.540Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:56:58.540Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=941647f2-4691-4a77-ab2a-33365c9e7de6
2022-11-06T03:56:58.541Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:56:58.542Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:56:58.543Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:56:58.544Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:56:58.545Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T03:56:58.545Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91abe6a5-7ae9-45f2-a102-02c1716df198
2022-11-06T03:56:58.545Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.546Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:56:58.547Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-06 03-55-48
Description:catalog service description
Model UUID:94c025c8-4f08-460c-b004-1646642c238c
Model Version:NULL
Model InvariantUuid:30d5e465-e76d-4f31-99e9-b119159b9d89
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 73aaa908-6ebb
Model UUID:d0c9e806-4395-4fc9-b557-ed8448338e9e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d22d705a-4e63-4f4d-b35f-6063a7361543
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e9ff9006-f59e-4625-b920-349c2ca0b32f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d9901119-bd24-403e-b9a3-2fa11a0d719e
ModelName:Vfw73aaa9086ebb..base_vfw..module-0
ModelUuid:0040befa-4b91-45dc-9c3a-6bb1c3d1f224
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a18d6e90-0c2e-40c1-a990-439d7b6429f6
ModelInvariantUuid:2256c808-74eb-45af-b883-44c4a101ba05
ModelName:vFW 73aaa908-6ebb-nodes.vfwCvfc
ModelUuid:75042a7b-1353-42aa-85b6-1deecd713a6e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f3e62164-b5ef-4a54-b43f-41ab29392987
ModelInvariantUuid:155dbd6d-aaf1-40b9-994b-0ac084bf2287
ModelName:Vfw73aaa9086ebb.compute.nodes.heat.vfw
ModelUuid:4449628d-a791-46e5-8962-76c86ca79e5a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:941647f2-4691-4a77-ab2a-33365c9e7de6
ModelInvariantUuid:43329575-fa86-4dec-9742-3ada720c7dca
ModelName:vFW 73aaa908-6ebb-nodes.vsnCvfc
ModelUuid:7c22e1e2-6d21-4c0a-a3d1-9addc9061a6f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:203c62f2-1fcb-4428-8e2d-b00a7247b934
ModelInvariantUuid:8043a339-a940-4f4a-b6d0-783503e982e1
ModelName:Vfw73aaa9086ebb.compute.nodes.heat.vsn
ModelUuid:e70f5d25-6845-4ba3-aeca-7dc113cbc56e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:91abe6a5-7ae9-45f2-a102-02c1716df198
ModelInvariantUuid:4ee1997f-4697-4e4b-a70a-53d8d0de6d55
ModelName:vFW 73aaa908-6ebb-nodes.vpgCvfc
ModelUuid:5a99dec7-185f-4306-8953-5401013ea693
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:78c51a82-6e2f-4a75-b06b-322c5ba29243
ModelInvariantUuid:b6e7a290-9bed-48b8-948f-3ee2352e9254
ModelName:Vfw73aaa9086ebb.compute.nodes.heat.vpg
ModelUuid:45326a5b-21ab-4cda-91b8-393b9c99afee
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-06T03:56:58.559Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636
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-06T03:56:58.646Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||vFW 73aaa908-6ebb 0
2022-11-06T03:56:58.654Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636
2022-11-06T03:56:58.654Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7543654c-05bd-428a-b2ec-7876f7453cf9 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:56:58.654Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:56:58.655Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:56:58.708Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json 7543654c-05bd-428a-b2ec-7876f7453cf9 785
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json ASDC sendASDCNotification
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:56:58.709Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:56:58.710Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:58.712Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:58.713Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707018709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:56:58.813Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:58.814Z||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-06T03:56:58.814Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:58.829Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:58.829Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:56:59.714Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw73aaa9086ebb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9901119-bd24-403e-b9a3-2fa11a0d719e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0040befa-4b91-45dc-9c3a-6bb1c3d1f224",
    "vfModuleModelCustomizationUUID": "de1bfa07-db28-4995-a2a8-3bbf24d5b8b7",
    "isBase": true,
    "artifacts": [
      "303a6e79-ee24-4b0b-b7cc-ea01024516b1",
      "a31c348f-7d06-484e-9d1a-750cd7e18a65"
    ],
    "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-06T03:56:59.728Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73aaa9086ebb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0040befa-4b91-45dc-9c3a-6bb1c3d1f224
VfModuleModelInvariantUUID:d9901119-bd24-403e-b9a3-2fa11a0d719e
VfModuleModelDescription:NULL
Artifacts UUID List:{
303a6e79-ee24-4b0b-b7cc-ea01024516b1
,
a31c348f-7d06-484e-9d1a-750cd7e18a65

}
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-06T03:56:59.731Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw73aaa9086ebb..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "d9901119-bd24-403e-b9a3-2fa11a0d719e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0040befa-4b91-45dc-9c3a-6bb1c3d1f224",
    "vfModuleModelCustomizationUUID": "de1bfa07-db28-4995-a2a8-3bbf24d5b8b7",
    "isBase": true,
    "artifacts": [
      "303a6e79-ee24-4b0b-b7cc-ea01024516b1",
      "a31c348f-7d06-484e-9d1a-750cd7e18a65"
    ],
    "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-06T03:56:59.731Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw73aaa9086ebb..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:0040befa-4b91-45dc-9c3a-6bb1c3d1f224
VfModuleModelInvariantUUID:d9901119-bd24-403e-b9a3-2fa11a0d719e
VfModuleModelDescription:NULL
Artifacts UUID List:{
303a6e79-ee24-4b0b-b7cc-ea01024516b1
,
a31c348f-7d06-484e-9d1a-750cd7e18a65

}
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-06T03:56:59.731Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 303a6e79-ee24-4b0b-b7cc-ea01024516b1 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:56:59.732Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:56:59.732Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:56:59.787Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml 303a6e79-ee24-4b0b-b7cc-ea01024516b1 20368
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:56:59.790Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:56:59.791Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:56:59.793Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:56:59.793Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707019790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:56:59.893Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:56:59.896Z||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-06T03:56:59.896Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:56:59.933Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:56:59.934Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:57:00.794Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a31c348f-7d06-484e-9d1a-750cd7e18a65 from URL: /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:00.795Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T03:57:00.795Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:00.847Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T03:57:00.847Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env a31c348f-7d06-484e-9d1a-750cd7e18a65 2098
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T03:57:00.848Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:00.850Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:00.851Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707020848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:57:00.951Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:00.953Z||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-06T03:57:00.953Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:00.982Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:57:00.983Z||pool-13-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:01.851Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 94c025c8-4f08-460c-b004-1646642c238c
2022-11-06T03:57:01.852Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 73aaa908-6ebb 0 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636 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-06T03:57:01.886Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8517fcd, org.onap.sdc.toscaparser.api.parameters.Input@4dfe25c5, org.onap.sdc.toscaparser.api.parameters.Input@73e22245, org.onap.sdc.toscaparser.api.parameters.Input@481d890c, org.onap.sdc.toscaparser.api.parameters.Input@4bb138d5]
2022-11-06T03:57:01.890Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.891Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.891Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-06T03:57:01.891Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= e9ff9006-f59e-4625-b920-349c2ca0b32f
2022-11-06T03:57:01.892Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e9ff9006-f59e-4625-b920-349c2ca0b32f matches Tosca VF Customization UUID: e9ff9006-f59e-4625-b920-349c2ca0b32f
2022-11-06T03:57:01.892Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: e9ff9006-f59e-4625-b920-349c2ca0b32f  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-06T03:57:01.898Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.899Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id e9ff9006-f59e-4625-b920-349c2ca0b32f: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-11-06T03:57:01.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@454f4022
2022-11-06T03:57:01.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.901Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T03:57:01.901Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de1bfa07-db28-4995-a2a8-3bbf24d5b8b7
2022-11-06T03:57:01.902Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de1bfa07-db28-4995-a2a8-3bbf24d5b8b7
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-06T03:57:01.908Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.908Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.909Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.910Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:57:01.911Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.912Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:57:01.913Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.914Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a18d6e90-0c2e-40c1-a990-439d7b6429f6
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-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.921Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:57:01.922Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:57:01.923Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.923Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.923Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-06T03:57:01.924Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.925Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-06T03:57:01.925Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.925Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=941647f2-4691-4a77-ab2a-33365c9e7de6
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-06T03:57:01.927Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.928Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.928Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.930Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.930Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is not matching search criteria
2022-11-06T03:57:01.930Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-06T03:57:01.931Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-06T03:57:01.931Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-06T03:57:01.931Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.932Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-06T03:57:01.933Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-06T03:57:01.934Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=91abe6a5-7ae9-45f2-a102-02c1716df198
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-06T03:57:01.936Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.936Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.936Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T03:57:01.937Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.937Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Node template vFW 73aaa908-6ebb 0 is matching search criteria
2022-11-06T03:57:01.937Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 73aaa908-6ebb 0] matching following query criteria: sdcType=VF, customizationUUID=e9ff9006-f59e-4625-b920-349c2ca0b32f
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-06T03:57:01.939Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.940Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.940Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 94c025c8-4f08-460c-b004-1646642c238c: vFW 73aaa908-6ebb
2022-11-06T03:57:01.940Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.941Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.941Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.941Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.942Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.943Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T03:57:01.943Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-06 03-55-48 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T03:57:01.943Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-06 03-55-48 
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-06T03:57:02.204Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 73aaa908-6ebb 1df29e54-27b9-4ae5-ac6d-6e0bd3fc0636 1 ASDC deployResourceStructure
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json ASDC sendASDCNotification
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:02.205Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:02.207Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:02.207Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707022205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T03:57:02.308Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:02.309Z||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-06T03:57:02.309Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:02.339Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:57:02.340Z||pool-14-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:03.208Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-06T03:57:03.209Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml
2022-11-06T03:57:03.209Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:03.209Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:03.211Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:03.211Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707023208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T03:57:03.311Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:03.312Z||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-06T03:57:03.312Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:03.328Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:57:03.329Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T03:57:04.211Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-06T03:57:04.212Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env
2022-11-06T03:57:04.212Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:04.213Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:04.214Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:04.215Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707024211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-06T03:57:04.315Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T03:57:04.316Z||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-06T03:57:04.316Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:04.351Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:57:04.352Z||pool-16-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:05.216Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar ASDC sendASDCNotification
2022-11-06T03:57:05.216Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar
2022-11-06T03:57:05.217Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T03:57:05.217Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T03:57:05.220Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T03:57:05.220Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707025215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:57:05.320Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T03:57:05.321Z||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-06T03:57:05.321Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:05.340Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:57:05.341Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T03:57:06.221Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T03:57:06.240Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-06T03:57:06.243Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:57:06.243Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:57:06.243Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:57:36.244Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T03:57:36.256Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-06T03:57:36.258Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:57:36.258Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:57:36.258Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:57:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:57:45.530Z||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-06T03:57:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:57:45.577Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:57:45.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:57:45.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667706998788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:57:45.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:58:06.259Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T03:58:06.270Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-06T03:58:06.272Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:58:06.272Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:58:06.272Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:58:36.273Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T03:58:36.285Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-06T03:58:36.288Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:58:36.288Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:58:36.288Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:58:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:58:45.530Z||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-06T03:58:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:58:45.591Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:58:45.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:58:45.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667706998727,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:58:45.592Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:06.289Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T03:59:06.300Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-06T03:59:06.303Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:59:06.303Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:59:06.303Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:59:36.304Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T03:59:36.314Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-06T03:59:36.316Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T03:59:36.316Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T03:59:36.316Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T03:59:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T03:59:45.530Z||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-06T03:59:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T03:59:46.062Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T03:59:46.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.066Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "policy-id",
  "timestamp": 1667707006216,
  "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-06T03:59:46.075Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.076Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707005695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707006630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667707006615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "cds",
  "timestamp": 1667707006249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.085Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707006795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "cds",
  "timestamp": 1667707006249,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.086Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707007862,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "cds",
  "timestamp": 1667707009005,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.088Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.088Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.088Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707008926,
  "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-06T03:59:46.092Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.093Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-06T03:59:46.100Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.100Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "cds",
  "timestamp": 1667707010016,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-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-06T03:59:46.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.113Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-06T03:59:46.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "policy-id",
  "timestamp": 1667707009375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707009933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "policy-id",
  "timestamp": 1667707009375,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707011913,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667707012017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707010628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "policy-id",
  "timestamp": 1667707012094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707012918,
  "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-06T03:59:46.129Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.129Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707010628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "policy-id",
  "timestamp": 1667707013098,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707013597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667707014028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "policy-id",
  "timestamp": 1667707014101,
  "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-06T03:59:46.144Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.144Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-06T03:59:46.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "clamp",
  "timestamp": 1667707015033,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T03:59:46.156Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.156Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T03:59:46.164Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.164Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707018709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707017854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707019790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707017854,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707020848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667707021716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707022205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/vfw73aaa9086ebb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.166Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "aai-ml",
  "timestamp": 1667707022723,
  "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-06T03:59:46.173Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b4c36269-f986-4850-9ead-d6f4e660afe5
2022-11-06T03:59:46.173Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b4c36269-f986-4850-9ead-d6f4e660afe5 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-06T03:59:46.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707023208,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707024211,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/resourceInstances/vfw73aaa9086ebb0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707025215,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221106035548/1.0/artifacts/service-Vfw20221106035548-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "clamp",
  "timestamp": 1667707027254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "clamp",
  "timestamp": 1667707027254,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707028788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "aai-ml",
  "timestamp": 1667707028727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707028788,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "aai-ml",
  "timestamp": 1667707028727,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707031514,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "aai-ml",
  "timestamp": 1667707031437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707033043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "clamp",
  "timestamp": 1667707034011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T03:59:46.187Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.187Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.187Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707034047,
  "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-06T03:59:46.191Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-06T03:59:46.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "aai-ml",
  "timestamp": 1667707034869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "clamp",
  "timestamp": 1667707036023,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "aai-ml",
  "timestamp": 1667707035872,
  "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-06T03:59:46.205Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.205Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-06T03:59:46.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T03:59:46.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "clamp",
  "timestamp": 1667707037027,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T03:59:46.219Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
2022-11-06T03:59:46.219Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:00:06.317Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:00:06.333Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5
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-06T04:00:06.337Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:00:06.338Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:00:06.339Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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-06T04:00:06.345Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:00:36.346Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b4c36269-f986-4850-9ead-d6f4e660afe5 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-06T04:00:36.363Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b4c36269-f986-4850-9ead-d6f4e660afe5 and serviceModelVersionId: 94c025c8-4f08-460c-b004-1646642c238c
2022-11-06T04:00:36.364Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30d5e465-e76d-4f31-99e9-b119159b9d89
2022-11-06T04:00:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:00:45.530Z||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-06T04:00:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:51.928Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0
2022-11-06T04:00:52.032Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:00:52.531Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?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-06T04:00:52.535Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0|INFO|500||Invoke
2022-11-06T04:00:52.646Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:00:52.868Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0|INFO|500||InvokeReturn
2022-11-06T04:00:52.869Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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/30d5e465-e76d-4f31-99e9-b119159b9d89/model-vers/model-ver/94c025c8-4f08-460c-b004-1646642c238c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-04:00:53:985-52711], vertex-id=[340040], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:00:53 GMT], Content-Type=[application/json]}
2022-11-06T04:00:52.870Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:00:52.873Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:00:52.873Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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-06T04:00:52.879Z|b4c36269-f986-4850-9ead-d6f4e660afe5|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-06T04:00:52.880Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b4c36269-f986-4850-9ead-d6f4e660afe5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:00:52.881Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:00:52.882Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:52.884Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:52.884Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707252881,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:00:52.996Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-11-06T04:00:52.997Z||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-06T04:00:52.997Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:53.017Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:00:53.018Z||pool-18-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:00:53.638Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:00:53.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:00:53.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b4c36269-f986-4850-9ead-d6f4e660afe5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707252881,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:00:53.639Z||pool-2-thread-7|||||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-06T04:00:53.897Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T04:00:53.897Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a","serviceName":"basic_onboard_mGwToh","serviceVersion":"1.0","serviceUUID":"5b39cdfe-2581-44a7-8943-b896743592ad","serviceDescription":"service","serviceInvariantUUID":"13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a","resources":[],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMgwtoh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml","artifactChecksum":"MWIzZmI0NDQxNGNjNmE5YzAxNmJlMmU3MTc4YTg4YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"35c5f73f-cdc2-47e8-b913-4a785113cc22","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMgwtoh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar","artifactChecksum":"OTY2ZDk2ZWM3ODJiMzIxMjAyZWE0MDQ1YzAxYjJjMjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8ee7c503-2363-48cd-875a-60de452a25c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:00:53.898Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:00:53.898Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:53.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:53.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:00:54.000Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:00:54.001Z||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-06T04:00:54.001Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:54.018Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:00:54.019Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:00:54.900Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:00:54.901Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:54.903Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:54.903Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:00:55.004Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:00:55.005Z||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-06T04:00:55.005Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:55.024Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:00:55.024Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:00:55.904Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "serviceName": "basic_onboard_mGwToh",
  "serviceVersion": "1.0",
  "serviceUUID": "5b39cdfe-2581-44a7-8943-b896743592ad",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a",
  "resources": [],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardMgwtoh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
      "artifactChecksum": "OTY2ZDk2ZWM3ODJiMzIxMjAyZWE0MDQ1YzAxYjJjMjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8ee7c503-2363-48cd-875a-60de452a25c5"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:00:55.905Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 0
2022-11-06T04:00:55.905Z|b4c36269-f986-4850-9ead-d6f4e660afe5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5b39cdfe-2581-44a7-8943-b896743592ad ASDC
2022-11-06T04:00:55.905Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
ServiceName:basic_onboard_mGwToh
ServiceVersion:1.0
ServiceUUID:5b39cdfe-2581-44a7-8943-b896743592ad
ServiceInvariantUUID:13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardMgwtoh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
ArtifactUUID:8ee7c503-2363-48cd-875a-60de452a25c5
ArtifactChecksum:OTY2ZDk2ZWM3ODJiMzIxMjAyZWE0MDQ1YzAxYjJjMjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:

}


2022-11-06T04:00:55.905Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5b39cdfe-2581-44a7-8943-b896743592ad 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-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8ee7c503-2363-48cd-875a-60de452a25c5 from URL: /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:55.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T04:00:55.934Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:56.071Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T04:00:56.073Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar 8ee7c503-2363-48cd-875a-60de452a25c5 50281
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar ASDC sendASDCNotification
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:00:56.074Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:00:56.076Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:00:56.077Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707256074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:00:56.177Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:00:56.180Z||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-06T04:00:56.180Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:00:56.197Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:00:56.198Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:00:57.077Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:00:57.078Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8ee7c503-2363-48cd-875a-60de452a25c5, URL: /sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar to file: /app/ASDC/1/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.079Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMgwtoh-csar.csar
2022-11-06T04:00:57.222Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10431959111647867396/Definitions/service-BasicOnboardMgwtoh-template.yml
2022-11-06T04:00:57.635Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:00:57.635Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:00:57.636Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.637Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:00:57.638Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_mGwToh is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:00:57.639Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_mGwToh
Description:service
Model UUID:5b39cdfe-2581-44a7-8943-b896743592ad
Model Version:NULL
Model InvariantUuid:13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a
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-06T04:00:57.647Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||ERROR|500||Service Model contains no resources.
2022-11-06T04:00:57.648Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:00:57.657Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:00:57.660Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:00:57.660Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:01:27.661Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:01:27.673Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:01:27.677Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:01:27.677Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:01:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:01:45.530Z||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-06T04:01:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:01:45.684Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:01:45.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:01:45.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:01:45.686Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:01:57.678Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:01:57.688Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:01:57.691Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:01:57.691Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:02:27.691Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:02:27.703Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:02:27.709Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:02:27.709Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:02:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:02:45.530Z||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-06T04:02:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:02:46.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:02:46.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:02:46.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707005527,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707256074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMgwtoh/1.0/artifacts/service-BasicOnboardMgwtoh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:02:46.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:02:57.710Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:02:57.722Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:02:57.725Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:02:57.725Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:03:27.731Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:03:27.744Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:03:27.747Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:03:27.747Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:03:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:03:45.530Z||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-06T04:03:45.531Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:03:55.102Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:03:57.748Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:03:57.764Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:03:57.768Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:03:57.768Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:04:27.769Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:04:27.790Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:04:27.794Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:04:27.794Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:04:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:04:45.530Z||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-06T04:04:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:04:55.096Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:04:57.795Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:04:57.805Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:04:57.808Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:04:57.808Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:05:27.809Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:05:27.821Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a
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-06T04:05:27.824Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:05:27.824Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:05:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:05:45.530Z||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-06T04:05:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:05:55.097Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:05:57.824Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-11-06T04:05:57.825Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a 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-06T04:05:57.830Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a and serviceModelVersionId: 5b39cdfe-2581-44a7-8943-b896743592ad
2022-11-06T04:05:57.830Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a
2022-11-06T04:05:57.831Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0
2022-11-06T04:05:57.840Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:05:57.900Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?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-06T04:05:57.902Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0|INFO|500||Invoke
2022-11-06T04:05:57.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-11-06T04:05:58.017Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0|INFO|500||InvokeReturn
2022-11-06T04:05:58.018Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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/13d7d7bc-810a-4ec8-bc0a-2c759e6d4c6a/model-vers/model-ver/5b39cdfe-2581-44a7-8943-b896743592ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-04:05:59:299-25269], vertex-id=[344136], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:05:59 GMT], Content-Type=[application/json]}
2022-11-06T04:05:58.019Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:05:58.019Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:05:58.019Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:05:58.024Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:05:58.024Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-11-06T04:05:58.025Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-11-06T04:05:58.025Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:05:58.030Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:05:58.030Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707558025,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-11-06T04:05:58.131Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:05:58.132Z||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-06T04:05:58.132Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:05:58.151Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:05:58.152Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T04:05:59.044Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:05:59.045Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:05:59.045Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:09.359Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:06:09.360Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:09.361Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:06:09.361Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:18.933Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:06:18.934Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:18.936Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:06:18.937Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:28.478Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:06:28.478Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:28.479Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:06:28.479Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:38.030Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:06:38.031Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:38.032Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:06:38.032Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:45.530Z||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-06T04:06:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:46.170Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:06:46.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:06:46.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707558025,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-11-06T04:06:46.172Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:06:47.612Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:06:47.613Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:47.614Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:06:47.614Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:06:57.167Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:06:57.167Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:06:57.168Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:06:57.168Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:06.744Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:07:06.745Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:06.745Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:07:06.746Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:16.298Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:07:16.299Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:16.300Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:07:16.300Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:25.886Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:07:25.886Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:25.887Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:07:25.887Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:35.435Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:07:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:07:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:45.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:07:45.529Z||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-06T04:07:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:07:55.075Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:07:55.079Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:08:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:08:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:08:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:08:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:08:45.529Z||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-06T04:08:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:08:55.091Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:08:55.091Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:09:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:09:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:09:45.528Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:09:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:09:45.530Z||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-06T04:09:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:09:55.083Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:09:55.091Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:10:45.527Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:10:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:10:45.529Z||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-06T04:10:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:45.530Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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-06T04:10:45.530Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:45.695Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:10:45.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "cds",
  "timestamp": 1667707816170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707817854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "cds",
  "timestamp": 1667707816170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:10:45.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707817854,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:10:45.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "cds",
  "timestamp": 1667707828015,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.702Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "cds",
  "timestamp": 1667707829023,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:10:45.721Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:10:45.722Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-06T04:10:45.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "policy-id",
  "timestamp": 1667707829375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "policy-id",
  "timestamp": 1667707829375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:10:45.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707830628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "policy-id",
  "timestamp": 1667707832112,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.732Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707830628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.733Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "policy-id",
  "timestamp": 1667707833118,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:10:45.734Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "policy-id",
  "timestamp": 1667707834121,
  "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-06T04:10:45.739Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:10:45.739Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-06T04:10:45.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "clamp",
  "timestamp": 1667707837254,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "clamp",
  "timestamp": 1667707837254,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707838788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "aai-ml",
  "timestamp": 1667707838727,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707838788,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "aai-ml",
  "timestamp": 1667707838727,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:10:45.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707841556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "aai-ml",
  "timestamp": 1667707841459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707843241,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:10:45.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:10:45.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:10:45.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707844246,
  "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-06T04:10:45.759Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:10:45.760Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-06T04:10:46.170Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:10:46.171Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-06T04:10:46.171Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5ac81bf3-2d3a-44f4-9030-e470ff3c516e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5f243b06-de2d-4f7d-aaa4-f95e0124b40e","serviceDescription":"service","serviceInvariantUUID":"1e6b2dea-d592-47e9-935d-dc237455e26d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"87db5db5-727a-4f69-936f-78ee3575654f","resourceInvariantUUID":"50cd63ba-6f42-4e4c-abe4-bbfee4b070f0","resourceCustomizationUUID":"5d5de3a0-fa74-4ff4-b29f-47d4173555df","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":"NjZiMjA5YTNmN2E4NjQ4YmEwMDY4ZTA1M2MyZjQ0NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4e7415dc-b906-4219-8863-9ccdf577b33b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2QwNzdlZjRjYjcxNzAxYjM5ZDZmOTI1NmY2NzZlYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"613a279c-7a23-49e3-887e-aca955dc625e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:10:46.174Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:10:46.174Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:46.177Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:46.177Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707845527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:10:46.277Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:46.278Z||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-06T04:10:46.278Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:46.293Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:10:46.294Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:10:47.177Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:10:47.179Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:47.181Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:47.181Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707845527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:10:47.281Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:47.282Z||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-06T04:10:47.282Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:47.299Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:10:47.300Z||pool-24-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:10:48.182Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "5f243b06-de2d-4f7d-aaa4-f95e0124b40e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1e6b2dea-d592-47e9-935d-dc237455e26d",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "5d5de3a0-fa74-4ff4-b29f-47d4173555df",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "87db5db5-727a-4f69-936f-78ee3575654f",
      "resourceInvariantUUID": "50cd63ba-6f42-4e4c-abe4-bbfee4b070f0",
      "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": "Y2QwNzdlZjRjYjcxNzAxYjM5ZDZmOTI1NmY2NzZlYTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "613a279c-7a23-49e3-887e-aca955dc625e"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:10:48.183Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:10:48.184Z|698ab3fe-e45f-4e1e-8d1b-a6f6fb68889a|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5f243b06-de2d-4f7d-aaa4-f95e0124b40e ASDC
2022-11-06T04:10:48.184Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:5ac81bf3-2d3a-44f4-9030-e470ff3c516e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:5f243b06-de2d-4f7d-aaa4-f95e0124b40e
ServiceInvariantUUID:1e6b2dea-d592-47e9-935d-dc237455e26d
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:613a279c-7a23-49e3-887e-aca955dc625e
ArtifactChecksum:Y2QwNzdlZjRjYjcxNzAxYjM5ZDZmOTI1NmY2NzZlYTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:5d5de3a0-fa74-4ff4-b29f-47d4173555df
ResourceInvariantUUID:50cd63ba-6f42-4e4c-abe4-bbfee4b070f0
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:87db5db5-727a-4f69-936f-78ee3575654f
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-06T04:10:48.184Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f243b06-de2d-4f7d-aaa4-f95e0124b40e 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-06T04:10:48.212Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:10:48.213Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:10:48.213Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:10:48.213Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 613a279c-7a23-49e3-887e-aca955dc625e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T04:10:48.214Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-06T04:10:48.214Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-06T04:10:48.278Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-06T04:10:48.280Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 613a279c-7a23-49e3-887e-aca955dc625e 52503
2022-11-06T04:10:48.280Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:48.280Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:48.281Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:10:48.281Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:48.283Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:48.283Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707848280,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:10:48.383Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:48.384Z||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-06T04:10:48.385Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:48.399Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:10:48.399Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:10:49.283Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:10:49.285Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-06T04:10:49.285Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 613a279c-7a23-49e3-887e-aca955dc625e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:49.285Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-06T04:10:49.286Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:49.286Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:49.465Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12570185075680778873/Definitions/service-BasicNetwork-template.yml
2022-11-06T04:10:50.028Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:10:50.029Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T04:10:50.029Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-06T04:10:50.029Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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-BasicNetwork-csar.csar
2022-11-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.030Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:10:50.031Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:10:50.032Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.033Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.034Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:5f243b06-de2d-4f7d-aaa4-f95e0124b40e
Model Version:NULL
Model InvariantUuid:1e6b2dea-d592-47e9-935d-dc237455e26d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:50cd63ba-6f42-4e4c-abe4-bbfee4b070f0
Model UUID:0175847b-12ae-4005-9d85-e59ad480943f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:5d5de3a0-fa74-4ff4-b29f-47d4173555df
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-06T04:10:50.043Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 87db5db5-727a-4f69-936f-78ee3575654f
2022-11-06T04:10:50.044Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||No resources found for Service: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
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-06T04:10:50.049Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||
2022-11-06T04:10:50.049Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-06T04:10:50.050Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.055Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70333d79, org.onap.sdc.toscaparser.api.parameters.Input@1942e7e9, org.onap.sdc.toscaparser.api.parameters.Input@4cc7e528, org.onap.sdc.toscaparser.api.parameters.Input@6cfd789f, org.onap.sdc.toscaparser.api.parameters.Input@54c588c]
2022-11-06T04:10:50.056Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.056Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5f243b06-de2d-4f7d-aaa4-f95e0124b40e: Generic NeutronNet
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.057Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.058Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.058Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.089Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.090Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:10:50.091Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:10:50.091Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||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-06T04:10:50.146Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:10:50.147Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:10:50.149Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:10:50.149Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707850146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:10:50.250Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:10:50.250Z||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-06T04:10:50.251Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:10:50.268Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:10:50.268Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:10:51.150Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:10:51.160Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-06T04:10:51.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:10:51.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:10:51.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:11:21.163Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:11:21.177Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-06T04:11:21.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:11:21.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:11:21.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:11:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:11:45.530Z||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-06T04:11:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:11:45.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:11:45.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:11:45.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "aai-ml",
  "timestamp": 1667707845384,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:11:45.595Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:11:51.181Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:11:51.193Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-06T04:11:51.196Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:11:51.196Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:11:51.196Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:12:21.197Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:12:21.215Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-06T04:12:21.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:12:21.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:12:21.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:12:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:12:45.530Z||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-06T04:12:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:12:45.561Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:12:45.591Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707845527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.593Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "aai-ml",
  "timestamp": 1667707846388,
  "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-06T04:12:45.600Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:12:45.600Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-06T04:12:45.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707845527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707848280,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "clamp",
  "timestamp": 1667707849129,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.610Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667707850146,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "clamp",
  "timestamp": 1667707851138,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.611Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "clamp",
  "timestamp": 1667707852142,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:12:45.616Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
2022-11-06T04:12:45.616Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5ac81bf3-2d3a-44f4-9030-e470ff3c516e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707850629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707849375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707846169,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707863334,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.634Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707862528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707863390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.635Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "cds",
  "timestamp": 1667707864341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-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-06T04:12:45.651Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.651Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707864394,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707863731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.658Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "policy-id",
  "timestamp": 1667707865397,
  "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-06T04:12:45.664Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.665Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-06T04:12:45.672Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.672Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707864736,
  "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-06T04:12:45.677Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.677Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707857854,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.692Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707867254,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.693Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707868788,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707868727,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707877547,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707877526,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707879376,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707880134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707880383,
  "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-06T04:12:45.704Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.704Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-06T04:12:45.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707882142,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707882278,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "clamp",
  "timestamp": 1667707883151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:12:45.718Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.718Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:12:45.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "aai-ml",
  "timestamp": 1667707883282,
  "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-06T04:12:45.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d545fec8-7a68-4848-9353-19e7f13dc97c
2022-11-06T04:12:45.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d545fec8-7a68-4848-9353-19e7f13dc97c 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-06T04:12:45.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.739Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.740Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.741Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.742Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.743Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.745Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707889375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707899173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707891169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707890628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707900177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707900959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:12:45.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:12:45.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "policy-id",
  "timestamp": 1667707901180,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:12:45.764Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:12:45.764Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 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-06T04:12:45.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "cds",
  "timestamp": 1667707901966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:12:45.778Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:12:45.778Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 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-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-06T04:12:45.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:12:51.218Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:12:51.229Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e
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-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:12:51.233Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:12:51.234Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:12:51.234Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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-06T04:12:51.238Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:13:21.238Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e 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-06T04:13:21.244Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5ac81bf3-2d3a-44f4-9030-e470ff3c516e and serviceModelVersionId: 5f243b06-de2d-4f7d-aaa4-f95e0124b40e
2022-11-06T04:13:21.244Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1e6b2dea-d592-47e9-935d-dc237455e26d
2022-11-06T04:13:21.245Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0
2022-11-06T04:13:21.250Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:13:21.341Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|INFO|500||Invoke
2022-11-06T04:13:21.342Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5ac81bf3-2d3a-44f4-9030-e470ff3c516e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e322f82-407a-4453-a1fd-3dbf1831e353], X-ECOMP-RequestID=[5ac81bf3-2d3a-44f4-9030-e470ff3c516e], X-TransactionId=[], X-ONAP-RequestID=[5ac81bf3-2d3a-44f4-9030-e470ff3c516e], Content-Type=[application/merge-patch+json]}
2022-11-06T04:13:21.364Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:13:21.453Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?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/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221106-04:13:22:772-84474], vertex-id=[205032], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:13:22 GMT], Content-Type=[application/json]}
2022-11-06T04:13:21.453Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:13:21.454Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1e6b2dea-d592-47e9-935d-dc237455e26d/model-vers/model-ver/5f243b06-de2d-4f7d-aaa4-f95e0124b40e?depth=0|INFO|500||InvokeReturn
2022-11-06T04:13:21.454Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:13:21.454Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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-06T04:13:21.460Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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-06T04:13:21.460Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5ac81bf3-2d3a-44f4-9030-e470ff3c516e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:13:21.461Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:13:21.461Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:21.463Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:21.463Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708001460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:13:21.563Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:21.565Z||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-06T04:13:21.565Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:21.583Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:21.583Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 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-06T04:13:22.476Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:13:22.476Z||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-06T04:13:22.477Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:26.922Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:26.924Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-06T04:13:26.924Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d545fec8-7a68-4848-9353-19e7f13dc97c","serviceName":"Demo_pNF_LReBMjuAp5cTdS5G4biq","serviceVersion":"1.0","serviceUUID":"71c89ed6-838e-4fb5-b951-ac1296145221","serviceDescription":"catalog service description","serviceInvariantUUID":"a77760f5-222f-4b5a-b2d2-abd8e5356659","resources":[{"resourceInstanceName":"pNF 9dbea0b1-60c1 0","resourceName":"pNF 9dbea0b1-60c1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dd4f9a50-f1ac-4a71-9449-603c188cc674","resourceInvariantUUID":"06b669cb-5b34-43a1-ae88-8a7741b28179","resourceCustomizationUUID":"84cb11da-5f7f-42c4-9dcf-0e62db508ba6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml","artifactChecksum":"MmRmZTYwZTljNTFjMTM4ZmEwODZlNTdkYjRkZGZhYzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92ac0d21-d6c5-448f-8cb9-94a44268e679","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar","artifactChecksum":"YmU0Yzc4ZGNjNWEzNmZiM2VkY2JjOTA1YWE1MTA3MzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d2bf62a9-51b5-4cd3-a20c-21596a3235fc","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa402896-79c4-4709-9754-241236fc1e7d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml","artifactChecksum":"MWQwZjhkMGU3YjljYTkxMmI2ZDc2NjI1ZjIzODkxNTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f851a0e5-8abb-4f26-bf52-acd1fe40bc06","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"baaf78b1-8ef4-49ae-b4bd-3aa54a6f777c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a181a3b3-6146-470d-a7c3-1c3991efaa7b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLrebmjuap5ctds5g4biq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml","artifactChecksum":"YjY2NTY1MzkzOTIwMmY1YmUxZWZhZDNkNjYyY2FkZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08f80758-8493-4db4-bb0d-037fbafbd9aa","artifactVersion":"1"},{"artifactName":"service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar","artifactChecksum":"N2ZhOGQwZGFiZWMxYjllOWQ1NTFiMTYwOWZhNTlmZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dc10755-3246-4626-86b4-1560f3ab945d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:13:26.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:26.928Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:26.930Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:26.930Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:27.030Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:27.031Z||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-06T04:13:27.032Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:27.050Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:27.050Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:27.931Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:27.931Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:27.934Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:27.934Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:28.034Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:28.035Z||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-06T04:13:28.035Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:28.051Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:28.052Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:28.935Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:28.936Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:28.938Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:28.938Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:29.038Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:29.039Z||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-06T04:13:29.039Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:29.068Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:29.068Z||pool-30-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:29.939Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:29.940Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:29.942Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:29.942Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:30.042Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:30.043Z||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-06T04:13:30.043Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:30.060Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:30.060Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:30.943Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:30.944Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:30.946Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:30.946Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:31.046Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:31.047Z||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-06T04:13:31.047Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:31.067Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:31.068Z||pool-32-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:31.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:31.947Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:31.950Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:31.950Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:32.050Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:32.051Z||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-06T04:13:32.051Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:32.078Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:32.078Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:32.950Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:32.951Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:32.954Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:32.954Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:33.054Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:33.055Z||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-06T04:13:33.055Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:33.071Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:33.071Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:33.955Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:13:33.956Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:33.958Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:33.959Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:13:34.059Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:34.060Z||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-06T04:13:34.060Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:34.075Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:34.076Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:34.960Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "serviceName": "Demo_pNF_LReBMjuAp5cTdS5G4biq",
  "serviceVersion": "1.0",
  "serviceUUID": "71c89ed6-838e-4fb5-b951-ac1296145221",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a77760f5-222f-4b5a-b2d2-abd8e5356659",
  "resources": [
    {
      "resourceInstanceName": "pNF 9dbea0b1-60c1 0",
      "resourceCustomizationUUID": "84cb11da-5f7f-42c4-9dcf-0e62db508ba6",
      "resourceName": "pNF 9dbea0b1-60c1",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dd4f9a50-f1ac-4a71-9449-603c188cc674",
      "resourceInvariantUUID": "06b669cb-5b34-43a1-ae88-8a7741b28179",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
      "artifactChecksum": "N2ZhOGQwZGFiZWMxYjllOWQ1NTFiMTYwOWZhNTlmZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0dc10755-3246-4626-86b4-1560f3ab945d"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:13:34.960Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:13:34.960Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 71c89ed6-838e-4fb5-b951-ac1296145221 ASDC
2022-11-06T04:13:34.960Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d545fec8-7a68-4848-9353-19e7f13dc97c
ServiceName:Demo_pNF_LReBMjuAp5cTdS5G4biq
ServiceVersion:1.0
ServiceUUID:71c89ed6-838e-4fb5-b951-ac1296145221
ServiceInvariantUUID:a77760f5-222f-4b5a-b2d2-abd8e5356659
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
ArtifactUUID:0dc10755-3246-4626-86b4-1560f3ab945d
ArtifactChecksum:N2ZhOGQwZGFiZWMxYjllOWQ1NTFiMTYwOWZhNTlmZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9dbea0b1-60c1 0
ResourceCustomizationUUID:84cb11da-5f7f-42c4-9dcf-0e62db508ba6
ResourceInvariantUUID:06b669cb-5b34-43a1-ae88-8a7741b28179
ResourceName:pNF 9dbea0b1-60c1
ResourceType:PNF
ResourceUUID:dd4f9a50-f1ac-4a71-9449-603c188cc674
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-06T04:13:34.961Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 71c89ed6-838e-4fb5-b951-ac1296145221 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-06T04:13:34.984Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0dc10755-3246-4626-86b4-1560f3ab945d from URL: /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:13:34.985Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:35.060Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar 0dc10755-3246-4626-86b4-1560f3ab945d 82636
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar ASDC sendASDCNotification
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:35.066Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:13:35.067Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:35.069Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:35.069Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708015066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:13:35.170Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:13:35.171Z||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-06T04:13:35.171Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:35.198Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:35.199Z||pool-36-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:13:36.070Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:13:36.071Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:13:36.071Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 0dc10755-3246-4626-86b4-1560f3ab945d, URL: /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar to file: /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.072Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.072Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.072Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.215Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18055327357960159258/Definitions/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.950Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9dbea0b1-60c1 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-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.951Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Node template pNF 9dbea0b1-60c1 0 is matching search criteria
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9dbea0b1-60c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.952Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Node template pNF 9dbea0b1-60c1 0 is matching search criteria
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF 9dbea0b1-60c1 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.953Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.954Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.955Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LReBMjuAp5cTdS5G4biq
Description:catalog service description
Model UUID:71c89ed6-838e-4fb5-b951-ac1296145221
Model Version:NULL
Model InvariantUuid:a77760f5-222f-4b5a-b2d2-abd8e5356659
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-06T04:13:36.961Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: dd4f9a50-f1ac-4a71-9449-603c188cc674
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-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||pNF 9dbea0b1-60c1 0
2022-11-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dd4f9a50-f1ac-4a71-9449-603c188cc674
2022-11-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 71c89ed6-838e-4fb5-b951-ac1296145221
2022-11-06T04:13:36.964Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 71c89ed6-838e-4fb5-b951-ac1296145221
2022-11-06T04:13:36.965Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9dbea0b1-60c1 0 dd4f9a50-f1ac-4a71-9449-603c188cc674 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-06T04:13:36.970Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52b20ae6, org.onap.sdc.toscaparser.api.parameters.Input@1b6a86d6, org.onap.sdc.toscaparser.api.parameters.Input@4d07b332, org.onap.sdc.toscaparser.api.parameters.Input@7ad25c8b, org.onap.sdc.toscaparser.api.parameters.Input@38758c0d]
2022-11-06T04:13:36.970Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.970Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 71c89ed6-838e-4fb5-b951-ac1296145221: pNF 9dbea0b1-60c1
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Processing PNF resource: dd4f9a50-f1ac-4a71-9449-603c188cc674
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:13:36.971Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_LReBMjuAp5cTdS5G4biq is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:13:36.972Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 84cb11da-5f7f-42c4-9dcf-0e62db508ba6 is the same as notified resource customizationUUID: 84cb11da-5f7f-42c4-9dcf-0e62db508ba6
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-06T04:13:37.010Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9dbea0b1-60c1 dd4f9a50-f1ac-4a71-9449-603c188cc674 0 ASDC deployResourceStructure
2022-11-06T04:13:37.010Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar ASDC sendASDCNotification
2022-11-06T04:13:37.010Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar
2022-11-06T04:13:37.011Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:13:37.011Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:13:37.013Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:13:37.013Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708017010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:13:37.113Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:13:37.114Z||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-06T04:13:37.115Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:37.131Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:37.132Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:13:38.014Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d545fec8-7a68-4848-9353-19e7f13dc97c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:13:38.026Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d545fec8-7a68-4848-9353-19e7f13dc97c
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-06T04:13:38.030Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:13:38.030Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:13:38.030Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:13:38.031Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:13:38.032Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:13:38.032Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:13:38.032Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:13:38.033Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:13:38.033Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:13:38.039Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:13:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:13:45.530Z||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-06T04:13:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:13:45.571Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:13:45.571Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-06T04:13:45.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:13:45.572Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:08.039Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d545fec8-7a68-4848-9353-19e7f13dc97c 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-06T04:14:08.049Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d545fec8-7a68-4848-9353-19e7f13dc97c and serviceModelVersionId: 71c89ed6-838e-4fb5-b951-ac1296145221
2022-11-06T04:14:08.050Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a77760f5-222f-4b5a-b2d2-abd8e5356659
2022-11-06T04:14:08.051Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0
2022-11-06T04:14:08.058Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:14:08.154Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?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-06T04:14:08.157Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0|INFO|500||Invoke
2022-11-06T04:14:08.179Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:14:08.365Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0|INFO|500||InvokeReturn
2022-11-06T04:14:08.367Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a77760f5-222f-4b5a-b2d2-abd8e5356659/model-vers/model-ver/71c89ed6-838e-4fb5-b951-ac1296145221?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221106-04:14:09:591-93847], vertex-id=[405704], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:14:09 GMT], Content-Type=[application/json]}
2022-11-06T04:14:08.368Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:14:08.368Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:14:08.368Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:14:08.374Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:14:08.374Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d545fec8-7a68-4848-9353-19e7f13dc97c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:14:08.374Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:14:08.375Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:08.377Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:08.377Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708048374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:14:08.477Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:08.478Z||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-06T04:14:08.478Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:08.516Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:08.516Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 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-06T04:14:09.389Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-06T04:14:09.389Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3e49cb7-bdff-42e0-9412-5bf2909faf51","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"22e757fb-28e3-4053-a806-9f64970239f7","serviceDescription":"service","serviceInvariantUUID":"c40dbe0f-cedd-44c7-85ec-b563fa3ba58a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f1ec8c5c-6784-4442-a98e-19b402ef03ec","resourceInvariantUUID":"532a32fb-8039-4fa9-a8f4-93997c52ea19","resourceCustomizationUUID":"82ddb41a-323c-4213-82d6-1a4f8014288b","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":"ZDY4MjY3ZWE2ZDY0ZTgzNjNiNzExMzM2OTYyNGRkYmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"86ebcefd-266a-479f-a072-058b0b5a2a33","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":"157f5b1f-c4e6-4cef-80dc-5b2af0a5a625","artifactVersion":"2","generatedFromUUID":"19a29af1-cff0-4d9c-b3e9-7ee23dc62d49"},{"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":"19a29af1-cff0-4d9c-b3e9-7ee23dc62d49","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":"YjE2ZjU4MDI4YWZjNWIyMDY1YjYyNDdkNDJiYTk3Yzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"093bf75e-841d-4829-97ec-36875b1a028c","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":"c461b63e-1126-491b-85aa-b41380853842","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":"223306e6-c238-465b-b253-854b30da52bf","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":"d70de47d-b099-4c92-ace3-eb6e486efcc3","artifactVersion":"2","generatedFromUUID":"c461b63e-1126-491b-85aa-b41380853842"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MGNhNmY0NzExY2MyNmM1MWFkYTBhODg5OWIzNGVkNmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1deeabab-0f68-4b44-9b7f-f48447330732","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NGM3NmZjOGVmNDI0NTk1NDBkYmMyNjJjZGFlOGFhOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"da6ac713-c805-44fc-8462-e1cccfe7ea02","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:14:09.389Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:09.390Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:09.392Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:09.393Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:09.493Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:09.495Z||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-06T04:14:09.495Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:09.520Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:09.520Z||pool-39-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:10.393Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:10.394Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:10.397Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:10.397Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-06T04:14:10.497Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:10.499Z||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-06T04:14:10.499Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:10.519Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:10.520Z||pool-40-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:11.398Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:11.399Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:11.402Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:11.402Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-06T04:14:11.502Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:11.503Z||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-06T04:14:11.504Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:11.520Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:11.520Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:12.403Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:12.404Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:12.406Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:12.406Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:14:12.508Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:14:12.509Z||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-06T04:14:12.509Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:12.532Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:12.532Z||pool-42-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:13.408Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:13.409Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:13.411Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:13.411Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:14:13.511Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:13.512Z||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-06T04:14:13.512Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:13.531Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:13.531Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:14.411Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:14.412Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:14.414Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:14.414Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:14.514Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:14.514Z||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-06T04:14:14.514Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:14.532Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:14.532Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:15.414Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:15.415Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:15.417Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:15.417Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-06T04:14:15.517Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:15.518Z||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-06T04:14:15.518Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:15.540Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:15.541Z||pool-45-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:16.418Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:16.419Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:16.420Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:16.421Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:16.521Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:16.523Z||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-06T04:14:16.523Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:16.541Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:16.542Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:17.421Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:14:17.422Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:17.424Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:17.424Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:17.524Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:17.525Z||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-06T04:14:17.525Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:17.560Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:17.560Z||pool-47-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:18.427Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "22e757fb-28e3-4053-a806-9f64970239f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c40dbe0f-cedd-44c7-85ec-b563fa3ba58a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "82ddb41a-323c-4213-82d6-1a4f8014288b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f1ec8c5c-6784-4442-a98e-19b402ef03ec",
      "resourceInvariantUUID": "532a32fb-8039-4fa9-a8f4-93997c52ea19",
      "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": "157f5b1f-c4e6-4cef-80dc-5b2af0a5a625",
          "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": "19a29af1-cff0-4d9c-b3e9-7ee23dc62d49",
          "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": "YjE2ZjU4MDI4YWZjNWIyMDY1YjYyNDdkNDJiYTk3Yzg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "093bf75e-841d-4829-97ec-36875b1a028c",
          "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": "c461b63e-1126-491b-85aa-b41380853842",
          "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": "d70de47d-b099-4c92-ace3-eb6e486efcc3",
            "generatedFromUUID": "c461b63e-1126-491b-85aa-b41380853842"
          },
          "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": "d70de47d-b099-4c92-ace3-eb6e486efcc3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NGM3NmZjOGVmNDI0NTk1NDBkYmMyNjJjZGFlOGFhOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "da6ac713-c805-44fc-8462-e1cccfe7ea02"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:14:18.427Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:14:18.427Z|d545fec8-7a68-4848-9353-19e7f13dc97c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 22e757fb-28e3-4053-a806-9f64970239f7 ASDC
2022-11-06T04:14:18.427Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c3e49cb7-bdff-42e0-9412-5bf2909faf51
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:22e757fb-28e3-4053-a806-9f64970239f7
ServiceInvariantUUID:c40dbe0f-cedd-44c7-85ec-b563fa3ba58a
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:da6ac713-c805-44fc-8462-e1cccfe7ea02
ArtifactChecksum:NGM3NmZjOGVmNDI0NTk1NDBkYmMyNjJjZGFlOGFhOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:82ddb41a-323c-4213-82d6-1a4f8014288b
ResourceInvariantUUID:532a32fb-8039-4fa9-a8f4-93997c52ea19
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:f1ec8c5c-6784-4442-a98e-19b402ef03ec
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:157f5b1f-c4e6-4cef-80dc-5b2af0a5a625
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:19a29af1-cff0-4d9c-b3e9-7ee23dc62d49
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:093bf75e-841d-4829-97ec-36875b1a028c
ArtifactChecksum:YjE2ZjU4MDI4YWZjNWIyMDY1YjYyNDdkNDJiYTk3Yzg=
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:c461b63e-1126-491b-85aa-b41380853842
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:d70de47d-b099-4c92-ace3-eb6e486efcc3
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:d70de47d-b099-4c92-ace3-eb6e486efcc3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T04:14:18.428Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 22e757fb-28e3-4053-a806-9f64970239f7 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-06T04:14:18.456Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:14:18.456Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:14:18.456Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:14:18.457Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da6ac713-c805-44fc-8462-e1cccfe7ea02 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-06T04:14:18.457Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:18.457Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-06T04:14:18.525Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:18.528Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar da6ac713-c805-44fc-8462-e1cccfe7ea02 68959
2022-11-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:18.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:18.531Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:18.531Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708058529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:18.631Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:18.632Z||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-06T04:14:18.632Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:18.646Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:18.646Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:19.531Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:14:19.532Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:14:19.532Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: da6ac713-c805-44fc-8462-e1cccfe7ea02, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:19.534Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-06T04:14:19.534Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:19.534Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:19.669Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13465547345473297596/Definitions/service-BasicCnf-template.yml
2022-11-06T04:14:20.813Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:20.814Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:14:20.815Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:14:20.816Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-06T04:14:20.817Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:20.818Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:20.819Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d97daf0-0bf9-4c3e-a31a-30629c3bc2ff
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.820Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:20.821Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:22e757fb-28e3-4053-a806-9f64970239f7
Model Version:NULL
Model InvariantUuid:c40dbe0f-cedd-44c7-85ec-b563fa3ba58a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:9d1a4240-a582-4aa5-8bc1-aae67fa125c0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:532a32fb-8039-4fa9-a8f4-93997c52ea19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:82ddb41a-323c-4213-82d6-1a4f8014288b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5d65e4c3-6bad-4614-b534-8e903862ba96
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6525d9e7-1253-492f-a006-3c557c838ffb
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1d97daf0-0bf9-4c3e-a31a-30629c3bc2ff
ModelInvariantUuid:73411805-0fce-46e9-aeef-c2670b3d8515
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:3f105a54-fcee-4d53-b4f4-8060166ac8c7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:7668877b-f553-46f9-8e86-49b481a87cb6
ModelInvariantUuid:6b8d532d-4b47-4620-9a06-800f76536b6a
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:d2efb4de-5c53-4187-bdb1-8aa0d558bbc4
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-06T04:14:20.827Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f1ec8c5c-6784-4442-a98e-19b402ef03ec
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-06T04:14:20.829Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||basic_cnf 0
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f1ec8c5c-6784-4442-a98e-19b402ef03ec
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 157f5b1f-c4e6-4cef-80dc-5b2af0a5a625 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:20.830Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 157f5b1f-c4e6-4cef-80dc-5b2af0a5a625 12
2022-11-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:20.884Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:20.885Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:20.887Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:20.887Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708060884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:20.987Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:20.988Z||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-06T04:14:20.988Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:21.004Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:21.006Z||pool-49-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:21.887Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 19a29af1-cff0-4d9c-b3e9-7ee23dc62d49 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-06T04:14:21.888Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:21.888Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:21.940Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 19a29af1-cff0-4d9c-b3e9-7ee23dc62d49 2688
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:21.941Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:21.943Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:21.943Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708061941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:22.043Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:22.044Z||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-06T04:14:22.045Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:22.059Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:22.060Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:22.945Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 093bf75e-841d-4829-97ec-36875b1a028c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-06T04:14:22.945Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:22.945Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 093bf75e-841d-4829-97ec-36875b1a028c 828
2022-11-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:22.994Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:22.995Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:22.996Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:22.997Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708062994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:23.097Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:14:23.097Z||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-06T04:14:23.097Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:23.117Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:23.117Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:23.997Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5d65e4c3-6bad-4614-b534-8e903862ba96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6525d9e7-1253-492f-a006-3c557c838ffb",
    "vfModuleModelCustomizationUUID": "93dfcda6-8f93-4a7f-9133-8abe73d73ef0",
    "isBase": true,
    "artifacts": [
      "c461b63e-1126-491b-85aa-b41380853842",
      "19a29af1-cff0-4d9c-b3e9-7ee23dc62d49",
      "d70de47d-b099-4c92-ace3-eb6e486efcc3"
    ],
    "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-06T04:14:24.003Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6525d9e7-1253-492f-a006-3c557c838ffb
VfModuleModelInvariantUUID:5d65e4c3-6bad-4614-b534-8e903862ba96
VfModuleModelDescription:NULL
Artifacts UUID List:{
c461b63e-1126-491b-85aa-b41380853842
,
19a29af1-cff0-4d9c-b3e9-7ee23dc62d49
,
d70de47d-b099-4c92-ace3-eb6e486efcc3

}
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-06T04:14:24.004Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "5d65e4c3-6bad-4614-b534-8e903862ba96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6525d9e7-1253-492f-a006-3c557c838ffb",
    "vfModuleModelCustomizationUUID": "93dfcda6-8f93-4a7f-9133-8abe73d73ef0",
    "isBase": true,
    "artifacts": [
      "c461b63e-1126-491b-85aa-b41380853842",
      "19a29af1-cff0-4d9c-b3e9-7ee23dc62d49",
      "d70de47d-b099-4c92-ace3-eb6e486efcc3"
    ],
    "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-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6525d9e7-1253-492f-a006-3c557c838ffb
VfModuleModelInvariantUUID:5d65e4c3-6bad-4614-b534-8e903862ba96
VfModuleModelDescription:NULL
Artifacts UUID List:{
c461b63e-1126-491b-85aa-b41380853842
,
19a29af1-cff0-4d9c-b3e9-7ee23dc62d49
,
d70de47d-b099-4c92-ace3-eb6e486efcc3

}
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-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: c461b63e-1126-491b-85aa-b41380853842 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:24.005Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:24.069Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:24.069Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c461b63e-1126-491b-85aa-b41380853842 1164
2022-11-06T04:14:24.069Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:24.070Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:24.070Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:24.070Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:24.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:24.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708064069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:24.173Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:14:24.174Z||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-06T04:14:24.174Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:24.192Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:24.193Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:25.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d70de47d-b099-4c92-ace3-eb6e486efcc3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-06T04:14:25.072Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:14:25.073Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d70de47d-b099-4c92-ace3-eb6e486efcc3 200
2022-11-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:25.129Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:14:25.130Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:25.131Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:25.131Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708065129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:25.232Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:14:25.233Z||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-06T04:14:25.233Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:25.250Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:25.250Z||pool-53-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:26.132Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 22e757fb-28e3-4053-a806-9f64970239f7
2022-11-06T04:14:26.133Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 f1ec8c5c-6784-4442-a98e-19b402ef03ec 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-11-06T04:14:26.153Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:14:26.158Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@667c8a8b, org.onap.sdc.toscaparser.api.parameters.Input@15978a97, org.onap.sdc.toscaparser.api.parameters.Input@d70d1e1, org.onap.sdc.toscaparser.api.parameters.Input@49b5d5b, org.onap.sdc.toscaparser.api.parameters.Input@631b791]
2022-11-06T04:14:26.159Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.159Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.159Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-06T04:14:26.160Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 82ddb41a-323c-4213-82d6-1a4f8014288b
2022-11-06T04:14:26.160Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 82ddb41a-323c-4213-82d6-1a4f8014288b matches Tosca VF Customization UUID: 82ddb41a-323c-4213-82d6-1a4f8014288b
2022-11-06T04:14:26.160Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 82ddb41a-323c-4213-82d6-1a4f8014288b  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-06T04:14:26.164Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.164Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.165Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 82ddb41a-323c-4213-82d6-1a4f8014288b: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-11-06T04:14:26.165Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7a80956a
2022-11-06T04:14:26.166Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.166Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:14:26.166Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 93dfcda6-8f93-4a7f-9133-8abe73d73ef0
2022-11-06T04:14:26.167Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 93dfcda6-8f93-4a7f-9133-8abe73d73ef0
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-06T04:14:26.170Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.170Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:26.170Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:26.171Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.171Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:26.172Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:26.173Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.173Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-06T04:14:26.173Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-06T04:14:26.174Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d97daf0-0bf9-4c3e-a31a-30629c3bc2ff
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-06T04:14:26.177Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.177Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:26.177Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:14:26.178Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.178Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-06T04:14:26.178Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=82ddb41a-323c-4213-82d6-1a4f8014288b
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-06T04:14:26.181Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.181Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.181Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 22e757fb-28e3-4053-a806-9f64970239f7: basic_cnf
2022-11-06T04:14:26.181Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.182Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.182Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.182Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.183Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.183Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.183Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.183Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.184Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:14:26.184Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:14:26.184Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:26.250Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf f1ec8c5c-6784-4442-a98e-19b402ef03ec 1 ASDC deployResourceStructure
2022-11-06T04:14:26.251Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:26.251Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:26.251Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T04:14:26.252Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:26.254Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:26.255Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708066251,
  "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-06T04:14:26.354Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:14:26.355Z||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-06T04:14:26.356Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:26.380Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:26.381Z||pool-54-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":2,"count":1}
2022-11-06T04:14:27.256Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:27.256Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:27.256Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T04:14:27.257Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:27.258Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:27.259Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708067256,
  "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-06T04:14:27.359Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:27.360Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-06T04:14:27.360Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:27.374Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:27.374Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:28.259Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:28.260Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:28.260Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:14:28.260Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:28.262Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:28.262Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708068259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:28.362Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:28.363Z||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-06T04:14:28.363Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:28.385Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:28.385Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:29.263Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:29.264Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:29.264Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:14:29.264Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:29.266Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:29.266Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708069263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:29.366Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:29.367Z||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-06T04:14:29.367Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:29.381Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:29.382Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:30.267Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:30.267Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:30.267Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:14:30.268Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:30.269Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:30.269Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708070267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:30.369Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:30.370Z||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-06T04:14:30.370Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:30.388Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:30.389Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:14:31.270Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:31.270Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||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-06T04:14:31.270Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:14:31.271Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:14:31.273Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:14:31.273Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708071270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:31.373Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:14:31.373Z||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-06T04:14:31.373Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:31.392Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:31.392Z||pool-59-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:14:32.273Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e49cb7-bdff-42e0-9412-5bf2909faf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:14:32.284Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e49cb7-bdff-42e0-9412-5bf2909faf51
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-06T04:14:32.287Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:14:32.287Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:14:32.287Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:14:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:14:45.530Z||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-06T04:14:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:14:45.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:14:45.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707897254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707906169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707897854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707898788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707898727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707906169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707907604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707908528,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707908503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707906169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707908670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707906169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707909375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707909722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707910705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707906169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707909375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707910781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.595Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707911709,
  "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-06T04:14:45.603Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:14:45.603Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 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-06T04:14:45.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707906169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.611Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.611Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707909375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707910628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.612Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.612Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707912138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.613Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707911827,
  "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-06T04:14:45.618Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:14:45.618Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-06T04:14:45.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707906169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707909375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707910628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707912829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707913948,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707909375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707910628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707914147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "cds",
  "timestamp": 1667707914954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:14:45.645Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8ae0f082-7a1e-4c48-9883-2c228a9c168b
2022-11-06T04:14:45.645Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae0f082-7a1e-4c48-9883-2c228a9c168b 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-06T04:14:45.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707909375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707910628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707914961,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "clamp",
  "timestamp": 1667707915150,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:14:45.658Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:14:45.658Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707909375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707910628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "aai-ml",
  "timestamp": 1667707915965,
  "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-06T04:14:45.675Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3e49cb7-bdff-42e0-9412-5bf2909faf51
2022-11-06T04:14:45.675Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3e49cb7-bdff-42e0-9412-5bf2909faf51 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-06T04:14:45.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707910628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707917098,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667707910628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.682Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707918103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "policy-id",
  "timestamp": 1667707919106,
  "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-06T04:14:45.688Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ae0f082-7a1e-4c48-9883-2c228a9c168b
2022-11-06T04:14:45.688Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae0f082-7a1e-4c48-9883-2c228a9c168b 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-06T04:14:45.694Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707917854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707917854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707917854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.695Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707917854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707917854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.696Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.696Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.696Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707917854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707917854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707925645,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707926730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.697Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707927254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707927846,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707927254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707928788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707928727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707928871,
  "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-06T04:14:45.703Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8ae0f082-7a1e-4c48-9883-2c228a9c168b
2022-11-06T04:14:45.703Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae0f082-7a1e-4c48-9883-2c228a9c168b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-06T04:14:45.708Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.708Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707927254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.708Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707928788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707928727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667707929874,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.709Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707927254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707928788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707928727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707927254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707928788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707928727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707927254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707928788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707928727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707927254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707928788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707928727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:14:45.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707928788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707928727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707936517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.714Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707936459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707938790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667707939794,
  "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-06T04:14:45.719Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8ae0f082-7a1e-4c48-9883-2c228a9c168b
2022-11-06T04:14:45.719Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae0f082-7a1e-4c48-9883-2c228a9c168b 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-06T04:14:45.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707942819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.726Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707943143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:14:45.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "aai-ml",
  "timestamp": 1667707943823,
  "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-06T04:14:45.731Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8ae0f082-7a1e-4c48-9883-2c228a9c168b
2022-11-06T04:14:45.731Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae0f082-7a1e-4c48-9883-2c228a9c168b 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-06T04:14:45.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707946144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:14:45.739Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:14:45.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:14:45.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "clamp",
  "timestamp": 1667707947147,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:14:45.744Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8ae0f082-7a1e-4c48-9883-2c228a9c168b
2022-11-06T04:14:45.744Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8ae0f082-7a1e-4c48-9883-2c228a9c168b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:15:02.287Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3e49cb7-bdff-42e0-9412-5bf2909faf51
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:15:02.299Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3e49cb7-bdff-42e0-9412-5bf2909faf51
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-06T04:15:02.302Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:15:02.302Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:15:02.302Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:15:02.302Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:15:02.302Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:02.302Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:02.303Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:02.303Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:02.303Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:02.303Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:02.303Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:15:02.307Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:15:32.308Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3e49cb7-bdff-42e0-9412-5bf2909faf51 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-06T04:15:32.314Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3e49cb7-bdff-42e0-9412-5bf2909faf51 and serviceModelVersionId: 22e757fb-28e3-4053-a806-9f64970239f7
2022-11-06T04:15:32.314Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c40dbe0f-cedd-44c7-85ec-b563fa3ba58a
2022-11-06T04:15:32.315Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c40dbe0f-cedd-44c7-85ec-b563fa3ba58a/model-vers/model-ver/22e757fb-28e3-4053-a806-9f64970239f7?depth=0
2022-11-06T04:15:32.319Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:15:32.359Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c40dbe0f-cedd-44c7-85ec-b563fa3ba58a/model-vers/model-ver/22e757fb-28e3-4053-a806-9f64970239f7?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-06T04:15:32.365Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c40dbe0f-cedd-44c7-85ec-b563fa3ba58a/model-vers/model-ver/22e757fb-28e3-4053-a806-9f64970239f7?depth=0|INFO|500||Invoke
2022-11-06T04:15:32.385Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c40dbe0f-cedd-44c7-85ec-b563fa3ba58a/model-vers/model-ver/22e757fb-28e3-4053-a806-9f64970239f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:15:32.498Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c40dbe0f-cedd-44c7-85ec-b563fa3ba58a/model-vers/model-ver/22e757fb-28e3-4053-a806-9f64970239f7?depth=0|INFO|500||InvokeReturn
2022-11-06T04:15:32.499Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c40dbe0f-cedd-44c7-85ec-b563fa3ba58a/model-vers/model-ver/22e757fb-28e3-4053-a806-9f64970239f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-04:15:33:806-93778], vertex-id=[200816], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:15:33 GMT], Content-Type=[application/json]}
2022-11-06T04:15:32.500Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:15:32.500Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:15:32.500Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:15:32.505Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:15:32.505Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3e49cb7-bdff-42e0-9412-5bf2909faf51 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:15:32.506Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:15:32.506Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:32.507Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:32.508Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708132505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:15:32.608Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:32.609Z||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-06T04:15:32.609Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:32.627Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:32.627Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 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-06T04:15:33.517Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-06T04:15:33.517Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"8ae0f082-7a1e-4c48-9883-2c228a9c168b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7319b607-07a3-4054-8719-b9a4e36b22ac","serviceDescription":"service","serviceInvariantUUID":"f4b83181-65d5-4b77-ae2e-1db22c8e7b16","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6c5139a7-3244-4f1d-acd1-5df7fedc0b0f","resourceInvariantUUID":"c204b91b-ebb5-4a43-ab15-f798f0c3977d","resourceCustomizationUUID":"fa1b149a-c68a-4995-8ade-269f79f81eed","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":"ZTNlZDUxMDQ4ZDQ2NTA4YzIwZWJkMTM5YTJkZTE0M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1407a3e0-99f1-4dc1-80af-f42b9f9c238f","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":"YTJjYTM3MGFhNmU3Y2EzODE0MzU4NmU4NDU5MzFhY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"57b0bc1b-5cf5-4cf5-a5a7-e3984a1b50ab","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":"cc72f6fb-4564-4490-8283-923270530f00","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":"ffd8baf5-b8a5-48e1-ac85-d8dbf1820fa6","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":"444323bc-09c8-430d-b065-f059e53dddd8","artifactVersion":"2","generatedFromUUID":"cc72f6fb-4564-4490-8283-923270530f00"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmU1MjNkZmFmOWNiMWJhMmI2ZjZmYzMyZWE2M2VhYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a330de42-b349-4b7c-ac20-b2dab7387fb4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWVlMTczM2Y0YWExNWI4YWVlNmY0OTI1NDgzNzAxOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dbd7c629-5b63-42d4-abd7-7246390315b1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:15:33.518Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:15:33.518Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:33.520Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:33.520Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:33.620Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:33.621Z||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-06T04:15:33.621Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:33.635Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:33.636Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:34.521Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:15:34.521Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:34.523Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:34.523Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:15:34.623Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:34.624Z||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-06T04:15:34.624Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:34.640Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:34.640Z||pool-62-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:35.523Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:15:35.524Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:35.526Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:35.526Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:15:35.626Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:35.627Z||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-06T04:15:35.627Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:35.643Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:35.643Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:36.527Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:15:36.528Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:36.529Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:36.530Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:36.630Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:36.630Z||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-06T04:15:36.631Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:36.646Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:36.647Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:37.530Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:15:37.531Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:37.533Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:37.533Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T04:15:37.633Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:37.634Z||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-06T04:15:37.634Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:37.649Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:37.649Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:38.534Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:15:38.535Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:38.537Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:38.537Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:38.638Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:38.639Z||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-06T04:15:38.639Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:38.654Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:38.654Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:15:39.538Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:15:39.539Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:39.541Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:39.541Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:15:39.641Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:15:39.642Z||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-06T04:15:39.642Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:39.656Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:39.657Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:15:40.543Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7319b607-07a3-4054-8719-b9a4e36b22ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f4b83181-65d5-4b77-ae2e-1db22c8e7b16",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "fa1b149a-c68a-4995-8ade-269f79f81eed",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6c5139a7-3244-4f1d-acd1-5df7fedc0b0f",
      "resourceInvariantUUID": "c204b91b-ebb5-4a43-ab15-f798f0c3977d",
      "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": "YTJjYTM3MGFhNmU3Y2EzODE0MzU4NmU4NDU5MzFhY2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "57b0bc1b-5cf5-4cf5-a5a7-e3984a1b50ab",
          "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": "cc72f6fb-4564-4490-8283-923270530f00",
          "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": "444323bc-09c8-430d-b065-f059e53dddd8",
            "generatedFromUUID": "cc72f6fb-4564-4490-8283-923270530f00"
          },
          "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": "444323bc-09c8-430d-b065-f059e53dddd8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWVlMTczM2Y0YWExNWI4YWVlNmY0OTI1NDgzNzAxOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dbd7c629-5b63-42d4-abd7-7246390315b1"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:15:40.543Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:15:40.543Z|c3e49cb7-bdff-42e0-9412-5bf2909faf51|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7319b607-07a3-4054-8719-b9a4e36b22ac ASDC
2022-11-06T04:15:40.544Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:8ae0f082-7a1e-4c48-9883-2c228a9c168b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7319b607-07a3-4054-8719-b9a4e36b22ac
ServiceInvariantUUID:f4b83181-65d5-4b77-ae2e-1db22c8e7b16
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:dbd7c629-5b63-42d4-abd7-7246390315b1
ArtifactChecksum:OWVlMTczM2Y0YWExNWI4YWVlNmY0OTI1NDgzNzAxOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:fa1b149a-c68a-4995-8ade-269f79f81eed
ResourceInvariantUUID:c204b91b-ebb5-4a43-ab15-f798f0c3977d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:6c5139a7-3244-4f1d-acd1-5df7fedc0b0f
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:57b0bc1b-5cf5-4cf5-a5a7-e3984a1b50ab
ArtifactChecksum:YTJjYTM3MGFhNmU3Y2EzODE0MzU4NmU4NDU5MzFhY2Y=
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:cc72f6fb-4564-4490-8283-923270530f00
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:444323bc-09c8-430d-b065-f059e53dddd8
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:444323bc-09c8-430d-b065-f059e53dddd8
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T04:15:40.544Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7319b607-07a3-4054-8719-b9a4e36b22ac 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-06T04:15:40.572Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:15:40.573Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:15:40.573Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:15:40.573Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: dbd7c629-5b63-42d4-abd7-7246390315b1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-06T04:15:40.574Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:15:40.574Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-06T04:15:40.710Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:15:40.713Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar dbd7c629-5b63-42d4-abd7-7246390315b1 71067
2022-11-06T04:15:40.713Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:40.714Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:40.714Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:15:40.714Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:40.716Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:40.717Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708140713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:15:40.817Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:40.817Z||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-06T04:15:40.818Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:40.834Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:40.834Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:41.717Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:15:41.718Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-11-06T04:15:41.718Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: dbd7c629-5b63-42d4-abd7-7246390315b1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:41.719Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-06T04:15:41.719Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:41.719Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:41.832Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8110509143020242665/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-06T04:15:42.957Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:15:42.957Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-06T04:15:42.958Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:42.959Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-11-06T04:15:42.959Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.959Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:42.959Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:42.959Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:15:42.959Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:15:42.959Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.960Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:42.960Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:42.960Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-11-06T04:15:42.960Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:15:42.960Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.960Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:42.960Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.961Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:15:42.962Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.962Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:42.962Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:15:42.962Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.962Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:42.962Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:15:42.963Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.963Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:42.963Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:15:42.963Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.963Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-06T04:15:42.963Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T04:15:42.963Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T04:15:42.964Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=32a41778-3318-4cfb-a5a7-ea0d64063548
2022-11-06T04:15:42.964Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.964Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:42.964Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.964Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:42.964Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.964Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:42.965Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:42.965Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:42.965Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7319b607-07a3-4054-8719-b9a4e36b22ac
Model Version:NULL
Model InvariantUuid:f4b83181-65d5-4b77-ae2e-1db22c8e7b16
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d1a3be2b-9aa8-4132-ae0d-084abebce426
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c204b91b-ebb5-4a43-ab15-f798f0c3977d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fa1b149a-c68a-4995-8ade-269f79f81eed
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9337060e-4a25-4bb7-ac30-f3583a1f3f96
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:236011bd-904b-4e3a-8bfe-9bef2603249c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:32a41778-3318-4cfb-a5a7-ea0d64063548
ModelInvariantUuid:6b5ea63d-39af-4894-b6a7-f0d425154a41
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:21a4470c-585c-47c5-8d84-1cb788b2a103
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d7c15c27-2c7d-4822-92b9-f5261b2ce874
ModelInvariantUuid:3730108c-4c9c-404e-a97e-81dd61312f31
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:d3deb87f-c853-423d-94a8-46c46e977cb8
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-06T04:15:42.972Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 6c5139a7-3244-4f1d-acd1-5df7fedc0b0f
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-06T04:15:42.975Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||basic_vm 0
2022-11-06T04:15:42.975Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6c5139a7-3244-4f1d-acd1-5df7fedc0b0f
2022-11-06T04:15:42.975Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 57b0bc1b-5cf5-4cf5-a5a7-e3984a1b50ab from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-06T04:15:42.975Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:15:42.975Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:43.035Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:15:43.035Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 57b0bc1b-5cf5-4cf5-a5a7-e3984a1b50ab 787
2022-11-06T04:15:43.035Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:43.035Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:43.036Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:15:43.036Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:43.037Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:43.038Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708143035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:15:43.138Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:43.138Z||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-06T04:15:43.138Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:43.161Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:43.161Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:44.039Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9337060e-4a25-4bb7-ac30-f3583a1f3f96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "236011bd-904b-4e3a-8bfe-9bef2603249c",
    "vfModuleModelCustomizationUUID": "767fc4ea-732f-47ab-a5b0-cf3922d90412",
    "isBase": true,
    "artifacts": [
      "cc72f6fb-4564-4490-8283-923270530f00",
      "444323bc-09c8-430d-b065-f059e53dddd8"
    ],
    "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-06T04:15:44.043Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:236011bd-904b-4e3a-8bfe-9bef2603249c
VfModuleModelInvariantUUID:9337060e-4a25-4bb7-ac30-f3583a1f3f96
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc72f6fb-4564-4490-8283-923270530f00
,
444323bc-09c8-430d-b065-f059e53dddd8

}
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-06T04:15:44.045Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9337060e-4a25-4bb7-ac30-f3583a1f3f96",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "236011bd-904b-4e3a-8bfe-9bef2603249c",
    "vfModuleModelCustomizationUUID": "767fc4ea-732f-47ab-a5b0-cf3922d90412",
    "isBase": true,
    "artifacts": [
      "cc72f6fb-4564-4490-8283-923270530f00",
      "444323bc-09c8-430d-b065-f059e53dddd8"
    ],
    "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-06T04:15:44.045Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:236011bd-904b-4e3a-8bfe-9bef2603249c
VfModuleModelInvariantUUID:9337060e-4a25-4bb7-ac30-f3583a1f3f96
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc72f6fb-4564-4490-8283-923270530f00
,
444323bc-09c8-430d-b065-f059e53dddd8

}
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-06T04:15:44.045Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cc72f6fb-4564-4490-8283-923270530f00 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-06T04:15:44.045Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:15:44.046Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:44.101Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:15:44.102Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cc72f6fb-4564-4490-8283-923270530f00 5033
2022-11-06T04:15:44.102Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:44.102Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:44.102Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:15:44.103Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:44.104Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:44.105Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708144102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:15:44.205Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:44.205Z||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-06T04:15:44.205Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:44.227Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:44.228Z||pool-70-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:45.105Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 444323bc-09c8-430d-b065-f059e53dddd8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-06T04:15:45.106Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-11-06T04:15:45.106Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:45.160Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-11-06T04:15:45.160Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 444323bc-09c8-430d-b065-f059e53dddd8 903
2022-11-06T04:15:45.160Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:45.161Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:45.161Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:15:45.161Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:45.163Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:45.163Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708145160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:15:45.263Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:45.264Z||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-06T04:15:45.264Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:45.283Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:45.283Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:15:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:15:45.530Z||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-06T04:15:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:45.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:45.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5ac81bf3-2d3a-44f4-9030-e470ff3c516e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708001460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:15:45.565Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:15:45.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:45.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:45.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/resourceInstances/pnf9dbea0b160c10/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708015066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:15:45.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:15:45.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:15:45.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708017010,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLrebmjuap5ctds5g4biq/1.0/artifacts/service-DemoPnfLrebmjuap5ctds5g4biq-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:15:45.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:15:46.163Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7319b607-07a3-4054-8719-b9a4e36b22ac
2022-11-06T04:15:46.164Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 6c5139a7-3244-4f1d-acd1-5df7fedc0b0f 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-06T04:15:46.177Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a7c8f43, org.onap.sdc.toscaparser.api.parameters.Input@1b493c1e, org.onap.sdc.toscaparser.api.parameters.Input@54714014, org.onap.sdc.toscaparser.api.parameters.Input@203588c6, org.onap.sdc.toscaparser.api.parameters.Input@1e0d0d14]
2022-11-06T04:15:46.179Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.179Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.179Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-11-06T04:15:46.179Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= fa1b149a-c68a-4995-8ade-269f79f81eed
2022-11-06T04:15:46.180Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fa1b149a-c68a-4995-8ade-269f79f81eed matches Tosca VF Customization UUID: fa1b149a-c68a-4995-8ade-269f79f81eed
2022-11-06T04:15:46.180Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: fa1b149a-c68a-4995-8ade-269f79f81eed  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-06T04:15:46.182Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.182Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.184Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id fa1b149a-c68a-4995-8ade-269f79f81eed: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-11-06T04:15:46.184Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ea63a58
2022-11-06T04:15:46.184Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.184Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:15:46.184Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 767fc4ea-732f-47ab-a5b0-cf3922d90412
2022-11-06T04:15:46.185Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 767fc4ea-732f-47ab-a5b0-cf3922d90412
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-06T04:15:46.187Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.187Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:46.187Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:15:46.188Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.188Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:46.188Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:15:46.188Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.188Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-06T04:15:46.189Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T04:15:46.189Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T04:15:46.189Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=32a41778-3318-4cfb-a5a7-ea0d64063548
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-06T04:15:46.191Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.191Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:46.191Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:15:46.191Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.192Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-06T04:15:46.192Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=fa1b149a-c68a-4995-8ade-269f79f81eed
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-06T04:15:46.193Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.193Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.194Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7319b607-07a3-4054-8719-b9a4e36b22ac: basic_vm
2022-11-06T04:15:46.194Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.194Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.194Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.194Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.194Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.195Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.195Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.195Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.195Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:15:46.195Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:15:46.195Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:46.276Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 6c5139a7-3244-4f1d-acd1-5df7fedc0b0f 1 ASDC deployResourceStructure
2022-11-06T04:15:46.276Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:46.276Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:46.277Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:15:46.277Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:46.279Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:46.279Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708146276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:15:46.379Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:46.381Z||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-06T04:15:46.381Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:46.395Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:46.395Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:47.280Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:47.280Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:47.280Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:15:47.281Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:47.283Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:47.283Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708147280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:15:47.383Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:47.384Z||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-06T04:15:47.384Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:47.401Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:47.401Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:48.284Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:48.284Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:48.284Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:15:48.285Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:48.287Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:48.287Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:15:48.387Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:48.388Z||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-06T04:15:48.388Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:48.402Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:48.403Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:15:49.287Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:49.288Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||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-06T04:15:49.288Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:15:49.288Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:15:49.291Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:15:49.291Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708149287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:15:49.391Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:15:49.392Z||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-06T04:15:49.392Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:15:49.410Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:15:49.410Z||pool-75-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:15:50.292Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8ae0f082-7a1e-4c48-9883-2c228a9c168b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:15:50.305Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8ae0f082-7a1e-4c48-9883-2c228a9c168b
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-06T04:15:50.308Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:15:50.308Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:15:50.308Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:15:50.308Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:15:50.308Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:50.308Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:50.309Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:50.309Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:50.309Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:50.309Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:15:50.309Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:15:50.314Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:16:20.314Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8ae0f082-7a1e-4c48-9883-2c228a9c168b 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-06T04:16:20.322Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8ae0f082-7a1e-4c48-9883-2c228a9c168b and serviceModelVersionId: 7319b607-07a3-4054-8719-b9a4e36b22ac
2022-11-06T04:16:20.322Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f4b83181-65d5-4b77-ae2e-1db22c8e7b16
2022-11-06T04:16:20.323Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0
2022-11-06T04:16:20.328Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:16:20.370Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0|INFO|500||Invoke
2022-11-06T04:16:20.370Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8ae0f082-7a1e-4c48-9883-2c228a9c168b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e6a425ed-1feb-4a21-aec2-4956e513aabc], X-ECOMP-RequestID=[8ae0f082-7a1e-4c48-9883-2c228a9c168b], X-TransactionId=[], X-ONAP-RequestID=[8ae0f082-7a1e-4c48-9883-2c228a9c168b], Content-Type=[application/merge-patch+json]}
2022-11-06T04:16:20.390Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:16:20.478Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?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/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-04:16:21:813-50364], vertex-id=[393288], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:16:21 GMT], Content-Type=[application/json]}
2022-11-06T04:16:20.478Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:16:20.478Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f4b83181-65d5-4b77-ae2e-1db22c8e7b16/model-vers/model-ver/7319b607-07a3-4054-8719-b9a4e36b22ac?depth=0|INFO|500||InvokeReturn
2022-11-06T04:16:20.479Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:16:20.479Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:16:20.483Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:16:20.483Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8ae0f082-7a1e-4c48-9883-2c228a9c168b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:16:20.483Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:16:20.483Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:16:20.485Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:16:20.485Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708180483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:16:20.585Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:16:20.586Z||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-06T04:16:20.586Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:16:20.606Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:16:20.606Z||pool-76-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T04:16:21.496Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:16:21.496Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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-06T04:16:21.497Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:16:31.824Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:16:31.825Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:16:31.825Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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-06T04:16:31.825Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:16:41.374Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:16:41.375Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:16:41.375Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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-06T04:16:41.375Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:16:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:16:45.530Z||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-06T04:16:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:16:45.566Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:16:45.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d545fec8-7a68-4848-9353-19e7f13dc97c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708048374,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:16:45.567Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:16:45.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:16:45.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:16:45.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708058529,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708060884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708061941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:16:45.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708062994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708064069,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708065129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:16:45.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708066251,
  "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-06T04:16:45.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708067256,
  "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-06T04:16:45.573Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708068259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708069263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708070267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:16:45.574Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708071270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:16:45.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:16:50.946Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:16:50.947Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:16:50.947Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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-06T04:16:50.947Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:17:00.497Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:17:00.498Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:17:00.499Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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-06T04:17:00.499Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:17:10.045Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:17:45.527Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:17:45.528Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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-06T04:17:45.529Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:17:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:17:45.529Z||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-06T04:17:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:17:45.581Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:17:45.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c3e49cb7-bdff-42e0-9412-5bf2909faf51",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708132505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:17:45.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:17:45.583Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:17:45.583Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:17:45.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:17:45.584Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:17:45.584Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.584Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:17:45.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:17:45.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.585Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:17:45.585Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:17:45.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T04:17:45.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:17:45.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:17:45.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:17:45.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708002475,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:17:45.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:17:45.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708140713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:17:45.588Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:17:45.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708143035,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:17:45.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:17:45.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708144102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:17:45.589Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:17:45.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-06T04:17:45.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708145160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:17:45.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:17:55.083Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:18:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:18:45.528Z||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-06T04:18:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:18:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:18:45.529Z||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-06T04:18:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:18:46.074Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:18:46.074Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:18:46.075Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708146276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:18:46.075Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708147280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708148284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708149287,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:18:46.076Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:18:46.077Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8ae0f082-7a1e-4c48-9883-2c228a9c168b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667708180483,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:18:46.077Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:18:55.091Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:19:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:19:45.528Z||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-06T04:19:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:19:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:19:45.530Z||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-06T04:19:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:19:55.084Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:19:55.092Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:20:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:20:45.528Z||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-06T04:20:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:20:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:20:45.529Z||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-06T04:20:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:20:55.109Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:20:55.126Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:21:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:21:45.528Z||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-06T04:21:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:21:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:21:45.529Z||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-06T04:21:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:21:55.086Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:21:55.090Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:22:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:22:45.528Z||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-06T04:22:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:22:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:22:45.530Z||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-06T04:22:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:22:55.090Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:22:55.092Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:23:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:23:45.528Z||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-06T04:23:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:23:45.529Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:23:45.529Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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-06T04:23:45.530Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:23:55.087Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:23:55.097Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:24:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:24:45.528Z||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-06T04:24:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:24:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:24:45.529Z||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-06T04:24:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:24:55.109Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:24:55.254Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:25:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:25:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:25:45.529Z||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-06T04:25:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:25:45.529Z||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-06T04:25:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:25:55.103Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:25:55.103Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:26:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:26:45.528Z||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-06T04:26:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:26:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:26:45.530Z||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-06T04:26:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:26:55.085Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:26:55.102Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:27:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:27:45.528Z||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-06T04:27:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:27:45.530Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:27:45.531Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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-06T04:27:45.531Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:27:55.083Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:27:55.091Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:28:45.527Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:28:45.528Z||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-06T04:28:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:28:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:28:45.529Z||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-06T04:28:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:28:55.105Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:28:55.105Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:29:45.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:29:45.528Z||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-06T04:29:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:29:45.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:29:45.530Z||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-06T04:29:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:29:55.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:29:55.124Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:30:45.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:30:45.528Z||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-06T04:30:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:30:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:30:45.530Z||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-06T04:30:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:30:55.089Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:30:55.089Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:31:45.527Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:31:45.528Z||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-06T04:31:45.528Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:31:45.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:31:45.529Z||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-06T04:31:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:31:55.094Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:31:55.094Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:32:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:32:45.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:32:45.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:32:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:32:45.529Z||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-06T04:32:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:32:55.092Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:32:55.117Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:45.527Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:33:45.528Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:33:45.528Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:33:45.530Z||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-06T04:33:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:45.670Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.691Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.693Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.695Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.696Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.696Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.696Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.697Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.699Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.700Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709196169,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709190628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709188727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.701Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709189375,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709188788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.702Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709206008,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709206010,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709205863,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709206004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.703Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709197854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709207011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709206671,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.704Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "policy-id",
  "timestamp": 1667709208014,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:33:45.726Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68789362-7e3a-4e02-9445-be07042453af
2022-11-06T04:33:45.726Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68789362-7e3a-4e02-9445-be07042453af 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-06T04:33:45.735Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.735Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "cds",
  "timestamp": 1667709208499,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:33:45.740Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 68789362-7e3a-4e02-9445-be07042453af
2022-11-06T04:33:45.740Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68789362-7e3a-4e02-9445-be07042453af 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-06T04:33:45.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709208523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:33:45.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709207727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709209527,
  "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-06T04:33:45.754Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 68789362-7e3a-4e02-9445-be07042453af
2022-11-06T04:33:45.755Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68789362-7e3a-4e02-9445-be07042453af 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-06T04:33:45.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709208791,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.767Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709209813,
  "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-06T04:33:45.772Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 68789362-7e3a-4e02-9445-be07042453af
2022-11-06T04:33:45.772Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68789362-7e3a-4e02-9445-be07042453af and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-06T04:33:45.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709210819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709213036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "aai-ml",
  "timestamp": 1667709214040,
  "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-06T04:33:45.785Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 68789362-7e3a-4e02-9445-be07042453af
2022-11-06T04:33:45.785Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68789362-7e3a-4e02-9445-be07042453af 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-06T04:33:45.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709210628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709211171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709209375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709223569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709223570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709224579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:33:45.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:33:45.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.813Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:45.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "cds",
  "timestamp": 1667709224919,
  "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-06T04:33:45.825Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
2022-11-06T04:33:45.825Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 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-06T04:33:45.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:33:45.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-06T04:33:45.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:33:46.194Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:46.195Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-06T04:33:46.195Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"68789362-7e3a-4e02-9445-be07042453af","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d79b4de6-9bd3-41ba-8a2f-aef86672e8cc","serviceDescription":"service","serviceInvariantUUID":"8b7b639a-3929-4242-9ec6-81dfa6526853","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b29399bf-9b1b-4475-ba55-774fc88dd178","resourceInvariantUUID":"ca4bcc28-41a2-49cf-afe2-6015fa4f4d4a","resourceCustomizationUUID":"93eaba06-308e-463b-a649-8725ebfef444","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":"MzUxOWE2YmZiMGEwMDM5YzE2MTI5NjRhYmNkZDg0Mzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"84c153b1-8755-4c93-9c83-105279068fa6","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":"NzhhZTVhY2IxYzAyMWU5OWI1YjNiZTk3NDZiY2U4YmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"33543fdc-473b-48c0-868a-93469b07c18a","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":"4a4591ed-26e9-40f4-8860-caa0f6de9922","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":"ba505df8-2607-4e22-9c76-47e7ceae431c","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":"f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3","artifactVersion":"2","generatedFromUUID":"4a4591ed-26e9-40f4-8860-caa0f6de9922"},{"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":"YjQ5ODhjY2I1ZjQ0NmVkNjFlNTIwMTI5YzQwNWRiYjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"724e9a72-70d4-4eba-9b6f-ec39f6284883","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":"MzEwMTM4ZGQ3YjUyZjgxYmJjZDhjNTE3NjNlNTc1MzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c79e4b08-d253-4e4b-b6c4-219624a15292","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjA1ZWMzYTAzYmUyZmZlOWMzYzcyMDc0MDFhZGM1Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e7f847b-0984-4b2d-963b-1b0d187fd2f5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:33:46.198Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:46.199Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:46.203Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:46.203Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:46.303Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:46.304Z||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-06T04:33:46.304Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:46.336Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:46.337Z||pool-77-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:47.204Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:47.204Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:47.206Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:47.206Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:33:47.307Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:33:47.307Z||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-06T04:33:47.308Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:47.325Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:47.325Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:48.207Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:48.208Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:48.210Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:48.210Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:33:48.311Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:33:48.312Z||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-06T04:33:48.313Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:48.335Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:48.335Z||pool-79-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:49.211Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:49.212Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:49.215Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:49.215Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:49.315Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:49.316Z||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-06T04:33:49.316Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:49.338Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:49.339Z||pool-80-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:50.216Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:50.217Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:50.219Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:50.219Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T04:33:50.319Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:50.320Z||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-06T04:33:50.320Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:50.341Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:50.341Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:51.219Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:51.220Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:51.222Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:51.222Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:51.323Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-06T04:33:51.324Z||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-06T04:33:51.324Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:51.338Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:51.339Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:33:52.223Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:52.224Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:52.227Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:52.227Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:33:52.327Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:52.328Z||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-06T04:33:52.328Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:52.342Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:52.343Z||pool-83-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:53.227Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:33:53.228Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:53.231Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:53.231Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:33:53.331Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:53.332Z||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-06T04:33:53.332Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:53.346Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:53.346Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:54.233Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d79b4de6-9bd3-41ba-8a2f-aef86672e8cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b7b639a-3929-4242-9ec6-81dfa6526853",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "93eaba06-308e-463b-a649-8725ebfef444",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b29399bf-9b1b-4475-ba55-774fc88dd178",
      "resourceInvariantUUID": "ca4bcc28-41a2-49cf-afe2-6015fa4f4d4a",
      "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": "NzhhZTVhY2IxYzAyMWU5OWI1YjNiZTk3NDZiY2U4YmU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "33543fdc-473b-48c0-868a-93469b07c18a",
          "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": "4a4591ed-26e9-40f4-8860-caa0f6de9922",
          "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": "f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3",
            "generatedFromUUID": "4a4591ed-26e9-40f4-8860-caa0f6de9922"
          },
          "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": "f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YjA1ZWMzYTAzYmUyZmZlOWMzYzcyMDc0MDFhZGM1Nzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3e7f847b-0984-4b2d-963b-1b0d187fd2f5"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:33:54.233Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:33:54.233Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d79b4de6-9bd3-41ba-8a2f-aef86672e8cc ASDC
2022-11-06T04:33:54.234Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:68789362-7e3a-4e02-9445-be07042453af
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d79b4de6-9bd3-41ba-8a2f-aef86672e8cc
ServiceInvariantUUID:8b7b639a-3929-4242-9ec6-81dfa6526853
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:3e7f847b-0984-4b2d-963b-1b0d187fd2f5
ArtifactChecksum:YjA1ZWMzYTAzYmUyZmZlOWMzYzcyMDc0MDFhZGM1Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:93eaba06-308e-463b-a649-8725ebfef444
ResourceInvariantUUID:ca4bcc28-41a2-49cf-afe2-6015fa4f4d4a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:b29399bf-9b1b-4475-ba55-774fc88dd178
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:33543fdc-473b-48c0-868a-93469b07c18a
ArtifactChecksum:NzhhZTVhY2IxYzAyMWU5OWI1YjNiZTk3NDZiY2U4YmU=
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:4a4591ed-26e9-40f4-8860-caa0f6de9922
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:f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3
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:f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T04:33:54.234Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d79b4de6-9bd3-41ba-8a2f-aef86672e8cc 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-06T04:33:54.267Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:33:54.269Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:33:54.269Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:33:54.269Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3e7f847b-0984-4b2d-963b-1b0d187fd2f5 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-06T04:33:54.269Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:33:54.269Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-06T04:33:54.345Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:33:54.350Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3e7f847b-0984-4b2d-963b-1b0d187fd2f5 78835
2022-11-06T04:33:54.350Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-06T04:33:54.350Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-06T04:33:54.350Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:33:54.351Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:54.353Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:54.353Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709234350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:54.453Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:54.454Z||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-06T04:33:54.454Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:54.468Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:54.468Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:33:55.354Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:33:55.354Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:33:55.355Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3e7f847b-0984-4b2d-963b-1b0d187fd2f5, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:55.355Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-06T04:33:55.356Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:55.356Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:55.592Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7347969303501594995/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-06T04:33:56.948Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:33:56.948Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T04:33:56.948Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.948Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-11-06T04:33:56.948Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.949Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.949Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.949Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.949Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.949Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.949Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.949Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.950Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-06T04:33:56.950Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T04:33:56.950Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.950Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:33:56.950Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:33:56.951Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T04:33:56.951Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:33:56.951Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.951Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:33:56.951Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:33:56.951Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T04:33:56.951Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:33:56.952Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.952Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:33:56.952Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.952Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-06T04:33:56.952Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-06T04:33:56.952Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-06T04:33:56.953Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-06T04:33:56.953Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T04:33:56.953Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T04:33:56.953Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.953Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:33:56.953Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.953Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:33:56.954Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:33:56.954Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.954Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:33:56.954Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:33:56.954Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.955Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:33:56.955Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:33:56.955Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.955Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-06T04:33:56.955Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T04:33:56.955Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T04:33:56.955Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e37a13f0-cf51-47df-96bf-92b21f921a0f
2022-11-06T04:33:56.956Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.956Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:33:56.956Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.956Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:33:56.956Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.956Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:33:56.956Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:33:56.957Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:33:56.957Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d79b4de6-9bd3-41ba-8a2f-aef86672e8cc
Model Version:NULL
Model InvariantUuid:8b7b639a-3929-4242-9ec6-81dfa6526853
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:d9dbf38b-39d1-4295-8a6b-d563c8f82cc2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ca4bcc28-41a2-49cf-afe2-6015fa4f4d4a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:93eaba06-308e-463b-a649-8725ebfef444
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:40a0349e-9491-468c-9f87-cf9ece3dd5ea
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:5caaa6ac-24d4-4ee2-bf4b-7d90d49257a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e37a13f0-cf51-47df-96bf-92b21f921a0f
ModelInvariantUuid:462f0f4f-3357-4a51-8de8-4aa24033d2bf
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:2434591a-cd59-40d7-b3df-f05653d9017d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1fe059b5-8cc6-473e-a98f-38819b8f2737
ModelInvariantUuid:46cb3d59-0401-458b-b172-aba019527dc7
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:3cb3fa6c-7b11-4d27-b290-df8bdf4d0803
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-06T04:33:56.963Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b29399bf-9b1b-4475-ba55-774fc88dd178
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-06T04:33:56.967Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2022-11-06T04:33:56.967Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b29399bf-9b1b-4475-ba55-774fc88dd178
2022-11-06T04:33:56.967Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 33543fdc-473b-48c0-868a-93469b07c18a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-06T04:33:56.967Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:33:56.967Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-06T04:33:57.014Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:33:57.015Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 33543fdc-473b-48c0-868a-93469b07c18a 792
2022-11-06T04:33:57.015Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-06T04:33:57.015Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-06T04:33:57.015Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:33:57.016Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:57.018Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:57.018Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709237015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:57.118Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:57.119Z||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-06T04:33:57.119Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:57.133Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:57.133Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":2,"count":1}
2022-11-06T04:33:58.018Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "40a0349e-9491-468c-9f87-cf9ece3dd5ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5caaa6ac-24d4-4ee2-bf4b-7d90d49257a5",
    "vfModuleModelCustomizationUUID": "f4314050-4b00-48b1-94fc-7b27cccb2f79",
    "isBase": true,
    "artifacts": [
      "4a4591ed-26e9-40f4-8860-caa0f6de9922",
      "f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3"
    ],
    "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-06T04:33:58.024Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5caaa6ac-24d4-4ee2-bf4b-7d90d49257a5
VfModuleModelInvariantUUID:40a0349e-9491-468c-9f87-cf9ece3dd5ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a4591ed-26e9-40f4-8860-caa0f6de9922
,
f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3

}
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-06T04:33:58.027Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "40a0349e-9491-468c-9f87-cf9ece3dd5ea",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5caaa6ac-24d4-4ee2-bf4b-7d90d49257a5",
    "vfModuleModelCustomizationUUID": "f4314050-4b00-48b1-94fc-7b27cccb2f79",
    "isBase": true,
    "artifacts": [
      "4a4591ed-26e9-40f4-8860-caa0f6de9922",
      "f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3"
    ],
    "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-06T04:33:58.027Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5caaa6ac-24d4-4ee2-bf4b-7d90d49257a5
VfModuleModelInvariantUUID:40a0349e-9491-468c-9f87-cf9ece3dd5ea
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a4591ed-26e9-40f4-8860-caa0f6de9922
,
f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3

}
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-06T04:33:58.028Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4a4591ed-26e9-40f4-8860-caa0f6de9922 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-06T04:33:58.028Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:33:58.029Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-06T04:33:58.079Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:33:58.080Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 4a4591ed-26e9-40f4-8860-caa0f6de9922 5033
2022-11-06T04:33:58.080Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-06T04:33:58.080Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-06T04:33:58.080Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:33:58.080Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:58.082Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:58.082Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:58.182Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:58.183Z||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-06T04:33:58.183Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:58.208Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:58.209Z||pool-87-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:33:59.083Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-06T04:33:59.084Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:33:59.084Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-06T04:33:59.135Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:33:59.136Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f54ce1c0-f8d2-4a74-9e18-d38fb20e2ad3 903
2022-11-06T04:33:59.136Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-06T04:33:59.136Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-06T04:33:59.136Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:33:59.137Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:33:59.139Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:33:59.139Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709239136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:33:59.239Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:33:59.240Z||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-06T04:33:59.240Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:33:59.253Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:33:59.254Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:00.139Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d79b4de6-9bd3-41ba-8a2f-aef86672e8cc
2022-11-06T04:34:00.140Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 b29399bf-9b1b-4475-ba55-774fc88dd178 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-06T04:34:00.154Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aa21b6d, org.onap.sdc.toscaparser.api.parameters.Input@26abaff7, org.onap.sdc.toscaparser.api.parameters.Input@7e51514c, org.onap.sdc.toscaparser.api.parameters.Input@d4864e4, org.onap.sdc.toscaparser.api.parameters.Input@77cb6f53]
2022-11-06T04:34:00.156Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.156Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.156Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-06T04:34:00.157Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 93eaba06-308e-463b-a649-8725ebfef444
2022-11-06T04:34:00.157Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 93eaba06-308e-463b-a649-8725ebfef444 matches Tosca VF Customization UUID: 93eaba06-308e-463b-a649-8725ebfef444
2022-11-06T04:34:00.157Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 93eaba06-308e-463b-a649-8725ebfef444  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-06T04:34:00.159Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.159Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.160Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 93eaba06-308e-463b-a649-8725ebfef444: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-06T04:34:00.160Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36ea6d12
2022-11-06T04:34:00.160Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.160Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:34:00.160Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f4314050-4b00-48b1-94fc-7b27cccb2f79
2022-11-06T04:34:00.161Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f4314050-4b00-48b1-94fc-7b27cccb2f79
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-06T04:34:00.163Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.163Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:34:00.163Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:00.164Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.164Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:34:00.164Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:00.164Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.164Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-06T04:34:00.165Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-06T04:34:00.165Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-06T04:34:00.165Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e37a13f0-cf51-47df-96bf-92b21f921a0f
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-06T04:34:00.167Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.167Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:34:00.168Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:00.168Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.168Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-06T04:34:00.168Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=93eaba06-308e-463b-a649-8725ebfef444
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-06T04:34:00.170Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.170Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.170Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d79b4de6-9bd3-41ba-8a2f-aef86672e8cc: basic_vm_macro
2022-11-06T04:34:00.170Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.170Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.171Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.171Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.171Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.171Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.171Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.171Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.172Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:00.172Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:00.172Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:34:00.249Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro b29399bf-9b1b-4475-ba55-774fc88dd178 1 ASDC deployResourceStructure
2022-11-06T04:34:00.250Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-06T04:34:00.250Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-06T04:34:00.250Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:00.251Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:00.253Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:00.253Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709240250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:00.353Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:00.354Z||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-06T04:34:00.354Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:00.370Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:00.370Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:01.254Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-06T04:34:01.254Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-06T04:34:01.254Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:01.254Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:01.256Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:01.257Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709241253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:01.357Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:01.358Z||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-06T04:34:01.358Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:01.428Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:01.429Z||pool-90-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:34:02.258Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-06T04:34:02.258Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-06T04:34:02.258Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:02.258Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:02.260Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:02.260Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709242257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:02.361Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:02.362Z||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-06T04:34:02.362Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:02.388Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:02.389Z||pool-91-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:03.261Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-06T04:34:03.262Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-06T04:34:03.262Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:03.262Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:03.265Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:03.265Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709243261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:03.365Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:03.366Z||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-06T04:34:03.366Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:03.383Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:03.383Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:04.265Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 68789362-7e3a-4e02-9445-be07042453af
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:34:04.277Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 68789362-7e3a-4e02-9445-be07042453af
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-06T04:34:04.279Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:34:04.279Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:34:04.280Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:34:04.284Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:34:34.285Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 68789362-7e3a-4e02-9445-be07042453af 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-06T04:34:34.291Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 68789362-7e3a-4e02-9445-be07042453af and serviceModelVersionId: d79b4de6-9bd3-41ba-8a2f-aef86672e8cc
2022-11-06T04:34:34.291Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b7b639a-3929-4242-9ec6-81dfa6526853
2022-11-06T04:34:34.292Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0
2022-11-06T04:34:34.297Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:34:34.341Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0|INFO|500||Invoke
2022-11-06T04:34:34.341Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[68789362-7e3a-4e02-9445-be07042453af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[50007f45-1d5f-43d1-9d77-c38138084b09], X-ECOMP-RequestID=[68789362-7e3a-4e02-9445-be07042453af], X-TransactionId=[], X-ONAP-RequestID=[68789362-7e3a-4e02-9445-be07042453af], Content-Type=[application/merge-patch+json]}
2022-11-06T04:34:34.361Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:34:34.448Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?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/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-04:34:35:889-22567], vertex-id=[229408], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:34:35 GMT], Content-Type=[application/json]}
2022-11-06T04:34:34.449Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:34:34.450Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b7b639a-3929-4242-9ec6-81dfa6526853/model-vers/model-ver/d79b4de6-9bd3-41ba-8a2f-aef86672e8cc?depth=0|INFO|500||InvokeReturn
2022-11-06T04:34:34.451Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:34:34.451Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:34:34.454Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:34:34.455Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 68789362-7e3a-4e02-9445-be07042453af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:34:34.455Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:34:34.456Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:34.458Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:34.458Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709274455,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:34:34.558Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:34.559Z||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-06T04:34:34.559Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:34.576Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:34.577Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 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-06T04:34:35.470Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-06T04:34:35.471Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b0cb284-95a9-4e49-b5c0-aa510c904fb5","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"dd124c19-f35b-4a51-b933-40e0f29bed21","serviceDescription":"service","serviceInvariantUUID":"a1e3b6f7-325d-4756-8909-17cc42d1667c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b5764cea-bd83-4018-93cb-d245148453a8","resourceInvariantUUID":"807f7619-c0ba-4474-b656-e1c0fec67e15","resourceCustomizationUUID":"5a164c9d-a395-4e19-8d01-4fe114253e42","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":"ZDQ4NDg2MzM0M2YxMTRmMTZiZjczYTAxZDRmY2E0YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50b7ee47-958a-4480-bee5-cab27d80704f","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":"MzE1N2QwMzhjMmE0MWM3NzdkNTYwYzQzNmM5Y2JlOTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e5854ff-f4fd-40a7-97ea-53f548cde6d7","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":"ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d","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":"a8cee427-04d7-49f7-8ac2-dd4b53421940","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":"e3b01fd8-7583-425c-8a2d-1c739253cd33","artifactVersion":"2","generatedFromUUID":"d4f93c78-cbda-4915-bce6-e4d72ebfb011"},{"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":"b5ab31f1-bb8a-4a51-8493-dd1548a462e1","artifactVersion":"2","generatedFromUUID":"ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d"},{"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":"d4f93c78-cbda-4915-bce6-e4d72ebfb011","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":"587abe60-3188-4bc9-a0fe-0e7d76b42e18","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":"YmMyMDQ1YjAwOGY1NTllNDBlYjlmZjM5NGE1MjYyMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"45f44346-4c29-4a21-b1ed-797b728f120b","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Zjg5OTFkNmM2OTc0MmYxZDI1Yzc4ZjYxMDg3YWExYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9744b4d2-6c70-4806-a9cf-6a9f6a32ecb8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:34:35.471Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:35.471Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:35.473Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:35.474Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:34:35.574Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:35.575Z||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-06T04:34:35.575Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:35.593Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:35.593Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:34:36.474Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:36.475Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:36.477Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:36.477Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:34:36.577Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:36.577Z||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-06T04:34:36.578Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:36.592Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:36.592Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:37.478Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:37.479Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:37.481Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:37.481Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:34:37.581Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:37.581Z||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-06T04:34:37.582Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:37.597Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:37.597Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:38.481Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:38.482Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:38.484Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:38.485Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:34:38.585Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:38.586Z||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-06T04:34:38.586Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:38.599Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:38.600Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:39.485Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:39.486Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:39.488Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:39.488Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-06T04:34:39.589Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:39.592Z||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-06T04:34:39.592Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:39.608Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:39.609Z||pool-98-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:40.489Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:40.489Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:40.491Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:40.491Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-06T04:34:40.591Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:40.592Z||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-06T04:34:40.593Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:40.608Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:40.608Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:34:41.492Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:41.493Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:41.494Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:41.495Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-06T04:34:41.595Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:41.595Z||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-06T04:34:41.596Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:41.616Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:41.616Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:42.495Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:42.497Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:42.499Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:42.500Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:34:42.599Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:42.600Z||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-06T04:34:42.600Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:42.626Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:42.626Z||pool-101-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:43.500Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:43.501Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:43.503Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:43.503Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:34:43.603Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:43.605Z||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-06T04:34:43.605Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:43.626Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:43.627Z||pool-102-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:44.504Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:34:44.505Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:44.507Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:44.507Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:34:44.608Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:44.609Z||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-06T04:34:44.609Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:44.624Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:44.624Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:45.509Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "dd124c19-f35b-4a51-b933-40e0f29bed21",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a1e3b6f7-325d-4756-8909-17cc42d1667c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "5a164c9d-a395-4e19-8d01-4fe114253e42",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b5764cea-bd83-4018-93cb-d245148453a8",
      "resourceInvariantUUID": "807f7619-c0ba-4474-b656-e1c0fec67e15",
      "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": "MzE1N2QwMzhjMmE0MWM3NzdkNTYwYzQzNmM5Y2JlOTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2e5854ff-f4fd-40a7-97ea-53f548cde6d7",
          "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": "ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d",
          "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": "b5ab31f1-bb8a-4a51-8493-dd1548a462e1",
            "generatedFromUUID": "ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d"
          },
          "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": "e3b01fd8-7583-425c-8a2d-1c739253cd33",
          "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": "b5ab31f1-bb8a-4a51-8493-dd1548a462e1",
          "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": "d4f93c78-cbda-4915-bce6-e4d72ebfb011",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Zjg5OTFkNmM2OTc0MmYxZDI1Yzc4ZjYxMDg3YWExYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9744b4d2-6c70-4806-a9cf-6a9f6a32ecb8"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:34:45.509Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:34:45.509Z|68789362-7e3a-4e02-9445-be07042453af|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 dd124c19-f35b-4a51-b933-40e0f29bed21 ASDC
2022-11-06T04:34:45.510Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3b0cb284-95a9-4e49-b5c0-aa510c904fb5
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:dd124c19-f35b-4a51-b933-40e0f29bed21
ServiceInvariantUUID:a1e3b6f7-325d-4756-8909-17cc42d1667c
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:9744b4d2-6c70-4806-a9cf-6a9f6a32ecb8
ArtifactChecksum:Zjg5OTFkNmM2OTc0MmYxZDI1Yzc4ZjYxMDg3YWExYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:5a164c9d-a395-4e19-8d01-4fe114253e42
ResourceInvariantUUID:807f7619-c0ba-4474-b656-e1c0fec67e15
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:b5764cea-bd83-4018-93cb-d245148453a8
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:2e5854ff-f4fd-40a7-97ea-53f548cde6d7
ArtifactChecksum:MzE1N2QwMzhjMmE0MWM3NzdkNTYwYzQzNmM5Y2JlOTQ=
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:ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d
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:b5ab31f1-bb8a-4a51-8493-dd1548a462e1
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:e3b01fd8-7583-425c-8a2d-1c739253cd33
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:b5ab31f1-bb8a-4a51-8493-dd1548a462e1
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:d4f93c78-cbda-4915-bce6-e4d72ebfb011
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-06T04:34:45.510Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dd124c19-f35b-4a51-b933-40e0f29bed21 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 (?, ?, ?, ?, ?)
2022-11-06T04:34:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:34:45.530Z||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-06T04:34:45.530Z||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 I43WBUQCjsNgW0yL) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:34:45.547Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:34:45.547Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:34:45.547Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:34:45.548Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 9744b4d2-6c70-4806-a9cf-6a9f6a32ecb8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:45.548Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:34:45.548Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:45.609Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:45.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:34:45.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:34:45.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:34:45.617Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:34:45.625Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9744b4d2-6c70-4806-a9cf-6a9f6a32ecb8 158207
2022-11-06T04:34:45.626Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-06T04:34:45.626Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:45.627Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:34:45.627Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:45.629Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:45.629Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709285626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:34:45.729Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:45.730Z||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-06T04:34:45.731Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:45.755Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:45.756Z||pool-104-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:46.630Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:34:46.631Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:34:46.631Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 9744b4d2-6c70-4806-a9cf-6a9f6a32ecb8, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:46.632Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-06T04:34:46.633Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:46.633Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:46.792Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2972428465486851980/Definitions/service-BasicCnfMacro-template.yml
2022-11-06T04:34:47.893Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:34:47.894Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T04:34:47.894Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:47.894Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-06T04:34:47.895Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:47.895Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:47.895Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:47.895Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:47.895Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T04:34:47.896Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.896Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:47.896Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:47.897Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T04:34:47.897Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:34:47.897Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.897Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:47.898Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:47.898Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T04:34:47.898Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:34:47.899Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.899Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:47.899Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.899Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-06T04:34:47.900Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-06T04:34:47.900Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-06T04:34:47.900Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-06T04:34:47.901Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.901Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:34:47.901Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.902Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:47.902Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:47.902Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.902Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:47.903Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:47.903Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.903Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:47.904Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:47.904Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.904Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:47.905Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:47.905Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.905Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-06T04:34:47.905Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-06T04:34:47.906Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=cb0192cd-598e-435e-8cc9-7832f91f0a9a
2022-11-06T04:34:47.906Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.906Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:47.907Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.907Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:47.907Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.907Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:47.908Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:47.908Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:47.908Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:dd124c19-f35b-4a51-b933-40e0f29bed21
Model Version:NULL
Model InvariantUuid:a1e3b6f7-325d-4756-8909-17cc42d1667c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e4a82060-24a7-415f-bb3d-de74d0959bbe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:807f7619-c0ba-4474-b656-e1c0fec67e15
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a164c9d-a395-4e19-8d01-4fe114253e42
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:885a3961-7a7a-4917-b21b-03fc0e57cb3e
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:3abb3c65-7c71-43a2-a31d-f8946f4da80a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c70236d5-489b-4431-8ded-9d2acb054e7f
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b0884613-7676-4a03-b3d5-df65d587e18d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cb0192cd-598e-435e-8cc9-7832f91f0a9a
ModelInvariantUuid:c033bf6c-4c83-4fb9-898f-ccafdb372004
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:6b169ee7-7bbb-455a-bf23-bd1d86ec888e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:d7ca69ac-9a46-4089-ba32-d29bf8df8456
ModelInvariantUuid:56fec5c0-587c-41fa-af1d-de34798f559a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e762a134-3ebc-4308-915c-eb1d8b5d9cf8
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-06T04:34:47.916Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b5764cea-bd83-4018-93cb-d245148453a8
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-06T04:34:47.919Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2022-11-06T04:34:47.919Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b5764cea-bd83-4018-93cb-d245148453a8
2022-11-06T04:34:47.920Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2e5854ff-f4fd-40a7-97ea-53f548cde6d7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-06T04:34:47.920Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:34:47.920Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-06T04:34:48.007Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:34:48.008Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2e5854ff-f4fd-40a7-97ea-53f548cde6d7 1565
2022-11-06T04:34:48.008Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-06T04:34:48.008Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-06T04:34:48.008Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:34:48.009Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:48.011Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:48.011Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709288008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:34:48.111Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:48.112Z||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-06T04:34:48.112Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:48.130Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:48.130Z||pool-105-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:34:49.011Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c70236d5-489b-4431-8ded-9d2acb054e7f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0884613-7676-4a03-b3d5-df65d587e18d",
    "vfModuleModelCustomizationUUID": "1b7c2d9c-310c-49ed-9b6f-d657fdf130bd",
    "isBase": true,
    "artifacts": [
      "ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d",
      "b5ab31f1-bb8a-4a51-8493-dd1548a462e1"
    ],
    "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": "885a3961-7a7a-4917-b21b-03fc0e57cb3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3abb3c65-7c71-43a2-a31d-f8946f4da80a",
    "vfModuleModelCustomizationUUID": "6f0cd7ad-d2c0-4085-be1b-8bcd1224de59",
    "isBase": false,
    "artifacts": [
      "d4f93c78-cbda-4915-bce6-e4d72ebfb011"
    ],
    "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-06T04:34:49.016Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0884613-7676-4a03-b3d5-df65d587e18d
VfModuleModelInvariantUUID:c70236d5-489b-4431-8ded-9d2acb054e7f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d
,
b5ab31f1-bb8a-4a51-8493-dd1548a462e1

}
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:3abb3c65-7c71-43a2-a31d-f8946f4da80a
VfModuleModelInvariantUUID:885a3961-7a7a-4917-b21b-03fc0e57cb3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4f93c78-cbda-4915-bce6-e4d72ebfb011

}
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-06T04:34:49.019Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c70236d5-489b-4431-8ded-9d2acb054e7f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b0884613-7676-4a03-b3d5-df65d587e18d",
    "vfModuleModelCustomizationUUID": "1b7c2d9c-310c-49ed-9b6f-d657fdf130bd",
    "isBase": true,
    "artifacts": [
      "ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d",
      "b5ab31f1-bb8a-4a51-8493-dd1548a462e1"
    ],
    "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": "885a3961-7a7a-4917-b21b-03fc0e57cb3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3abb3c65-7c71-43a2-a31d-f8946f4da80a",
    "vfModuleModelCustomizationUUID": "6f0cd7ad-d2c0-4085-be1b-8bcd1224de59",
    "isBase": false,
    "artifacts": [
      "d4f93c78-cbda-4915-bce6-e4d72ebfb011"
    ],
    "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-06T04:34:49.019Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b0884613-7676-4a03-b3d5-df65d587e18d
VfModuleModelInvariantUUID:c70236d5-489b-4431-8ded-9d2acb054e7f
VfModuleModelDescription:NULL
Artifacts UUID List:{
ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d
,
b5ab31f1-bb8a-4a51-8493-dd1548a462e1

}
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:3abb3c65-7c71-43a2-a31d-f8946f4da80a
VfModuleModelInvariantUUID:885a3961-7a7a-4917-b21b-03fc0e57cb3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4f93c78-cbda-4915-bce6-e4d72ebfb011

}
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-06T04:34:49.019Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-06T04:34:49.020Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:34:49.020Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-06T04:34:49.071Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:34:49.072Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ebcd00cb-7d94-4baf-93b4-a9bdf6544d6d 914
2022-11-06T04:34:49.072Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-06T04:34:49.072Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-06T04:34:49.073Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:34:49.073Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:49.075Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:49.075Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709289072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:34:49.175Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:49.176Z||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-06T04:34:49.176Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:49.192Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:49.192Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:50.076Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3b01fd8-7583-425c-8a2d-1c739253cd33 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-06T04:34:50.077Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:34:50.077Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-06T04:34:50.120Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:34:50.121Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e3b01fd8-7583-425c-8a2d-1c739253cd33 12
2022-11-06T04:34:50.121Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-06T04:34:50.121Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-06T04:34:50.122Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:34:50.122Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:50.124Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:50.125Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709290121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:34:50.224Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:50.225Z||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-06T04:34:50.225Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:50.238Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:50.238Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:34:51.125Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b5ab31f1-bb8a-4a51-8493-dd1548a462e1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-06T04:34:51.126Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:34:51.127Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-06T04:34:51.175Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:34:51.176Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env b5ab31f1-bb8a-4a51-8493-dd1548a462e1 96
2022-11-06T04:34:51.176Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-06T04:34:51.176Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-06T04:34:51.177Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:34:51.177Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:51.179Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:51.179Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709291176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:34:51.279Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:51.280Z||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-06T04:34:51.280Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:51.304Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:51.304Z||pool-108-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:52.179Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d4f93c78-cbda-4915-bce6-e4d72ebfb011 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-06T04:34:52.180Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:34:52.181Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-06T04:34:52.233Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:34:52.234Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d4f93c78-cbda-4915-bce6-e4d72ebfb011 20206
2022-11-06T04:34:52.234Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-06T04:34:52.234Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-06T04:34:52.234Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:34:52.235Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:52.237Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:52.237Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709292234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:34:52.337Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:52.338Z||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-06T04:34:52.338Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:52.350Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:52.350Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:53.241Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: dd124c19-f35b-4a51-b933-40e0f29bed21
2022-11-06T04:34:53.242Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 b5764cea-bd83-4018-93cb-d245148453a8 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-06T04:34:53.250Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@281b97a6, org.onap.sdc.toscaparser.api.parameters.Input@4965fe40, org.onap.sdc.toscaparser.api.parameters.Input@7a64e6f4, org.onap.sdc.toscaparser.api.parameters.Input@631a6720, org.onap.sdc.toscaparser.api.parameters.Input@17c86a42]
2022-11-06T04:34:53.252Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.252Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.253Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-11-06T04:34:53.253Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5a164c9d-a395-4e19-8d01-4fe114253e42
2022-11-06T04:34:53.253Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a164c9d-a395-4e19-8d01-4fe114253e42 matches Tosca VF Customization UUID: 5a164c9d-a395-4e19-8d01-4fe114253e42
2022-11-06T04:34:53.253Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5a164c9d-a395-4e19-8d01-4fe114253e42  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-06T04:34:53.255Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.256Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.256Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5a164c9d-a395-4e19-8d01-4fe114253e42: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-11-06T04:34:53.257Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c245b51
2022-11-06T04:34:53.257Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.257Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-06T04:34:53.257Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f0cd7ad-d2c0-4085-be1b-8bcd1224de59
2022-11-06T04:34:53.258Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f0cd7ad-d2c0-4085-be1b-8bcd1224de59
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-06T04:34:53.260Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.260Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:53.260Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:53.261Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.261Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:53.261Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-06T04:34:53.261Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.262Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-06T04:34:53.262Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5a164c9d-a395-4e19-8d01-4fe114253e42
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-06T04:34:53.263Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.264Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.264Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid dd124c19-f35b-4a51-b933-40e0f29bed21: basic_cnf_macro
2022-11-06T04:34:53.264Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.264Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.265Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.265Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.265Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.265Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.266Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.266Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.266Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:34:53.266Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:34:53.266Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:34:53.301Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro b5764cea-bd83-4018-93cb-d245148453a8 2 ASDC deployResourceStructure
2022-11-06T04:34:53.301Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-06T04:34:53.301Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-06T04:34:53.302Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:53.302Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:53.304Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:53.304Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709293301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:53.404Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:53.405Z||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-06T04:34:53.405Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:53.417Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:53.418Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:54.305Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-06T04:34:54.306Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-06T04:34:54.306Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:54.306Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:54.308Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:54.308Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709294305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:54.408Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:54.409Z||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-06T04:34:54.410Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:54.422Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:54.423Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:55.310Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-06T04:34:55.310Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-06T04:34:55.310Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T04:34:55.311Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:55.313Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:55.313Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709295310,
  "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-06T04:34:55.414Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:55.414Z||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-06T04:34:55.414Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:55.429Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:55.429Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:56.314Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-06T04:34:56.315Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-06T04:34:56.315Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:56.315Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:56.318Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:56.318Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709296314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:56.418Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:56.418Z||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-06T04:34:56.418Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:56.438Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:56.438Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:57.319Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-06T04:34:57.319Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-06T04:34:57.320Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-06T04:34:57.320Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:57.322Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:57.323Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709297319,
  "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-06T04:34:57.422Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:34:57.423Z||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-06T04:34:57.423Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:57.441Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:57.442Z||pool-114-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:58.324Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-06T04:34:58.324Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-06T04:34:58.325Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:34:58.325Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:34:58.327Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:34:58.327Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709298324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:34:58.427Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:34:58.428Z||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-06T04:34:58.428Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:34:58.445Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:34:58.445Z||pool-115-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:34:59.329Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:34:59.343Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
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-06T04:34:59.346Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:34:59.346Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:34:59.347Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:35:29.347Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:35:29.356Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
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-06T04:35:29.358Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:35:29.359Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:35:29.359Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:35:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:35:45.530Z||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-06T04:35:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:35:45.575Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:35:45.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:35:45.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:35:45.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:35:59.359Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:35:59.369Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
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-06T04:35:59.371Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:35:59.372Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:35:59.372Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:36:29.372Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:36:29.381Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
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-06T04:36:29.383Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:36:29.383Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-06T04:36:29.383Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-06T04:36:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:36:45.530Z||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-06T04:36:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:36:45.569Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:36:45.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "policy-id",
  "timestamp": 1667709225582,
  "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-06T04:36:45.592Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
2022-11-06T04:36:45.593Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 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-06T04:36:45.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.602Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.603Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709217854,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709218787,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709218727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.604Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709228611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709229584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709229475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.605Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709229669,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709230722,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709231781,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.606Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709231780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709232784,
  "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-06T04:36:45.613Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
2022-11-06T04:36:45.613Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 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-06T04:36:45.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709232845,
  "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-06T04:36:45.625Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
2022-11-06T04:36:45.625Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-11-06T04:36:45.635Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709234350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709233850,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709236137,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.636Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709236393,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709237015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.637Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.637Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.637Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "aai-ml",
  "timestamp": 1667709237397,
  "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-06T04:36:45.641Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
2022-11-06T04:36:45.641Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 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-06T04:36:45.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709238080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.650Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.650Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.650Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709239136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709239333,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709240250,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "clamp",
  "timestamp": 1667709240336,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:36:45.656Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 68789362-7e3a-4e02-9445-be07042453af
2022-11-06T04:36:45.657Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 68789362-7e3a-4e02-9445-be07042453af and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:36:45.664Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.664Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709241253,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709242257,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.665Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709243261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.668Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709217254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.668Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.668Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.673Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.674Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.675Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709263332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.677Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.678Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.679Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.680Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709248728,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709250628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709248788,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709249375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.683Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709256169,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667709257854,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709267872,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.684Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709268044,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709268050,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709267904,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709267221,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709268043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "clamp",
  "timestamp": 1667709268875,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:36:45.690Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
2022-11-06T04:36:45.691Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:36:45.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709268253,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.698Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.698Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709269047,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.698Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.699Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.699Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "cds",
  "timestamp": 1667709269299,
  "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-06T04:36:45.713Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
2022-11-06T04:36:45.713Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df 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-06T04:36:45.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709269889,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.721Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "policy-id",
  "timestamp": 1667709270050,
  "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-06T04:36:45.728Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
2022-11-06T04:36:45.728Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df 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-06T04:36:45.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667709269255,
  "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-06T04:36:45.745Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
2022-11-06T04:36:45.745Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df 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-06T04:36:45.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667709270893,
  "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-06T04:36:45.760Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
2022-11-06T04:36:45.761Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df 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-06T04:36:45.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709272557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.769Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "aai-ml",
  "timestamp": 1667709273560,
  "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-06T04:36:45.774Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
2022-11-06T04:36:45.774Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df 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-06T04:36:45.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "68789362-7e3a-4e02-9445-be07042453af",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709274455,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:36:45.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.784Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709269880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709281441,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:36:45.787Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709283342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:36:45.788Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:36:45.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:36:45.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:45.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "clamp",
  "timestamp": 1667709284346,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:36:45.793Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
2022-11-06T04:36:45.794Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-06T04:36:45.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:36:45.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709225527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:36:45.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:36:59.383Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:36:59.395Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5
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-06T04:36:59.397Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:36:59.398Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:36:59.398Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:36:59.398Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:36:59.398Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:36:59.398Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:36:59.399Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:36:59.399Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:36:59.399Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:36:59.399Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:36:59.399Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:36:59.404Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:37:29.405Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 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-06T04:37:29.410Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 and serviceModelVersionId: dd124c19-f35b-4a51-b933-40e0f29bed21
2022-11-06T04:37:29.410Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a1e3b6f7-325d-4756-8909-17cc42d1667c
2022-11-06T04:37:29.411Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0
2022-11-06T04:37:29.415Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:37:29.454Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0|INFO|500||Invoke
2022-11-06T04:37:29.454Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3b0cb284-95a9-4e49-b5c0-aa510c904fb5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a335d97e-214d-4172-98bd-94c7b54f2ab1], X-ECOMP-RequestID=[3b0cb284-95a9-4e49-b5c0-aa510c904fb5], X-TransactionId=[], X-ONAP-RequestID=[3b0cb284-95a9-4e49-b5c0-aa510c904fb5], Content-Type=[application/merge-patch+json]}
2022-11-06T04:37:29.471Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:37:29.567Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?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/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-04:37:31:015-39336], vertex-id=[454728], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:37:31 GMT], Content-Type=[application/json]}
2022-11-06T04:37:29.567Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:37:29.568Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a1e3b6f7-325d-4756-8909-17cc42d1667c/model-vers/model-ver/dd124c19-f35b-4a51-b933-40e0f29bed21?depth=0|INFO|500||InvokeReturn
2022-11-06T04:37:29.569Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:37:29.569Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:37:29.574Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:37:29.574Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b0cb284-95a9-4e49-b5c0-aa510c904fb5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:37:29.574Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:37:29.574Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:29.576Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:29.576Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709449574,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:37:29.676Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:29.677Z||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-06T04:37:29.677Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:29.696Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:29.697Z||pool-116-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-06T04:37:30.588Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:37:30.588Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:37:30.588Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:35.047Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:35.047Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-06T04:37:35.048Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f1e659e-fc20-4b4d-93b7-e5d76cfa26df","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"81d21d3b-a62f-49d7-a067-d691feef4717","serviceDescription":"service","serviceInvariantUUID":"c1559314-9d30-4939-a53f-4f4bf58f2b8a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3de339db-2491-4903-97c1-e043eae8471f","resourceInvariantUUID":"537bbad3-4ed9-4964-9a41-338a5f478de2","resourceCustomizationUUID":"c39c73f2-b8e5-4bd3-9284-ea6c0aa851ce","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":"Njk5MTg5NGFlZWVmNjA5ZmQ2MTkzMjRhYjRkODQ4MzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"387875c2-ab30-4ee6-aff3-7afab34cad38","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":"3e2c9624-799a-4bfc-8ddd-2c10280be9a0","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":"4f0df57b-1902-4595-86e7-e4b39d092797","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":"ODg2NmRmMjFkYzlmNGFkOWFlNDA3MDhmNGU1NmViZWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"89ab6e53-d9db-4ea1-956f-b0812614e150","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":"1af9ae62-78d2-4b0a-8a3c-c5f51bbab249","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":"5a8a118a-9264-414c-83dd-61cf39847e25","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":"39175140-6802-4426-bf9a-e1b0ae33c541","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":"NTYxZDZhZDQ5NzQ2ODMzODg0MDM2YTEwM2JmMjE5YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c86d4b17-f09c-4a74-b92f-a11691096aa8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWExZjljYjA0Mjg2MGM2ZjZjY2JjOGI2OTUyZTEyOWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e3a2474d-4238-43c0-99f8-3924e6415b07","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-06T04:37:35.049Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:35.050Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:35.051Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:35.051Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:35.151Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:35.152Z||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-06T04:37:35.152Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:35.169Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:35.169Z||pool-117-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:36.052Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:36.053Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:36.056Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:36.056Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:36.156Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:36.157Z||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-06T04:37:36.157Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:36.182Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:36.182Z||pool-118-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:37.056Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:37.057Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:37.059Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:37.059Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:37.159Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:37.160Z||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-06T04:37:37.160Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:37.176Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:37.176Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:37:38.059Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:38.060Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:38.063Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:38.063Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:38.163Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:38.164Z||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-06T04:37:38.164Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:38.178Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:38.178Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:39.063Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:39.064Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:39.066Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:39.066Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:39.167Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:39.168Z||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-06T04:37:39.168Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:39.181Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:39.181Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:40.067Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:40.067Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:40.069Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:40.069Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:40.169Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:40.170Z||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-06T04:37:40.170Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:40.182Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:40.182Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:37:41.070Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:41.071Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:41.074Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:41.074Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:41.174Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:41.175Z||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-06T04:37:41.175Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:41.190Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:41.190Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:42.075Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:42.075Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:42.078Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:42.078Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:37:42.178Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:42.179Z||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-06T04:37:42.179Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:42.196Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:42.197Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:43.079Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-06T04:37:43.079Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:43.081Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:43.081Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:37:43.182Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:43.182Z||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-06T04:37:43.182Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:43.196Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:43.196Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:44.083Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "81d21d3b-a62f-49d7-a067-d691feef4717",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c1559314-9d30-4939-a53f-4f4bf58f2b8a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "c39c73f2-b8e5-4bd3-9284-ea6c0aa851ce",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3de339db-2491-4903-97c1-e043eae8471f",
      "resourceInvariantUUID": "537bbad3-4ed9-4964-9a41-338a5f478de2",
      "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": "OWExZjljYjA0Mjg2MGM2ZjZjY2JjOGI2OTUyZTEyOWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e3a2474d-4238-43c0-99f8-3924e6415b07"
    }
  ],
  "workloadContext": "Production"
}
2022-11-06T04:37:44.083Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-06T04:37:44.083Z|3b0cb284-95a9-4e49-b5c0-aa510c904fb5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 81d21d3b-a62f-49d7-a067-d691feef4717 ASDC
2022-11-06T04:37:44.083Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:81d21d3b-a62f-49d7-a067-d691feef4717
ServiceInvariantUUID:c1559314-9d30-4939-a53f-4f4bf58f2b8a
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:e3a2474d-4238-43c0-99f8-3924e6415b07
ArtifactChecksum:OWExZjljYjA0Mjg2MGM2ZjZjY2JjOGI2OTUyZTEyOWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:c39c73f2-b8e5-4bd3-9284-ea6c0aa851ce
ResourceInvariantUUID:537bbad3-4ed9-4964-9a41-338a5f478de2
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:3de339db-2491-4903-97c1-e043eae8471f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-06T04:37:44.083Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81d21d3b-a62f-49d7-a067-d691feef4717 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-06T04:37:44.112Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:37:44.112Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:37:44.112Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:37:44.113Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e3a2474d-4238-43c0-99f8-3924e6415b07 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-06T04:37:44.113Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-11-06T04:37:44.113Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-06T04:37:44.260Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-11-06T04:37:44.264Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e3a2474d-4238-43c0-99f8-3924e6415b07 105683
2022-11-06T04:37:44.264Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-06T04:37:44.265Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-06T04:37:44.265Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-06T04:37:44.265Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:44.266Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:44.267Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709464264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:37:44.367Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:37:44.368Z||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-06T04:37:44.368Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:44.398Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:44.398Z||pool-126-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-06T04:37:45.267Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-06T04:37:45.268Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-11-06T04:37:45.268Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e3a2474d-4238-43c0-99f8-3924e6415b07, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:45.269Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-06T04:37:45.269Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:45.269Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:45.368Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4972619950459587963/Definitions/service-TestPnfMacro-template.yml
2022-11-06T04:37:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:37:45.529Z||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-06T04:37:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:45.613Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:45.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709285626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:37:45.614Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709288008,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709289072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709290121,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:37:45.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709291176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:37:45.616Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709292234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:37:45.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709293301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-06T04:37:45.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709294305,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-06T04:37:45.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709295310,
  "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-06T04:37:45.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709296314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-06T04:37:45.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709297319,
  "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-06T04:37:45.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:45.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:37:45.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709298324,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:37:45.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:37:46.112Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-06T04:37:46.113Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T04:37:46.113Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.113Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-06T04:37:46.114Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.114Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.114Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.114Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.114Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.115Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.115Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.115Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-11-06T04:37:46.115Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.115Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.116Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-06T04:37:46.116Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T04:37:46.116Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:37:46.117Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.117Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.117Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-06T04:37:46.117Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-11-06T04:37:46.117Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-06T04:37:46.118Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.118Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.118Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.118Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.118Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.118Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.119Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.119Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.119Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.119Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.119Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:81d21d3b-a62f-49d7-a067-d691feef4717
Model Version:NULL
Model InvariantUuid:c1559314-9d30-4939-a53f-4f4bf58f2b8a
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-06T04:37:46.125Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3de339db-2491-4903-97c1-e043eae8471f
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-06T04:37:46.128Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||test-pnf 0
2022-11-06T04:37:46.128Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3de339db-2491-4903-97c1-e043eae8471f
2022-11-06T04:37:46.129Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 81d21d3b-a62f-49d7-a067-d691feef4717
2022-11-06T04:37:46.129Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 81d21d3b-a62f-49d7-a067-d691feef4717
2022-11-06T04:37:46.129Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3de339db-2491-4903-97c1-e043eae8471f 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-06T04:37:46.134Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9f05b8e, org.onap.sdc.toscaparser.api.parameters.Input@6f3b7a6c, org.onap.sdc.toscaparser.api.parameters.Input@47c7c0ae, org.onap.sdc.toscaparser.api.parameters.Input@62622086, org.onap.sdc.toscaparser.api.parameters.Input@69c53b6f]
2022-11-06T04:37:46.134Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.134Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.134Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 81d21d3b-a62f-49d7-a067-d691feef4717: test-pnf
2022-11-06T04:37:46.135Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||Processing PNF resource: 3de339db-2491-4903-97c1-e043eae8471f
2022-11-06T04:37:46.135Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-06T04:37:46.135Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-06T04:37:46.136Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||Resource customization UUID: c39c73f2-b8e5-4bd3-9284-ea6c0aa851ce is the same as notified resource customizationUUID: c39c73f2-b8e5-4bd3-9284-ea6c0aa851ce
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-06T04:37:46.168Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3de339db-2491-4903-97c1-e043eae8471f 0 ASDC deployResourceStructure
2022-11-06T04:37:46.168Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-06T04:37:46.168Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-06T04:37:46.169Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-06T04:37:46.169Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:37:46.171Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:37:46.171Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709466168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:37:46.271Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-06T04:37:46.272Z||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-06T04:37:46.272Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:37:46.299Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:37:46.299Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-06T04:37:47.172Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06T04:37:47.185Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df
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-06T04:37:47.188Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-06T04:37:47.188Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-06T04:37:47.188Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:37:47.189Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-06T04:37:47.190Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-06T04:37:47.203Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-06T04:38:17.204Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df 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-06T04:38:17.209Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df and serviceModelVersionId: 81d21d3b-a62f-49d7-a067-d691feef4717
2022-11-06T04:38:17.209Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c1559314-9d30-4939-a53f-4f4bf58f2b8a
2022-11-06T04:38:17.211Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c1559314-9d30-4939-a53f-4f4bf58f2b8a/model-vers/model-ver/81d21d3b-a62f-49d7-a067-d691feef4717?depth=0
2022-11-06T04:38:17.215Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-11-06T04:38:17.282Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1559314-9d30-4939-a53f-4f4bf58f2b8a/model-vers/model-ver/81d21d3b-a62f-49d7-a067-d691feef4717?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-06T04:38:17.283Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1559314-9d30-4939-a53f-4f4bf58f2b8a/model-vers/model-ver/81d21d3b-a62f-49d7-a067-d691feef4717?depth=0|INFO|500||Invoke
2022-11-06T04:38:17.301Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1559314-9d30-4939-a53f-4f4bf58f2b8a/model-vers/model-ver/81d21d3b-a62f-49d7-a067-d691feef4717?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-06T04:38:17.386Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1559314-9d30-4939-a53f-4f4bf58f2b8a/model-vers/model-ver/81d21d3b-a62f-49d7-a067-d691feef4717?depth=0|INFO|500||InvokeReturn
2022-11-06T04:38:17.386Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c1559314-9d30-4939-a53f-4f4bf58f2b8a/model-vers/model-ver/81d21d3b-a62f-49d7-a067-d691feef4717?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221106-04:38:18:850-75050], vertex-id=[462920], Content-Length=[0], Date=[Sun, 06 Nov 2022 04:38:18 GMT], Content-Type=[application/json]}
2022-11-06T04:38:17.387Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-11-06T04:38:17.388Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-06T04:38:17.388Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-06T04:38:17.392Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-06T04:38:17.393Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f1e659e-fc20-4b4d-93b7-e5d76cfa26df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-06T04:38:17.393Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-06T04:38:17.393Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-11-06T04:38:17.395Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-06T04:38:17.395Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709497393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:38:17.495Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-06T04:38:17.496Z||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-06T04:38:17.496Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:38:17.536Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:38:17.536Z||pool-128-thread-1|||||INFO|500||cambria reply ok (41 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-06T04:38:18.405Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:38:18.406Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:38:18.406Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:38:27.961Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:38:27.962Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:38:27.962Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:38:27.962Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:38:37.514Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:38:37.514Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:38:37.515Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:38:37.515Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:38:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:38:45.530Z||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-06T04:38:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:38:45.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:38:45.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b0cb284-95a9-4e49-b5c0-aa510c904fb5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709449574,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:38:45.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:38:45.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.575Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-06T04:38:45.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709450588,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-06T04:38:45.577Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-06T04:38:45.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-06T04:38:45.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709464264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-06T04:38:45.577Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:38:47.130Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:38:47.131Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:38:47.131Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:38:47.131Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:38:56.698Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:39:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:39:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:39:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:39:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:39:45.530Z||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-06T04:39:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:39:46.060Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:39:46.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:39:46.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709466168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-06T04:39:46.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:39:46.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-06T04:39:46.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f1e659e-fc20-4b4d-93b7-e5d76cfa26df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667709497393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-06T04:39:46.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-06T04:39:55.094Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:40:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:40:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:40:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:40:45.529Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:40:45.530Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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-06T04:40:45.530Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:40:55.091Z|8ae0f082-7a1e-4c48-9883-2c228a9c168b|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:40:55.092Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:41:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:41:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:41:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:41:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:41:45.529Z||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-06T04:41:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:41:55.103Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:41:55.106Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:42:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:42:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:42:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:42:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:42:45.529Z||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-06T04:42:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:42:55.101Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:42:55.119Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:43:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:43:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:43:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:43:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:43:45.529Z||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-06T04:43:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:43:55.091Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:43:55.092Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:44:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:44:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:44:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:44:45.530Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:44:45.531Z||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-06T04:44:45.531Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:44:55.104Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:44:55.105Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:45:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:45:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:45:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:45:45.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:45:45.530Z||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-06T04:45:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:45:55.089Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:45:55.089Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:46:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:46:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:46:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:46:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:46:45.529Z||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-06T04:46:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:46:55.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:46:55.089Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:47:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:47:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:47:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:47:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:47:45.529Z||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-06T04:47:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:47:55.106Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:47:55.106Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:48:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:48:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:48:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:48:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:48:45.529Z||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-06T04:48:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:48:55.098Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:48:55.129Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:49:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:49:45.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:49:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:49:45.529Z||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-06T04:49:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:49:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:49:55.080Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:49:55.100Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:50:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:50:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:50:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:50:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:50:45.530Z||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-06T04:50:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:50:55.084Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:50:55.099Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:51:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:51:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:51:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:51:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:51:45.529Z||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-06T04:51:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:51:55.082Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:51:55.083Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:52:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:52:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:52:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:52:45.529Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:52:45.529Z||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-06T04:52:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:52:55.080Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:52:55.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:53:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:53:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:53:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:53:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:53:45.529Z||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-06T04:53:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:53:55.106Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:53:55.110Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:54:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:54:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:54:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:54:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:54:45.529Z||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-06T04:54:45.529Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:54:55.090Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:54:55.092Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:55:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:55:45.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:55:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:55:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:55:45.530Z||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-06T04:55:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:55:55.091Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:55:55.093Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:56:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:56:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:56:45.529Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:56:45.529Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:56:45.529Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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-06T04:56:45.530Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:56:55.102Z|5ac81bf3-2d3a-44f4-9030-e470ff3c516e|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:56:55.115Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:57:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:57:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:57:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:57:45.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:57:45.530Z||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-06T04:57:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:57:55.111Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:57:55.113Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:58:45.527Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:58:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-06T04:58:45.528Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as I43WBUQCjsNgW0yL) ...
2022-11-06T04:58:45.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-06T04:58:45.530Z||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-06T04:58:45.530Z||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 I43WBUQCjsNgW0yL) ...
2022-11-06T04:58:55.092Z|4f1e659e-fc20-4b4d-93b7-e5d76cfa26df|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-06T04:58:55.100Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK