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-09-28T05:36:36.111Z||main|||||INFO|500||The following profiles are active: basic
2022-09-28T05:36:48.925Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-28T05:36:48.926Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-28T05:36:49.057Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-28T05:36:53.657Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-28T05:36:54.263Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-28T05:36:54.879Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-28T05:36:54.886Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-28T05:36:55.075Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-28T05:36:55.360Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-28T05:36:56.045Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-28T05:36:58.367Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-28T05:37:01.605Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-28T05:37:01.690Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-28T05:37:02.433Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-28T05:37:03.010Z||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-09-28T05:37:04.782Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-28T05:37:06.488Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-28T05:37:06.531Z||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$$6480366b.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-09-28T05:37:06.537Z||main|||||WARN|500||The sdc end point is not alive
2022-09-28T05:37:11.907Z||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-09-28T05:37:17.338Z||main|||||WARN|500||---
2022-09-28T05:37:17.339Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-28T05:37:17.340Z||main|||||WARN|500||---
2022-09-28T05:37:17.843Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-28T05:37:24.980Z||main|||||INFO|500||Started Application in 52.679 seconds (JVM running for 55.145)
2022-09-28T05:37:25.040Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-28T05:37:25.052Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-28T05:37:25.091Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-28T05:37:25.124Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-28T05:37:25.209Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5455fe41-d4c9-4872-935b-1f8a24d928bb url= /sdc/v1/artifactTypes
2022-09-28T05:37:25.210Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-28T05:37:25.679Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-28T05:37:25.799Z||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-09-28T05:37:25.831Z||scheduling-1|||||DEBUG|500||create keys
2022-09-28T05:37:25.839Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-28T05:37:25.940Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:37:25.997Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 4a481802-2ad3-40a1-a489-82570657fb9d url= /sdc/v1/registerForDistribution
2022-09-28T05:37:26.471Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 4a481802-2ad3-40a1-a489-82570657fb9d url= /sdc/v1/registerForDistribution
2022-09-28T05:37:26.483Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-28T05:37:26.573Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:37:26.604Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:37:26.613Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-28T05:37:26.696Z||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-09-28T05:37:26.696Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:37:26.693Z||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-09-28T05:37:26.698Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:37:38.042Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:37:38.388Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:38:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:38:26.522Z||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-09-28T05:38:26.523Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:38:26.560Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:38:26.561Z||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-09-28T05:38:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:38:36.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:38:36.131Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:39:26.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:39:26.521Z||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-09-28T05:39:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:39:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:39:26.561Z||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-09-28T05:39:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:39:36.084Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:39:36.134Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:40:26.520Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:40:26.521Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:40:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:40:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:40:26.561Z||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-09-28T05:40:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:40:36.108Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:40:36.141Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:41:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:41:26.520Z||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-09-28T05:41:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:41:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:41:26.561Z||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-09-28T05:41:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:41:36.095Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:41:36.132Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:42:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:42:26.520Z||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-09-28T05:42:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:42:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:42:26.561Z||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-09-28T05:42:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:42:36.085Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:42:36.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:43:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:43:26.521Z||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-09-28T05:43:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:43:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:43:26.562Z||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-09-28T05:43:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:43:36.077Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:43:36.114Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:44:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:44:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:44:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:44:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:44:26.562Z||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-09-28T05:44:26.563Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:44:36.090Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:44:36.125Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:45:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:45:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:45:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:45:26.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:45:26.561Z||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-09-28T05:45:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:45:36.091Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:45:36.120Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:46:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:46:26.522Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:46:26.522Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:46:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:46:26.561Z||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-09-28T05:46:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:46:36.089Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:46:36.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:47:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:47:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:47:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:47:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:47:26.561Z||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-09-28T05:47:26.563Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:47:27.572Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-28T05:47:36.129Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:47:36.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:48:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:48:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:48:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:48:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:48:26.561Z||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-09-28T05:48:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:48:36.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:48:36.129Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:49:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:49:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:49:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:49:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:49:26.561Z||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-09-28T05:49:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:49:36.088Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:49:36.117Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:50:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:50:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:50:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:50:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:50:26.561Z||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-09-28T05:50:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:50:36.087Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:50:36.140Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:51:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:51:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:51:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:51:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:51:26.561Z||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-09-28T05:51:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:51:36.068Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:51:36.122Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:52:26.521Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:52:26.523Z||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-09-28T05:52:26.523Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:52:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:52:26.561Z||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-09-28T05:52:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:52:36.102Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:52:36.126Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:53:26.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:53:26.520Z||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-09-28T05:53:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:53:26.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:53:26.561Z||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-09-28T05:53:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:53:36.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:53:36.121Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:54:26.519Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:54:26.520Z||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-09-28T05:54:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:54:26.561Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:54:26.562Z||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-09-28T05:54:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:54:36.142Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:54:36.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:55:26.519Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:55:26.522Z||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-09-28T05:55:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:55:26.560Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:55:26.561Z||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-09-28T05:55:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:55:36.079Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:55:36.112Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:56:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:56:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:56:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:56:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:56:26.561Z||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-09-28T05:56:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:56:36.106Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:56:36.144Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:57:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:57:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:57:26.521Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:57:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:57:26.561Z||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-09-28T05:57:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:57:36.081Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:57:36.154Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:26.519Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:58:26.520Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T05:58:26.520Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:58:26.561Z||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-09-28T05:58:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:58:26.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:26.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344692004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.890Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.890Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.890Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344699028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.891Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.891Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.891Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344692004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344699028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.892Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344702311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344692004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.893Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344699028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.894Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344702311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344692004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344699028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344702311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344692004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:26.897Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-28T05:58:26.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344699028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:26.898Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:58:27.164Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:27.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T05:58:27.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0d1fc53-29fb-4e1d-b56f-41eaba06d910","serviceName":"vFW 2022-09-28 05-56-52","serviceVersion":"1.0","serviceUUID":"e520fb43-e2f4-4c4a-b685-0e7023f8f9cd","serviceDescription":"catalog service description","serviceInvariantUUID":"361b850f-baa0-4c36-8d42-b1c756d712e2","resources":[{"resourceInstanceName":"vFW 4731234d-4d5e 0","resourceName":"vFW 4731234d-4d5e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4407e43f-3f9f-4924-a98f-94c48b58c8db","resourceInvariantUUID":"ff560d06-83ef-4053-bdc1-7138813eb83d","resourceCustomizationUUID":"128c4827-61db-4ba5-8b8a-797471d6de01","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml","artifactChecksum":"YTM0NzEyZWNhNGQ3Y2UwNDJkNGFmYTQzNjQwNTI2ZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2210561c-6105-4e6c-88f6-0b27729b948d","artifactVersion":"1"},{"artifactName":"vfw4731234d4d5e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json","artifactChecksum":"ZTkzODg3N2FjNjk2NTdmYjAxMTI5YTFkNzFkMzk0NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"219118d9-4313-42d2-8f2e-37ede52d6db2","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b167b1f3-85e6-46e7-83a0-3112fcc948e4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml","artifactChecksum":"NjIxZjIzNDM4MWY4ZDhiYTIwM2IxYzIxNjYyZWVkYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3d1aa66b-4c01-4f50-bdef-a7e49c29ea5e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"f58b4275-8878-4d50-8678-057e3a952d58","artifactVersion":"2","generatedFromUUID":"b167b1f3-85e6-46e7-83a0-3112fcc948e4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220928055652-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml","artifactChecksum":"ZjcwNTcyYWYxYjcxZjcwZTYxMjU2OTIwZDFmZGYxNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cde49810-d1bc-4499-8822-35b7808a6680","artifactVersion":"1"},{"artifactName":"service-Vfw20220928055652-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar","artifactChecksum":"ODgwOTJhNzkwMDhmZTQzNGI5Y2ExYTE3MWFmNTI5NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"037c0280-9eff-42a0-90fd-864a9e3cd283","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T05:58:27.175Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:27.182Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:27.194Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:27.195Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:27.293Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-28T05:58:27.299Z||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-09-28T05:58:27.299Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:27.324Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:27.325Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:28.206Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:28.206Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:28.208Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:28.209Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T05:58:28.309Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:28.310Z||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-09-28T05:58:28.310Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:28.322Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:28.323Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:29.209Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:29.210Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:29.213Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:29.213Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-28T05:58:29.313Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T05:58:29.315Z||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-09-28T05:58:29.315Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:29.329Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:29.330Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:30.215Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:30.216Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:30.218Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:30.218Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:30.323Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-28T05:58:30.325Z||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-09-28T05:58:30.326Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:30.342Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:30.343Z||pool-6-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:31.219Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:31.220Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:31.222Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:31.222Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-28T05:58:31.323Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:31.324Z||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-09-28T05:58:31.324Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:31.340Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:31.341Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:32.223Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:32.224Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:32.226Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:32.226Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:58:32.326Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:32.328Z||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-09-28T05:58:32.328Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:32.351Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:32.353Z||pool-8-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:33.227Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T05:58:33.228Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:33.230Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:33.231Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T05:58:33.331Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:33.332Z||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-09-28T05:58:33.332Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:33.354Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:33.355Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:34.233Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "serviceName": "vFW 2022-09-28 05-56-52",
  "serviceVersion": "1.0",
  "serviceUUID": "e520fb43-e2f4-4c4a-b685-0e7023f8f9cd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "361b850f-baa0-4c36-8d42-b1c756d712e2",
  "resources": [
    {
      "resourceInstanceName": "vFW 4731234d-4d5e 0",
      "resourceCustomizationUUID": "128c4827-61db-4ba5-8b8a-797471d6de01",
      "resourceName": "vFW 4731234d-4d5e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4407e43f-3f9f-4924-a98f-94c48b58c8db",
      "resourceInvariantUUID": "ff560d06-83ef-4053-bdc1-7138813eb83d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw4731234d4d5e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
          "artifactChecksum": "ZTkzODg3N2FjNjk2NTdmYjAxMTI5YTFkNzFkMzk0NDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "219118d9-4313-42d2-8f2e-37ede52d6db2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b167b1f3-85e6-46e7-83a0-3112fcc948e4",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "f58b4275-8878-4d50-8678-057e3a952d58",
            "generatedFromUUID": "b167b1f3-85e6-46e7-83a0-3112fcc948e4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "f58b4275-8878-4d50-8678-057e3a952d58",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220928055652-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
      "artifactChecksum": "ODgwOTJhNzkwMDhmZTQzNGI5Y2ExYTE3MWFmNTI5NGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "037c0280-9eff-42a0-90fd-864a9e3cd283"
    }
  ],
  "workloadContext": "Production"
}
2022-09-28T05:58:34.234Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T05:58:34.234Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e520fb43-e2f4-4c4a-b685-0e7023f8f9cd ASDC
2022-09-28T05:58:34.357Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c0d1fc53-29fb-4e1d-b56f-41eaba06d910
ServiceName:vFW 2022-09-28 05-56-52
ServiceVersion:1.0
ServiceUUID:e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
ServiceInvariantUUID:361b850f-baa0-4c36-8d42-b1c756d712e2
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220928055652-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
ArtifactUUID:037c0280-9eff-42a0-90fd-864a9e3cd283
ArtifactChecksum:ODgwOTJhNzkwMDhmZTQzNGI5Y2ExYTE3MWFmNTI5NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 4731234d-4d5e 0
ResourceCustomizationUUID:128c4827-61db-4ba5-8b8a-797471d6de01
ResourceInvariantUUID:ff560d06-83ef-4053-bdc1-7138813eb83d
ResourceName:vFW 4731234d-4d5e
ResourceType:VF
ResourceUUID:4407e43f-3f9f-4924-a98f-94c48b58c8db
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw4731234d4d5e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
ArtifactUUID:219118d9-4313-42d2-8f2e-37ede52d6db2
ArtifactChecksum:ZTkzODg3N2FjNjk2NTdmYjAxMTI5YTFkNzFkMzk0NDc=
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/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
ArtifactUUID:b167b1f3-85e6-46e7-83a0-3112fcc948e4
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/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
ArtifactUUID:f58b4275-8878-4d50-8678-057e3a952d58
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/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
ArtifactUUID:f58b4275-8878-4d50-8678-057e3a952d58
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-28T05:58:34.358Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e520fb43-e2f4-4c4a-b685-0e7023f8f9cd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-28T05:58:34.627Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T05:58:34.629Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-28T05:58:34.630Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-28T05:58:34.631Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 037c0280-9eff-42a0-90fd-864a9e3cd283 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:34.631Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:34.632Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:34.750Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:34.769Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar 037c0280-9eff-42a0-90fd-864a9e3cd283 100642
2022-09-28T05:58:34.771Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar ASDC sendASDCNotification
2022-09-28T05:58:34.771Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:34.773Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:34.774Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:34.777Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:34.777Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344714769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T05:58:34.877Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:34.878Z||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-09-28T05:58:34.878Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:34.896Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:34.897Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:35.778Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T05:58:35.779Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-09-28T05:58:35.780Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 037c0280-9eff-42a0-90fd-864a9e3cd283, URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar to file: /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:35.781Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220928055652-csar.csar
2022-09-28T05:58:35.898Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:35.898Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:36.700Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9133643812618186992/Definitions/service-Vfw20220928055652-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-28T05:58:39.958Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T05:58:39.963Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-28T05:58:39.963Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.963Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||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-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||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-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||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-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||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-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 4731234d-4d5e 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:39.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-09-28T05:58:39.971Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.973Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:39.977Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.977Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-28T05:58:39.978Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T05:58:39.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T05:58:39.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.982Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:39.985Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:39.986Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.987Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.989Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T05:58:39.990Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.991Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:39.992Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:39.993Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:39.994Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6e7b9a36-75d5-455e-8dab-3110732e8338
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.995Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.996Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.997Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f328622-f3c1-470e-80f1-ffff5c927c5e
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:39.998Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:39.999Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=67f4873f-473a-412b-aa55-6615a009d54d
2022-09-28T05:58:40.000Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:40.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:40.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:40.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-28 05-56-52
Description:catalog service description
Model UUID:e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
Model Version:NULL
Model InvariantUuid:361b850f-baa0-4c36-8d42-b1c756d712e2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 4731234d-4d5e
Model UUID:195c43dc-d222-4567-8c2d-36dcd280bd54
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ff560d06-83ef-4053-bdc1-7138813eb83d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:128c4827-61db-4ba5-8b8a-797471d6de01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dca16fe3-ccc6-4b9a-8e67-b344d1103add
ModelName:Vfw4731234d4d5e..base_vfw..module-0
ModelUuid:4613f952-a7dd-49bf-bd59-2cfd23cf5b0f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6e7b9a36-75d5-455e-8dab-3110732e8338
ModelInvariantUuid:f8ed1f39-4165-4f93-98df-90359ef865ef
ModelName:vFW 4731234d-4d5e-nodes.vfwCvfc
ModelUuid:bcf68799-ab90-4655-b901-5a80164a2c81
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c1816b2e-cb45-45bf-830a-8a1f06399b2a
ModelInvariantUuid:45983dd9-2498-4ee8-b874-14731bd87166
ModelName:Vfw4731234d4d5e.compute.nodes.heat.vfw
ModelUuid:6fb04f11-1cdc-4694-b7d8-1f04fc9077a9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4f328622-f3c1-470e-80f1-ffff5c927c5e
ModelInvariantUuid:bec5e9ca-6da4-42e6-b13d-b040a6d0cfb7
ModelName:vFW 4731234d-4d5e-nodes.vsnCvfc
ModelUuid:85ec4c8d-a182-49c9-bf2a-4c09ca6d65e3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:697276f6-98f5-48b7-a90c-35571b25609e
ModelInvariantUuid:4d76bcb3-66be-4cca-90be-7c7c18ce3b33
ModelName:Vfw4731234d4d5e.compute.nodes.heat.vsn
ModelUuid:8a243091-d21f-4d00-ab1d-336190d073a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:67f4873f-473a-412b-aa55-6615a009d54d
ModelInvariantUuid:4ce1d4da-9818-44c1-b6c4-29dedbba9338
ModelName:vFW 4731234d-4d5e-nodes.vpgCvfc
ModelUuid:7db0c4a3-6aac-40e3-b30a-956bbae754b8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2e245155-a96c-4003-a02a-f6a281a61599
ModelInvariantUuid:75ba7123-30c0-4844-b34b-7e41d322bf0c
ModelName:Vfw4731234d4d5e.compute.nodes.heat.vpg
ModelUuid:ec5d223d-2478-4d23-8f86-7f90c2880e64
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-09-28T05:58:40.026Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4407e43f-3f9f-4924-a98f-94c48b58c8db
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-09-28T05:58:40.126Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||vFW 4731234d-4d5e 0
2022-09-28T05:58:40.133Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4407e43f-3f9f-4924-a98f-94c48b58c8db
2022-09-28T05:58:40.133Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 219118d9-4313-42d2-8f2e-37ede52d6db2 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:40.133Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:40.134Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:40.215Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json 219118d9-4313-42d2-8f2e-37ede52d6db2 785
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json ASDC sendASDCNotification
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:40.216Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:40.219Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:40.219Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344720216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T05:58:40.319Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:40.320Z||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-09-28T05:58:40.321Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:40.341Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:40.341Z||pool-11-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:41.220Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4731234d4d5e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dca16fe3-ccc6-4b9a-8e67-b344d1103add",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4613f952-a7dd-49bf-bd59-2cfd23cf5b0f",
    "vfModuleModelCustomizationUUID": "7067e38b-fd34-48f7-9c88-77d9c7ddc19c",
    "isBase": true,
    "artifacts": [
      "b167b1f3-85e6-46e7-83a0-3112fcc948e4",
      "f58b4275-8878-4d50-8678-057e3a952d58"
    ],
    "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-09-28T05:58:41.237Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4731234d4d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4613f952-a7dd-49bf-bd59-2cfd23cf5b0f
VfModuleModelInvariantUUID:dca16fe3-ccc6-4b9a-8e67-b344d1103add
VfModuleModelDescription:NULL
Artifacts UUID List:{
b167b1f3-85e6-46e7-83a0-3112fcc948e4
,
f58b4275-8878-4d50-8678-057e3a952d58

}
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-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw4731234d4d5e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "dca16fe3-ccc6-4b9a-8e67-b344d1103add",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4613f952-a7dd-49bf-bd59-2cfd23cf5b0f",
    "vfModuleModelCustomizationUUID": "7067e38b-fd34-48f7-9c88-77d9c7ddc19c",
    "isBase": true,
    "artifacts": [
      "b167b1f3-85e6-46e7-83a0-3112fcc948e4",
      "f58b4275-8878-4d50-8678-057e3a952d58"
    ],
    "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-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw4731234d4d5e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4613f952-a7dd-49bf-bd59-2cfd23cf5b0f
VfModuleModelInvariantUUID:dca16fe3-ccc6-4b9a-8e67-b344d1103add
VfModuleModelDescription:NULL
Artifacts UUID List:{
b167b1f3-85e6-46e7-83a0-3112fcc948e4
,
f58b4275-8878-4d50-8678-057e3a952d58

}
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-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b167b1f3-85e6-46e7-83a0-3112fcc948e4 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:41.241Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:41.319Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml b167b1f3-85e6-46e7-83a0-3112fcc948e4 20368
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:41.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:41.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:41.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:41.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344721320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T05:58:41.424Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T05:58:41.425Z||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-09-28T05:58:41.425Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:41.441Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:41.441Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:42.324Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f58b4275-8878-4d50-8678-057e3a952d58 from URL: /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:42.325Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-09-28T05:58:42.325Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:42.394Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-09-28T05:58:42.395Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env f58b4275-8878-4d50-8678-057e3a952d58 2098
2022-09-28T05:58:42.395Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-28T05:58:42.395Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:42.396Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T05:58:42.396Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:42.398Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:42.399Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344722395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T05:58:42.499Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:42.500Z||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-09-28T05:58:42.501Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:42.518Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:42.519Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:43.399Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
2022-09-28T05:58:43.400Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 4731234d-4d5e 0 4407e43f-3f9f-4924-a98f-94c48b58c8db 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-09-28T05:58:43.437Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27eaa48a, org.onap.sdc.toscaparser.api.parameters.Input@4aac707a, org.onap.sdc.toscaparser.api.parameters.Input@35be6f2c, org.onap.sdc.toscaparser.api.parameters.Input@696909b1, org.onap.sdc.toscaparser.api.parameters.Input@1b553ee2]
2022-09-28T05:58:43.463Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-09-28T05:58:43.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 128c4827-61db-4ba5-8b8a-797471d6de01
2022-09-28T05:58:43.465Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 128c4827-61db-4ba5-8b8a-797471d6de01 matches Tosca VF Customization UUID: 128c4827-61db-4ba5-8b8a-797471d6de01
2022-09-28T05:58:43.465Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 128c4827-61db-4ba5-8b8a-797471d6de01  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-09-28T05:58:43.473Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.474Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.485Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 128c4827-61db-4ba5-8b8a-797471d6de01: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T05:58:43.485Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6603cee1
2022-09-28T05:58:43.485Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.486Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T05:58:43.488Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7067e38b-fd34-48f7-9c88-77d9c7ddc19c
2022-09-28T05:58:43.489Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7067e38b-fd34-48f7-9c88-77d9c7ddc19c
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-09-28T05:58:43.496Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.496Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.497Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.498Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.498Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.498Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.499Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:43.508Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.509Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:43.510Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.510Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6e7b9a36-75d5-455e-8dab-3110732e8338
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-09-28T05:58:43.518Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:43.519Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:43.520Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:43.520Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.520Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-28T05:58:43.521Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.522Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-28T05:58:43.522Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.522Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f328622-f3c1-470e-80f1-ffff5c927c5e
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-09-28T05:58:43.524Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.525Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.525Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.527Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.528Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-28T05:58:43.529Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-28T05:58:43.530Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-28T05:58:43.530Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=67f4873f-473a-412b-aa55-6615a009d54d
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-09-28T05:58:43.532Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.532Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Node template vFW 4731234d-4d5e 0 is matching search criteria
2022-09-28T05:58:43.533Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 4731234d-4d5e 0] matching following query criteria: sdcType=VF, customizationUUID=128c4827-61db-4ba5-8b8a-797471d6de01
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-09-28T05:58:43.535Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e520fb43-e2f4-4c4a-b685-0e7023f8f9cd: vFW 4731234d-4d5e
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.536Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.537Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.537Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.537Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.538Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.538Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.538Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T05:58:43.539Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-09-28 05-56-52 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T05:58:43.539Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-09-28 05-56-52 
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-09-28T05:58:43.824Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 4731234d-4d5e 4407e43f-3f9f-4924-a98f-94c48b58c8db 1 ASDC deployResourceStructure
2022-09-28T05:58:43.825Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json ASDC sendASDCNotification
2022-09-28T05:58:43.826Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json
2022-09-28T05:58:43.826Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:43.826Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:43.832Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:43.832Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344723825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T05:58:43.929Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T05:58:43.930Z||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-09-28T05:58:43.930Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:43.947Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:43.948Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:44.833Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-28T05:58:44.834Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml
2022-09-28T05:58:44.834Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:44.834Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:44.836Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:44.836Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344724833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T05:58:44.936Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:44.937Z||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-09-28T05:58:44.938Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:44.973Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:44.974Z||pool-15-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-28T05:58:45.837Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-28T05:58:45.838Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env
2022-09-28T05:58:45.838Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:45.839Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:45.841Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:45.841Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344725837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-28T05:58:45.941Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:45.942Z||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-09-28T05:58:45.942Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:45.973Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:45.974Z||pool-16-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:46.842Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar ASDC sendASDCNotification
2022-09-28T05:58:46.843Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar
2022-09-28T05:58:46.843Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T05:58:46.843Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T05:58:46.846Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T05:58:46.846Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344726842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T05:58:46.946Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T05:58:46.947Z||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-09-28T05:58:46.947Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T05:58:46.966Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:58:46.966Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-28T05:58:47.847Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T05:58:47.878Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:58:47.880Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T05:58:47.880Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T05:58:47.881Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T05:59:17.881Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T05:59:17.897Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:59:17.899Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T05:59:17.899Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T05:59:17.900Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T05:59:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T05:59:26.561Z||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-09-28T05:59:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T05:59:26.595Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T05:59:26.596Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T05:59:26.596Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344702311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T05:59:26.597Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T05:59:47.900Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T05:59:47.912Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T05:59:47.914Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T05:59:47.914Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T05:59:47.915Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:00:17.915Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:00:17.926Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:00:17.930Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:00:17.930Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:00:17.931Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:00:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:00:26.561Z||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-09-28T06:00:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:00:26.594Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:00:26.595Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:00:26.595Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664344706196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:00:26.596Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:00:47.931Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:00:47.949Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:00:47.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:00:47.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:00:47.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:01:17.951Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:01:17.961Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:01:17.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:01:17.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:01:17.964Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:01:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:01:26.561Z||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-09-28T06:01:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:01:27.105Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:01:27.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344692004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344699028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344705979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344702311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664344706196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344692004,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344699028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.117Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344705979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344702311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664344706196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344708720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344705979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344702311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664344706196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "cds",
  "timestamp": 1664344709736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-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-09-28T06:01:27.134Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.134Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344705979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344710163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664344706196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344705979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664344706196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344705979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664344706196,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344706519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344705979,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344713815,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344714769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344714927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344715133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344715548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.150Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344714776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344716017,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664344716553,
  "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-09-28T06:01:27.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.162Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344714776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344717139,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.173Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344717176,
  "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-09-28T06:01:27.177Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.177Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344714776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "clamp",
  "timestamp": 1664344718146,
  "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-09-28T06:01:27.190Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.191Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:27.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664344718183,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344714776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344720216,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344714776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344721320,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344714776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344722395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344714776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344723825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/vfw4731234d4d5e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344722726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344724833,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344725837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/resourceInstances/vfw4731234d4d5e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344726842,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344738445,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220928055652/1.0/artifacts/service-Vfw20220928055652-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:01:27.203Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:01:27.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:01:27.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "aai-ml",
  "timestamp": 1664344739457,
  "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-09-28T06:01:27.210Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0d1fc53-29fb-4e1d-b56f-41eaba06d910
2022-09-28T06:01:27.210Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:01:47.965Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:01:47.977Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910
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-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:01:47.980Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:01:47.981Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||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-09-28T06:01:47.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:02:17.988Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910 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-09-28T06:02:18.001Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0d1fc53-29fb-4e1d-b56f-41eaba06d910 and serviceModelVersionId: e520fb43-e2f4-4c4a-b685-0e7023f8f9cd
2022-09-28T06:02:18.002Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 361b850f-baa0-4c36-8d42-b1c756d712e2
2022-09-28T06:02:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:26.561Z||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-09-28T06:02:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:02:33.446Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0
2022-09-28T06:02:33.555Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:02:34.096Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|INFO|500||Invoke
2022-09-28T06:02:34.105Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0d1fc53-29fb-4e1d-b56f-41eaba06d910], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbba77d8-3ab5-4ca1-bc7c-c42e8f616e7a], X-ECOMP-RequestID=[c0d1fc53-29fb-4e1d-b56f-41eaba06d910], X-TransactionId=[], X-ONAP-RequestID=[c0d1fc53-29fb-4e1d-b56f-41eaba06d910], Content-Type=[application/merge-patch+json]}
2022-09-28T06:02:34.218Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-28T06:02:34.451Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?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/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220928-06:02:33:019-36162], vertex-id=[352472], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:02:33 GMT], Content-Type=[application/json]}
2022-09-28T06:02:34.453Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:02:34.454Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/361b850f-baa0-4c36-8d42-b1c756d712e2/model-vers/model-ver/e520fb43-e2f4-4c4a-b685-0e7023f8f9cd?depth=0|INFO|500||InvokeReturn
2022-09-28T06:02:34.460Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:02:34.460Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||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-09-28T06:02:34.467Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||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-09-28T06:02:34.468Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0d1fc53-29fb-4e1d-b56f-41eaba06d910 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:02:34.469Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:02:34.470Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:02:34.472Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:02:34.473Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344954469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:02:34.573Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:02:34.574Z||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-09-28T06:02:34.574Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:02:34.593Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:02:34.593Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:02:35.224Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:02:35.225Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:02:35.225Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0d1fc53-29fb-4e1d-b56f-41eaba06d910",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664344954469,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:02:35.226Z||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-09-28T06:02:35.490Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:35.491Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:02:35.491Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:02:45.909Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:02:45.910Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:45.911Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:02:45.911Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:02:55.462Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:02:55.463Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:02:55.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:02:55.464Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:03:05.020Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:03:05.021Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:03:05.021Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-28T06:03:05.022Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mclra5zvB79jVKwJ) ...
2022-09-28T06:03:14.585Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:03:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:03:26.520Z||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-09-28T06:03:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:03:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:03:26.561Z||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-09-28T06:03:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:03:36.076Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:03:36.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:04:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:04:26.521Z||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-09-28T06:04:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:04:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:04:26.561Z||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-09-28T06:04:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:04:36.083Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:04:36.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:05:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:05:26.520Z||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-09-28T06:05:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:05:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:05:26.561Z||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-09-28T06:05:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:05:36.070Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:05:36.119Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:06:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:06:26.520Z||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-09-28T06:06:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:06:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:06:26.561Z||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-09-28T06:06:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:06:36.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:06:36.147Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:07:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:07:26.520Z||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-09-28T06:07:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:07:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:07:26.561Z||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-09-28T06:07:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:07:36.132Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:07:36.135Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:08:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:08:26.520Z||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-09-28T06:08:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:08:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:08:26.561Z||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-09-28T06:08:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:08:36.081Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:08:36.125Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:09:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:09:26.520Z||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-09-28T06:09:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:09:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:09:26.561Z||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-09-28T06:09:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:09:36.077Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:09:36.110Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:10:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:10:26.520Z||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-09-28T06:10:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:10:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:10:26.561Z||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-09-28T06:10:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:10:36.075Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:10:36.112Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:11:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:11:26.520Z||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-09-28T06:11:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:11:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:11:26.561Z||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-09-28T06:11:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:11:36.084Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:11:36.114Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:12:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:12:26.521Z||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-09-28T06:12:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:12:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:12:26.561Z||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-09-28T06:12:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:12:36.123Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:12:36.142Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:13:26.519Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:13:26.520Z||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-09-28T06:13:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:13:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:13:26.562Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T06:13:26.562Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:13:27.192Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:13:27.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7132993f-c22c-41af-a87b-a17822b6f432","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8eb7bfe9-318b-4fc6-92ee-d4591bc42652","serviceDescription":"service","serviceInvariantUUID":"0675934e-eab6-412c-b56e-9a0ffc80cb3a","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"854a2bfd-109c-4c5a-aaa7-1b899fd29578","resourceInvariantUUID":"2b9db940-a7cf-48ff-b81c-34a80c4a8682","resourceCustomizationUUID":"6ff5a41c-11a1-4f05-ac15-f7a84daececf","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":"YmY0YjUxYWIyY2ViMGUwMDcwMjNmZmRjOTY3MjMyMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7497e186-b82b-45fb-bac1-a2eb0193a848","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Y2VlYWQ5ZjEzOGIxZGMwOGQwNDExZGIzYzhkYzc3MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"75ca5058-d0f3-41df-8c90-dca084e66ecd","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:13:27.211Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:13:27.212Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:27.216Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:27.217Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345606519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.220Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:13:27.221Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.222Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "aai-ml",
  "timestamp": 1664345554777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "cds",
  "timestamp": 1664345554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.223Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "aai-ml",
  "timestamp": 1664345554777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "cds",
  "timestamp": 1664345554028,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "cds",
  "timestamp": 1664345559114,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.224Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "aai-ml",
  "timestamp": 1664345558651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.225Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "cds",
  "timestamp": 1664345560122,
  "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-09-28T06:13:27.257Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.257Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "clamp",
  "timestamp": 1664345562004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.290Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "clamp",
  "timestamp": 1664345562004,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "aai-ml",
  "timestamp": 1664345563611,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.291Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "aai-ml",
  "timestamp": 1664345564618,
  "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-09-28T06:13:27.299Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.299Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:27.318Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:13:27.319Z||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-09-28T06:13:27.320Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:27.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345566196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.320Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345565979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.321Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345566196,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345565979,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.322Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "clamp",
  "timestamp": 1664345568371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "clamp",
  "timestamp": 1664345570381,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:13:27.323Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.324Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.324Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "clamp",
  "timestamp": 1664345571385,
  "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-09-28T06:13:27.331Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.331Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:27.339Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.339Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345572311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:13:27.339Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345572311,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345575073,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:13:27.340Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.340Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345576866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:13:27.341Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:13:27.341Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-09-28T06:13:27.342Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345577871,
  "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-09-28T06:13:27.347Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7132993f-c22c-41af-a87b-a17822b6f432
2022-09-28T06:13:27.348Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:13:28.217Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:13:28.218Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:28.221Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:28.221Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345606519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:13:28.321Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:13:28.322Z||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-09-28T06:13:28.322Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:28.351Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:13:28.352Z||pool-20-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:13:29.222Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "8eb7bfe9-318b-4fc6-92ee-d4591bc42652",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0675934e-eab6-412c-b56e-9a0ffc80cb3a",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "6ff5a41c-11a1-4f05-ac15-f7a84daececf",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "854a2bfd-109c-4c5a-aaa7-1b899fd29578",
      "resourceInvariantUUID": "2b9db940-a7cf-48ff-b81c-34a80c4a8682",
      "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": "Y2VlYWQ5ZjEzOGIxZGMwOGQwNDExZGIzYzhkYzc3MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "75ca5058-d0f3-41df-8c90-dca084e66ecd"
    }
  ],
  "workloadContext": "Production"
}
2022-09-28T06:13:29.223Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:13:29.224Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8eb7bfe9-318b-4fc6-92ee-d4591bc42652 ASDC
2022-09-28T06:13:29.225Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7132993f-c22c-41af-a87b-a17822b6f432
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:8eb7bfe9-318b-4fc6-92ee-d4591bc42652
ServiceInvariantUUID:0675934e-eab6-412c-b56e-9a0ffc80cb3a
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:75ca5058-d0f3-41df-8c90-dca084e66ecd
ArtifactChecksum:Y2VlYWQ5ZjEzOGIxZGMwOGQwNDExZGIzYzhkYzc3MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:6ff5a41c-11a1-4f05-ac15-f7a84daececf
ResourceInvariantUUID:2b9db940-a7cf-48ff-b81c-34a80c4a8682
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:854a2bfd-109c-4c5a-aaa7-1b899fd29578
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-28T06:13:29.225Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8eb7bfe9-318b-4fc6-92ee-d4591bc42652 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-09-28T06:13:29.261Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:13:29.262Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:13:29.263Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:13:29.263Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 75ca5058-d0f3-41df-8c90-dca084e66ecd from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:29.263Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-28T06:13:29.264Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:29.357Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-28T06:13:29.360Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 75ca5058-d0f3-41df-8c90-dca084e66ecd 57612
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:13:29.364Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:29.371Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:29.372Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345609363,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:13:29.468Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-28T06:13:29.469Z||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-09-28T06:13:29.469Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:29.501Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:13:29.502Z||pool-21-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:13:30.372Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:13:30.373Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:13:30.373Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 75ca5058-d0f3-41df-8c90-dca084e66ecd, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:30.374Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-28T06:13:30.374Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:30.374Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:30.565Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12838842188446496903/Definitions/service-BasicNetwork-template.yml
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.206Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|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-BasicNetwork-csar.csar
2022-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.207Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-28T06:13:31.208Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:13:31.209Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.210Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.211Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:8eb7bfe9-318b-4fc6-92ee-d4591bc42652
Model Version:NULL
Model InvariantUuid:0675934e-eab6-412c-b56e-9a0ffc80cb3a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:2b9db940-a7cf-48ff-b81c-34a80c4a8682
Model UUID:711dee66-c468-4656-8919-e1d5f6d70891
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:6ff5a41c-11a1-4f05-ac15-f7a84daececf
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-09-28T06:13:31.219Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||Processing Resource Type: VL, Model UUID: 854a2bfd-109c-4c5a-aaa7-1b899fd29578
2022-09-28T06:13:31.220Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||No resources found for Service: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
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-09-28T06:13:31.225Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||
2022-09-28T06:13:31.226Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-28T06:13:31.227Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.232Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bbe199b, org.onap.sdc.toscaparser.api.parameters.Input@25fd812b, org.onap.sdc.toscaparser.api.parameters.Input@9187e52, org.onap.sdc.toscaparser.api.parameters.Input@6691a51, org.onap.sdc.toscaparser.api.parameters.Input@1d80b9c6]
2022-09-28T06:13:31.233Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.233Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 8eb7bfe9-318b-4fc6-92ee-d4591bc42652: Generic NeutronNet
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.234Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.235Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.235Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.273Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.273Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:13:31.274Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||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-09-28T06:13:31.340Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:13:31.341Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:13:31.343Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:13:31.344Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345611341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:13:31.445Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:13:31.446Z||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-09-28T06:13:31.446Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:13:31.463Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:13:31.464Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:13:32.345Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7132993f-c22c-41af-a87b-a17822b6f432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:13:32.361Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7132993f-c22c-41af-a87b-a17822b6f432
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-09-28T06:13:32.367Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:13:32.368Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:13:32.369Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:13:32.369Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:13:32.370Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:13:32.370Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:13:32.370Z|7132993f-c22c-41af-a87b-a17822b6f432|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-09-28T06:13:32.376Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:14:02.377Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7132993f-c22c-41af-a87b-a17822b6f432 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-09-28T06:14:02.385Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7132993f-c22c-41af-a87b-a17822b6f432 and serviceModelVersionId: 8eb7bfe9-318b-4fc6-92ee-d4591bc42652
2022-09-28T06:14:02.385Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0675934e-eab6-412c-b56e-9a0ffc80cb3a
2022-09-28T06:14:02.386Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0
2022-09-28T06:14:02.394Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:14:02.468Z|7132993f-c22c-41af-a87b-a17822b6f432|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/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?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-09-28T06:14:02.470Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0|INFO|500||Invoke
2022-09-28T06:14:02.506Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-28T06:14:02.681Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0|INFO|500||InvokeReturn
2022-09-28T06:14:02.682Z|7132993f-c22c-41af-a87b-a17822b6f432|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/0675934e-eab6-412c-b56e-9a0ffc80cb3a/model-vers/model-ver/8eb7bfe9-318b-4fc6-92ee-d4591bc42652?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220928-06:14:01:308-41500], vertex-id=[397368], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:14:01 GMT], Content-Type=[application/json]}
2022-09-28T06:14:02.683Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:14:02.684Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:14:02.684Z|7132993f-c22c-41af-a87b-a17822b6f432|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-09-28T06:14:02.689Z|7132993f-c22c-41af-a87b-a17822b6f432|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-09-28T06:14:02.690Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7132993f-c22c-41af-a87b-a17822b6f432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:14:02.690Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:14:02.691Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:02.694Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:02.694Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345642690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:14:02.794Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:14:02.796Z||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-09-28T06:14:02.796Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:02.817Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:02.817Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 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-09-28T06:14:26.519Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:14:26.522Z||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-09-28T06:14:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:14:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:14:26.561Z||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-09-28T06:14:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:14:26.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:26.692Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:14:26.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345606519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:26.695Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:14:27.171Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:27.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-28T06:14:27.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1c3f72b9-686f-42c6-81b7-b24bb2e6fed7","serviceName":"Demo_pNF_LFe0ldR771Z1WG43o9p7","serviceVersion":"1.0","serviceUUID":"b06050e2-def1-4870-8092-ca1d43c653e0","serviceDescription":"catalog service description","serviceInvariantUUID":"1cf4cc24-aa88-475e-876e-dbf1cfebfb9f","resources":[{"resourceInstanceName":"pNF 96a1bb79-286d 0","resourceName":"pNF 96a1bb79-286d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a675cbd8-3058-4758-a5c9-fdddc03baf70","resourceInvariantUUID":"db19dd44-ca86-431a-9610-44ebefb430f5","resourceCustomizationUUID":"96aaac5b-3bdf-4b87-877f-45c74e472f0d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml","artifactChecksum":"N2Q3NThkYWUzMTY4N2I4NTkxNzNhZTVmNTNlOWI3Y2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3da24e4c-483c-4905-916c-6d6bf58f9725","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar","artifactChecksum":"ZTE3MTk1OTM0MTZkNTdjMTRjMTk1ZDllMWVmNDY0NWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"21c1dd4c-08ea-47ee-99ec-d875ac97393f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"edc30bc9-33e3-4a75-b1d5-5ad9ff9b3ff1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml","artifactChecksum":"YjQ1YjZmOTBmZTM0OWM1NmFlZjMzYThiOTI0ZWIzMGU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8aa627e4-1476-4fd5-a1fa-2138930e9c98","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"24527ad2-225b-4d8e-9b21-c3c835d90747","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"93ab1365-a183-4e27-b2ea-b5cbaa8cf9d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml","artifactChecksum":"MTUxMzE4MzlmYjcyYzYwMTU2YTcxYTY1NmQ2NmRlMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a4021160-fb76-496f-8c75-b12f3e3cf8ee","artifactVersion":"1"},{"artifactName":"service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar","artifactChecksum":"ZTVmZDI5NWU3OGVlNmM2OTQ5ZmM3Zjk4Mjc4ODI2NDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"585b6a7f-9f60-4df1-bdda-526cb748983b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:14:27.177Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:27.177Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:27.181Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:27.181Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:27.282Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:14:27.283Z||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-09-28T06:14:27.283Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:27.299Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:27.299Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:28.182Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:28.183Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:28.185Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:28.185Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:28.285Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:28.286Z||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-09-28T06:14:28.286Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:28.311Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:28.311Z||pool-25-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:29.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:29.197Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:29.199Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:29.200Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:29.299Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:14:29.300Z||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-09-28T06:14:29.300Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:29.314Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:29.315Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:30.205Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:30.206Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:30.210Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:30.210Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:30.310Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:30.311Z||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-09-28T06:14:30.312Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:30.325Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:30.325Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:31.212Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:31.213Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:31.218Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:31.218Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:31.315Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-28T06:14:31.316Z||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-09-28T06:14:31.316Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:31.332Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:31.333Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:32.219Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:32.220Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:32.224Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:32.224Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:32.322Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T06:14:32.324Z||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-09-28T06:14:32.324Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:32.346Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:32.347Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:33.225Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:33.230Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:33.232Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:33.233Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:14:33.333Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:33.334Z||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-09-28T06:14:33.335Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:33.363Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:33.363Z||pool-30-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:14:34.233Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:14:34.234Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:34.236Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:34.236Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:14:34.337Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-28T06:14:34.339Z||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-09-28T06:14:34.339Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:34.390Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:34.391Z||pool-31-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:35.242Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "serviceName": "Demo_pNF_LFe0ldR771Z1WG43o9p7",
  "serviceVersion": "1.0",
  "serviceUUID": "b06050e2-def1-4870-8092-ca1d43c653e0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1cf4cc24-aa88-475e-876e-dbf1cfebfb9f",
  "resources": [
    {
      "resourceInstanceName": "pNF 96a1bb79-286d 0",
      "resourceCustomizationUUID": "96aaac5b-3bdf-4b87-877f-45c74e472f0d",
      "resourceName": "pNF 96a1bb79-286d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a675cbd8-3058-4758-a5c9-fdddc03baf70",
      "resourceInvariantUUID": "db19dd44-ca86-431a-9610-44ebefb430f5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
      "artifactChecksum": "ZTVmZDI5NWU3OGVlNmM2OTQ5ZmM3Zjk4Mjc4ODI2NDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "585b6a7f-9f60-4df1-bdda-526cb748983b"
    }
  ],
  "workloadContext": "Production"
}
2022-09-28T06:14:35.244Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:14:35.244Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b06050e2-def1-4870-8092-ca1d43c653e0 ASDC
2022-09-28T06:14:35.245Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
ServiceName:Demo_pNF_LFe0ldR771Z1WG43o9p7
ServiceVersion:1.0
ServiceUUID:b06050e2-def1-4870-8092-ca1d43c653e0
ServiceInvariantUUID:1cf4cc24-aa88-475e-876e-dbf1cfebfb9f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
ArtifactUUID:585b6a7f-9f60-4df1-bdda-526cb748983b
ArtifactChecksum:ZTVmZDI5NWU3OGVlNmM2OTQ5ZmM3Zjk4Mjc4ODI2NDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 96a1bb79-286d 0
ResourceCustomizationUUID:96aaac5b-3bdf-4b87-877f-45c74e472f0d
ResourceInvariantUUID:db19dd44-ca86-431a-9610-44ebefb430f5
ResourceName:pNF 96a1bb79-286d
ResourceType:PNF
ResourceUUID:a675cbd8-3058-4758-a5c9-fdddc03baf70
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-28T06:14:35.245Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b06050e2-def1-4870-8092-ca1d43c653e0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-28T06:14:35.288Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:14:35.289Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:14:35.290Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:14:35.290Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 585b6a7f-9f60-4df1-bdda-526cb748983b from URL: /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:35.290Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:14:35.291Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:35.391Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:14:35.396Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar 585b6a7f-9f60-4df1-bdda-526cb748983b 87735
2022-09-28T06:14:35.396Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar ASDC sendASDCNotification
2022-09-28T06:14:35.397Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:35.397Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:14:35.397Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:35.400Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:35.400Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345675396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:14:35.500Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:14:35.503Z||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-09-28T06:14:35.503Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:35.527Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:35.528Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:14:36.401Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:14:36.403Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:14:36.403Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 585b6a7f-9f60-4df1-bdda-526cb748983b, URL: /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar to file: /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.403Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.404Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.404Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:36.560Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15384993889642741432/Definitions/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml
2022-09-28T06:14:37.499Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:14:37.499Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.500Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 96a1bb79-286d 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-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.501Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.501Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:14:37.501Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.502Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.502Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Node template pNF 96a1bb79-286d 0 is matching search criteria
2022-09-28T06:14:37.503Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:14:37.503Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 96a1bb79-286d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:14:37.504Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Node template pNF 96a1bb79-286d 0 is matching search criteria
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:14:37.511Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 96a1bb79-286d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.512Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.513Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_LFe0ldR771Z1WG43o9p7
Description:catalog service description
Model UUID:b06050e2-def1-4870-8092-ca1d43c653e0
Model Version:NULL
Model InvariantUuid:1cf4cc24-aa88-475e-876e-dbf1cfebfb9f
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-09-28T06:14:37.525Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: a675cbd8-3058-4758-a5c9-fdddc03baf70
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-09-28T06:14:37.529Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||pNF 96a1bb79-286d 0
2022-09-28T06:14:37.529Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a675cbd8-3058-4758-a5c9-fdddc03baf70
2022-09-28T06:14:37.529Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||No resources found for Service: b06050e2-def1-4870-8092-ca1d43c653e0
2022-09-28T06:14:37.530Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b06050e2-def1-4870-8092-ca1d43c653e0
2022-09-28T06:14:37.530Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 96a1bb79-286d 0 a675cbd8-3058-4758-a5c9-fdddc03baf70 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-09-28T06:14:37.536Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4cfcf547, org.onap.sdc.toscaparser.api.parameters.Input@1e6badfc, org.onap.sdc.toscaparser.api.parameters.Input@4fd36a65, org.onap.sdc.toscaparser.api.parameters.Input@233fb42f, org.onap.sdc.toscaparser.api.parameters.Input@8423bc2]
2022-09-28T06:14:37.537Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.540Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.542Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b06050e2-def1-4870-8092-ca1d43c653e0: pNF 96a1bb79-286d
2022-09-28T06:14:37.542Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Processing PNF resource: a675cbd8-3058-4758-a5c9-fdddc03baf70
2022-09-28T06:14:37.542Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:14:37.543Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_LFe0ldR771Z1WG43o9p7 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:14:37.544Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||Resource customization UUID: 96aaac5b-3bdf-4b87-877f-45c74e472f0d is the same as notified resource customizationUUID: 96aaac5b-3bdf-4b87-877f-45c74e472f0d
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-09-28T06:14:37.623Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 96a1bb79-286d a675cbd8-3058-4758-a5c9-fdddc03baf70 0 ASDC deployResourceStructure
2022-09-28T06:14:37.624Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar ASDC sendASDCNotification
2022-09-28T06:14:37.624Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar
2022-09-28T06:14:37.624Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:14:37.625Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:14:37.627Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:14:37.627Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345677624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:14:37.727Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:14:37.729Z||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-09-28T06:14:37.729Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:14:37.755Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:14:37.756Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:14:38.628Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:14:38.642Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:14:38.644Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:14:38.644Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:14:38.645Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:15:08.645Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:15:08.657Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:15:08.660Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:15:08.660Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:15:08.660Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:15:26.560Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:15:26.562Z||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-09-28T06:15:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:15:26.603Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:15:26.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345606519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345609363,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345611341,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345614028,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345614776,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345626716,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345626232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "cds",
  "timestamp": 1664345627721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-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-09-28T06:15:26.636Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.636Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345629028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345622004,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345629028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345629028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345631211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345629028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "aai-ml",
  "timestamp": 1664345632216,
  "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-09-28T06:15:26.657Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.657Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.668Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.668Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.668Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345626196,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345629028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.669Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345625978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345635013,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345629028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.670Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345636265,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345629028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345637270,
  "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-09-28T06:15:26.676Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.676Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.684Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.684Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345636804,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.684Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.685Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "cds",
  "timestamp": 1664345637809,
  "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-09-28T06:15:26.696Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.696Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.707Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345639385,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345641108,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.708Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7132993f-c22c-41af-a87b-a17822b6f432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345642690,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345642395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.709Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345642938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.710Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.710Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "clamp",
  "timestamp": 1664345643402,
  "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-09-28T06:15:26.714Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.714Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345643942,
  "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-09-28T06:15:26.725Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
2022-09-28T06:15:26.725Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345644776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.732Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345646196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345645978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345644776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.733Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345646196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345645978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345644776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.734Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345646196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345645978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345644776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345646196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345645978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345644776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345646196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345645978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345644776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345632311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345646196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345645978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345644776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345652041,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345646196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345652004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345645978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345652505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345652004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345653777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345654368,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345652004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345654852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345655371,
  "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-09-28T06:15:26.745Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.746Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345652004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345655929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.753Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345652004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345656968,
  "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-09-28T06:15:26.758Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.758Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345652004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345657973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345652004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345660307,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "aai-ml",
  "timestamp": 1664345661314,
  "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-09-28T06:15:26.771Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.772Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345662390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345664398,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "clamp",
  "timestamp": 1664345665403,
  "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-09-28T06:15:26.786Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1bb309a9-608f-498b-b163-aaea0de9547e
2022-09-28T06:15:26.786Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:15:26.794Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-28T06:15:26.794Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:15:26.795Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:15:38.661Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:15:38.683Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7
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-09-28T06:15:38.689Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:15:38.690Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:15:38.691Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:15:38.691Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:15:38.691Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:15:38.692Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:15:38.692Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-28T06:15:38.697Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:16:08.697Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 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-09-28T06:16:08.706Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 and serviceModelVersionId: b06050e2-def1-4870-8092-ca1d43c653e0
2022-09-28T06:16:08.706Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cf4cc24-aa88-475e-876e-dbf1cfebfb9f
2022-09-28T06:16:08.708Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0
2022-09-28T06:16:08.718Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:16:08.817Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|INFO|500||Invoke
2022-09-28T06:16:08.818Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c3f72b9-686f-42c6-81b7-b24bb2e6fed7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9348fa96-02ce-4a76-bcf6-605497a77559], X-ECOMP-RequestID=[1c3f72b9-686f-42c6-81b7-b24bb2e6fed7], X-TransactionId=[], X-ONAP-RequestID=[1c3f72b9-686f-42c6-81b7-b24bb2e6fed7], Content-Type=[application/merge-patch+json]}
2022-09-28T06:16:08.840Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-28T06:16:08.970Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?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/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220928-06:16:07:635-74915], vertex-id=[413752], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:16:07 GMT], Content-Type=[application/json]}
2022-09-28T06:16:08.971Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:16:08.971Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf4cc24-aa88-475e-876e-dbf1cfebfb9f/model-vers/model-ver/b06050e2-def1-4870-8092-ca1d43c653e0?depth=0|INFO|500||InvokeReturn
2022-09-28T06:16:08.972Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:16:08.973Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:16:08.978Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T06:16:08.979Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1c3f72b9-686f-42c6-81b7-b24bb2e6fed7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:16:08.979Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:16:08.980Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:08.982Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:08.982Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345768979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:16:09.082Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:09.086Z||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-09-28T06:16:09.086Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:09.130Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:09.131Z||pool-34-thread-1|||||INFO|500||cambria reply ok (48 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-09-28T06:16:10.008Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-28T06:16:10.009Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"1bb309a9-608f-498b-b163-aaea0de9547e","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"cde4fb82-cacc-4651-95fe-b197b858cb43","serviceDescription":"service","serviceInvariantUUID":"6b433ddd-3dcc-4f0d-87f1-beb207532811","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"78abf922-2c9f-4970-b456-eaa37c4135b9","resourceInvariantUUID":"6f29ae9b-3b83-4d06-8b4f-a741adb7c363","resourceCustomizationUUID":"5178da52-06be-49d5-bc91-bf21f9cc4ce2","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":"NDVlYzlhYTBiODAyOTk1NmI5NzVlY2I3ZjUyZjk3YTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b97fafb6-2773-4cdd-8e8d-36cfc6afaab7","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":"Mzc5ZTdiZDhjYjM1MDk0MDRmYTkzZDkwMDIyNzZjYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e12cb526-0ab9-4d12-97fb-16cf45bebda6","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":"a790d302-f3a4-4aa7-80ba-b8e295a7a99b","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":"59616783-af4e-404d-8422-5937512daca9","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":"7cf4cb85-eec7-4c67-8661-20838368657a","artifactVersion":"2","generatedFromUUID":"a790d302-f3a4-4aa7-80ba-b8e295a7a99b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTYzZTM4YzhiOTY1OGJjOWNjOTMyYzdhNzdmYWM1M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c40f407-1000-44ea-92b8-f519b8cc29d8","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzRiM2I0MjA0Mjk5OTIyMjBlZmYzYmFiYzkxNDA5Mzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ba8d987-b8fe-4b1c-aed7-818ea648e737","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:16:10.010Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:10.010Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:10.015Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:10.015Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:16:10.114Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T06:16:10.116Z||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-09-28T06:16:10.116Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:10.131Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:10.132Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:11.017Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:11.018Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:11.021Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:11.021Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:16:11.120Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:16:11.122Z||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-09-28T06:16:11.122Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:11.144Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:11.145Z||pool-36-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:16:12.024Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:12.025Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:12.027Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:12.028Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:16:12.128Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:12.129Z||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-09-28T06:16:12.130Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:12.157Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:12.158Z||pool-37-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:13.028Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:13.030Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:13.032Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:13.032Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:16:13.132Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:16:13.133Z||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-09-28T06:16:13.133Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:13.153Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:13.154Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:16:14.033Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:14.034Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:14.044Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:14.044Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-28T06:16:14.141Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T06:16:14.142Z||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-09-28T06:16:14.142Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:14.155Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:14.155Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:15.045Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:15.046Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:15.048Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:15.048Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:16:15.148Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:15.149Z||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-09-28T06:16:15.149Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:15.165Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:15.166Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:16.049Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:16:16.050Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:16.055Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:16.056Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:16:16.153Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T06:16:16.154Z||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-09-28T06:16:16.154Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:16.174Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:16.175Z||pool-41-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:17.057Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "cde4fb82-cacc-4651-95fe-b197b858cb43",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6b433ddd-3dcc-4f0d-87f1-beb207532811",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5178da52-06be-49d5-bc91-bf21f9cc4ce2",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "78abf922-2c9f-4970-b456-eaa37c4135b9",
      "resourceInvariantUUID": "6f29ae9b-3b83-4d06-8b4f-a741adb7c363",
      "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": "Mzc5ZTdiZDhjYjM1MDk0MDRmYTkzZDkwMDIyNzZjYWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e12cb526-0ab9-4d12-97fb-16cf45bebda6",
          "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": "a790d302-f3a4-4aa7-80ba-b8e295a7a99b",
          "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": "7cf4cb85-eec7-4c67-8661-20838368657a",
            "generatedFromUUID": "a790d302-f3a4-4aa7-80ba-b8e295a7a99b"
          },
          "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": "7cf4cb85-eec7-4c67-8661-20838368657a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzRiM2I0MjA0Mjk5OTIyMjBlZmYzYmFiYzkxNDA5Mzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ba8d987-b8fe-4b1c-aed7-818ea648e737"
    }
  ],
  "workloadContext": "Production"
}
2022-09-28T06:16:17.058Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:16:17.058Z|1c3f72b9-686f-42c6-81b7-b24bb2e6fed7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cde4fb82-cacc-4651-95fe-b197b858cb43 ASDC
2022-09-28T06:16:17.059Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:1bb309a9-608f-498b-b163-aaea0de9547e
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:cde4fb82-cacc-4651-95fe-b197b858cb43
ServiceInvariantUUID:6b433ddd-3dcc-4f0d-87f1-beb207532811
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:6ba8d987-b8fe-4b1c-aed7-818ea648e737
ArtifactChecksum:YzRiM2I0MjA0Mjk5OTIyMjBlZmYzYmFiYzkxNDA5Mzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5178da52-06be-49d5-bc91-bf21f9cc4ce2
ResourceInvariantUUID:6f29ae9b-3b83-4d06-8b4f-a741adb7c363
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:78abf922-2c9f-4970-b456-eaa37c4135b9
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:e12cb526-0ab9-4d12-97fb-16cf45bebda6
ArtifactChecksum:Mzc5ZTdiZDhjYjM1MDk0MDRmYTkzZDkwMDIyNzZjYWY=
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:a790d302-f3a4-4aa7-80ba-b8e295a7a99b
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:7cf4cb85-eec7-4c67-8661-20838368657a
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:7cf4cb85-eec7-4c67-8661-20838368657a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-28T06:16:17.059Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cde4fb82-cacc-4651-95fe-b197b858cb43 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-09-28T06:16:17.092Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ba8d987-b8fe-4b1c-aed7-818ea648e737 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:17.093Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-28T06:16:17.190Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6ba8d987-b8fe-4b1c-aed7-818ea648e737 74771
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:17.194Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:17.197Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:17.197Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345777194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:16:17.298Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:17.299Z||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-09-28T06:16:17.299Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:17.313Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:17.313Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:18.198Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:16:18.199Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:16:18.200Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6ba8d987-b8fe-4b1c-aed7-818ea648e737, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:18.200Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-28T06:16:18.201Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:18.201Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:18.364Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4097865908960546690/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-28T06:16:19.715Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:16:19.715Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.716Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.717Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:16:19.718Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:16:19.719Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:19.720Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.721Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ae13e50-d464-48e8-8a55-d6d09bbef77d
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.722Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:19.723Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:cde4fb82-cacc-4651-95fe-b197b858cb43
Model Version:NULL
Model InvariantUuid:6b433ddd-3dcc-4f0d-87f1-beb207532811
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:f630f597-41f7-42c8-a696-2f9f9d25b67d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6f29ae9b-3b83-4d06-8b4f-a741adb7c363
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5178da52-06be-49d5-bc91-bf21f9cc4ce2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3b2bb222-901c-4eaf-b5ca-48052db6f684
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:aed9017a-f490-4a73-972b-1d59fb1d935a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9ae13e50-d464-48e8-8a55-d6d09bbef77d
ModelInvariantUuid:a272f01d-f5da-43f8-a817-ab7413ceb9a4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:c5196e11-2f74-47a9-86f1-d4765c462703
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ab5d970b-40ac-4056-a543-33e688749f0c
ModelInvariantUuid:cf9fb5ff-ead2-4ed2-91f5-c63d06b30666
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:28f212a0-534e-4b2e-856a-88b7aa050dce
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-09-28T06:16:19.730Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 78abf922-2c9f-4970-b456-eaa37c4135b9
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-09-28T06:16:19.733Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 78abf922-2c9f-4970-b456-eaa37c4135b9
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e12cb526-0ab9-4d12-97fb-16cf45bebda6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:19.734Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-28T06:16:19.804Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e12cb526-0ab9-4d12-97fb-16cf45bebda6 787
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:19.805Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:19.814Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:19.814Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345779805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:16:19.908Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-28T06:16:19.909Z||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-09-28T06:16:19.909Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:19.928Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:19.929Z||pool-43-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:16:20.815Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3b2bb222-901c-4eaf-b5ca-48052db6f684",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aed9017a-f490-4a73-972b-1d59fb1d935a",
    "vfModuleModelCustomizationUUID": "ed3ac7f1-4f75-42b7-b43d-6532a9d2368e",
    "isBase": true,
    "artifacts": [
      "a790d302-f3a4-4aa7-80ba-b8e295a7a99b",
      "7cf4cb85-eec7-4c67-8661-20838368657a"
    ],
    "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-09-28T06:16:20.821Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aed9017a-f490-4a73-972b-1d59fb1d935a
VfModuleModelInvariantUUID:3b2bb222-901c-4eaf-b5ca-48052db6f684
VfModuleModelDescription:NULL
Artifacts UUID List:{
a790d302-f3a4-4aa7-80ba-b8e295a7a99b
,
7cf4cb85-eec7-4c67-8661-20838368657a

}
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-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3b2bb222-901c-4eaf-b5ca-48052db6f684",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "aed9017a-f490-4a73-972b-1d59fb1d935a",
    "vfModuleModelCustomizationUUID": "ed3ac7f1-4f75-42b7-b43d-6532a9d2368e",
    "isBase": true,
    "artifacts": [
      "a790d302-f3a4-4aa7-80ba-b8e295a7a99b",
      "7cf4cb85-eec7-4c67-8661-20838368657a"
    ],
    "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-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:aed9017a-f490-4a73-972b-1d59fb1d935a
VfModuleModelInvariantUUID:3b2bb222-901c-4eaf-b5ca-48052db6f684
VfModuleModelDescription:NULL
Artifacts UUID List:{
a790d302-f3a4-4aa7-80ba-b8e295a7a99b
,
7cf4cb85-eec7-4c67-8661-20838368657a

}
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-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a790d302-f3a4-4aa7-80ba-b8e295a7a99b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:20.826Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-28T06:16:20.900Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:20.901Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a790d302-f3a4-4aa7-80ba-b8e295a7a99b 5033
2022-09-28T06:16:20.901Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-28T06:16:20.901Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-28T06:16:20.902Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:20.902Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:20.907Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:20.907Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345780901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:16:21.005Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-28T06:16:21.006Z||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-09-28T06:16:21.006Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:21.030Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:21.031Z||pool-44-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:21.908Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7cf4cb85-eec7-4c67-8661-20838368657a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-28T06:16:21.908Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:16:21.908Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-28T06:16:21.955Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:16:21.955Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 7cf4cb85-eec7-4c67-8661-20838368657a 903
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:16:21.956Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:21.959Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:21.960Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345781956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:16:22.059Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:16:22.061Z||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-09-28T06:16:22.061Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:22.101Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:22.102Z||pool-45-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:22.961Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: cde4fb82-cacc-4651-95fe-b197b858cb43
2022-09-28T06:16:22.962Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 78abf922-2c9f-4970-b456-eaa37c4135b9 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-09-28T06:16:24.968Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27b3c0ec, org.onap.sdc.toscaparser.api.parameters.Input@2f924b7a, org.onap.sdc.toscaparser.api.parameters.Input@28134498, org.onap.sdc.toscaparser.api.parameters.Input@20bde8e3, org.onap.sdc.toscaparser.api.parameters.Input@1930f8b8]
2022-09-28T06:16:24.970Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:24.970Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:24.971Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-28T06:16:24.971Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5178da52-06be-49d5-bc91-bf21f9cc4ce2
2022-09-28T06:16:24.975Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5178da52-06be-49d5-bc91-bf21f9cc4ce2 matches Tosca VF Customization UUID: 5178da52-06be-49d5-bc91-bf21f9cc4ce2
2022-09-28T06:16:24.976Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5178da52-06be-49d5-bc91-bf21f9cc4ce2  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-09-28T06:16:24.988Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:24.988Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:24.989Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5178da52-06be-49d5-bc91-bf21f9cc4ce2: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T06:16:24.989Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@59740620
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ed3ac7f1-4f75-42b7-b43d-6532a9d2368e
2022-09-28T06:16:24.990Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ed3ac7f1-4f75-42b7-b43d-6532a9d2368e
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-09-28T06:16:24.994Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:24.995Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:24.995Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:24.995Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:16:24.996Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9ae13e50-d464-48e8-8a55-d6d09bbef77d
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-09-28T06:16:25.000Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.000Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:25.000Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:16:25.001Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.001Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-28T06:16:25.001Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5178da52-06be-49d5-bc91-bf21f9cc4ce2
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-09-28T06:16:25.003Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.003Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.003Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid cde4fb82-cacc-4651-95fe-b197b858cb43: basic_vm
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.004Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:16:25.005Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-28T06:16:25.196Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 78abf922-2c9f-4970-b456-eaa37c4135b9 1 ASDC deployResourceStructure
2022-09-28T06:16:25.197Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-28T06:16:25.198Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-28T06:16:25.198Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:16:25.198Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:25.202Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:25.203Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345785197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:16:25.304Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:16:25.305Z||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-09-28T06:16:25.305Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:25.331Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:25.331Z||pool-46-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:16:26.204Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-28T06:16:26.204Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-28T06:16:26.204Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:16:26.204Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:26.207Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:26.207Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345786204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:16:26.307Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:16:26.308Z||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-09-28T06:16:26.308Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:26.332Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:26.332Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:16:26.561Z||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-09-28T06:16:26.568Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:16:26.621Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:26.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:16:26.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:16:26.623Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:16:27.211Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-28T06:16:27.211Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-28T06:16:27.222Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:16:27.223Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:27.227Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:27.228Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345787211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-28T06:16:27.326Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T06:16:27.327Z||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-09-28T06:16:27.327Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:27.350Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:27.350Z||pool-48-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:28.229Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-28T06:16:28.229Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-28T06:16:28.229Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:16:28.230Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:28.232Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:28.232Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345788229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:16:28.332Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:28.333Z||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-09-28T06:16:28.333Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:28.348Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:28.348Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:16:29.233Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1bb309a9-608f-498b-b163-aaea0de9547e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:16:29.250Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1bb309a9-608f-498b-b163-aaea0de9547e
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-09-28T06:16:29.253Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:16:29.254Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:16:29.255Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-28T06:16:29.264Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:16:59.264Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1bb309a9-608f-498b-b163-aaea0de9547e 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-09-28T06:16:59.271Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1bb309a9-608f-498b-b163-aaea0de9547e and serviceModelVersionId: cde4fb82-cacc-4651-95fe-b197b858cb43
2022-09-28T06:16:59.271Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b433ddd-3dcc-4f0d-87f1-beb207532811
2022-09-28T06:16:59.272Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0
2022-09-28T06:16:59.279Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:16:59.342Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0|INFO|500||Invoke
2022-09-28T06:16:59.342Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1bb309a9-608f-498b-b163-aaea0de9547e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[327841ed-189b-46e1-bcaf-3562c3edb0c6], X-ECOMP-RequestID=[1bb309a9-608f-498b-b163-aaea0de9547e], X-TransactionId=[], X-ONAP-RequestID=[1bb309a9-608f-498b-b163-aaea0de9547e], Content-Type=[application/merge-patch+json]}
2022-09-28T06:16:59.373Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-28T06:16:59.516Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?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/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220928-06:16:58:175-9443], vertex-id=[196728], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:16:58 GMT], Content-Type=[application/json]}
2022-09-28T06:16:59.517Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:16:59.518Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b433ddd-3dcc-4f0d-87f1-beb207532811/model-vers/model-ver/cde4fb82-cacc-4651-95fe-b197b858cb43?depth=0|INFO|500||InvokeReturn
2022-09-28T06:16:59.518Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:16:59.518Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:16:59.529Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T06:16:59.529Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1bb309a9-608f-498b-b163-aaea0de9547e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:16:59.530Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:16:59.530Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:16:59.532Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:16:59.532Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345819530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:16:59.632Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:16:59.635Z||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-09-28T06:16:59.635Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:16:59.662Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:16:59.663Z||pool-50-thread-1|||||INFO|500||cambria reply ok (29 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-09-28T06:17:00.548Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-28T06:17:00.548Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"481869ef-22a3-4003-92a5-1317677658c6","serviceDescription":"service","serviceInvariantUUID":"72b645c8-2116-476f-bcf9-bdd7c7c386e4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e29a86b-2f62-4608-a8f8-f02e36ee5bfc","resourceInvariantUUID":"887a9e5d-63e3-443b-bbc2-6f6748ce54a6","resourceCustomizationUUID":"43210e0e-4e8c-4f67-9919-33eb601c0312","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":"YTAwYjVkY2I4MzRmNDE4ZjVhODliOWM0NWJmZDkzOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4d1a3611-9ed5-40c0-9b29-7be6b1db9bb5","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":"bd0deb58-bb73-445e-b656-936045c6fdbb","artifactVersion":"2","generatedFromUUID":"7305cfbc-853c-493a-b071-b05dbf5202a2"},{"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":"7305cfbc-853c-493a-b071-b05dbf5202a2","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":"OWMxOTkxNTg4YThhODhjNWVkYWY0ZTcxODMxOTM5ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76c0e9e0-33ea-4d2e-8a0e-297762fb0fa3","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":"1aaf779a-fb43-4b0d-a8d8-1136d78eef7f","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":"7c377fe3-e1ad-4788-8a82-38a8c16d6479","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":"c3f77060-1507-478d-baf8-252bf35ab2c1","artifactVersion":"2","generatedFromUUID":"1aaf779a-fb43-4b0d-a8d8-1136d78eef7f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NjQ3OWQ3NzM5YmM0YjU2ODYzZTQxMThkMjg0MmUyMzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a438d7b2-5458-48e5-b60c-8206ae6b0134","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTdiYTMxMTRlNmNkOTMyMjUzNTNhMWQ3MDUxMDI2MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b4566a52-2c8a-4dc1-ab4f-b4383e8493c5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:17:00.549Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:00.549Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:00.551Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:00.551Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:00.651Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:00.652Z||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-09-28T06:17:00.652Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:00.679Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:00.680Z||pool-51-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:01.552Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:01.553Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:01.556Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:01.556Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-28T06:17:01.656Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:01.657Z||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-09-28T06:17:01.658Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:01.678Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:01.679Z||pool-52-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:02.559Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:02.560Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:02.562Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:02.562Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-28T06:17:02.663Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:17:02.664Z||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-09-28T06:17:02.664Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:02.700Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:02.701Z||pool-53-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:03.567Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:03.568Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:03.569Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:03.569Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:17:03.670Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:17:03.671Z||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-09-28T06:17:03.671Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:03.688Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:03.688Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:04.574Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:04.575Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:04.577Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:04.577Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:17:04.684Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-28T06:17:04.684Z||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-09-28T06:17:04.685Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:04.710Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:04.711Z||pool-55-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:17:05.577Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:05.578Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:05.580Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:05.580Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:05.689Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-28T06:17:05.690Z||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-09-28T06:17:05.690Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:05.753Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:05.754Z||pool-56-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:17:06.580Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:06.581Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:06.583Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:06.583Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-28T06:17:06.684Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:17:06.685Z||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-09-28T06:17:06.685Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:06.712Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:06.713Z||pool-57-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:07.584Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:07.585Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:07.587Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:07.587Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:07.687Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:07.688Z||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-09-28T06:17:07.688Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:07.704Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:07.705Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:08.594Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:17:08.594Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:08.596Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:08.597Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:17:08.697Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:08.698Z||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-09-28T06:17:08.698Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:08.732Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:08.733Z||pool-59-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:17:09.598Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "481869ef-22a3-4003-92a5-1317677658c6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "72b645c8-2116-476f-bcf9-bdd7c7c386e4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "43210e0e-4e8c-4f67-9919-33eb601c0312",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e29a86b-2f62-4608-a8f8-f02e36ee5bfc",
      "resourceInvariantUUID": "887a9e5d-63e3-443b-bbc2-6f6748ce54a6",
      "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": "bd0deb58-bb73-445e-b656-936045c6fdbb",
          "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": "7305cfbc-853c-493a-b071-b05dbf5202a2",
          "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": "OWMxOTkxNTg4YThhODhjNWVkYWY0ZTcxODMxOTM5ZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76c0e9e0-33ea-4d2e-8a0e-297762fb0fa3",
          "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": "1aaf779a-fb43-4b0d-a8d8-1136d78eef7f",
          "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": "c3f77060-1507-478d-baf8-252bf35ab2c1",
            "generatedFromUUID": "1aaf779a-fb43-4b0d-a8d8-1136d78eef7f"
          },
          "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": "c3f77060-1507-478d-baf8-252bf35ab2c1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YTdiYTMxMTRlNmNkOTMyMjUzNTNhMWQ3MDUxMDI2MmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b4566a52-2c8a-4dc1-ab4f-b4383e8493c5"
    }
  ],
  "workloadContext": "Production"
}
2022-09-28T06:17:09.598Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:17:09.599Z|1bb309a9-608f-498b-b163-aaea0de9547e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 481869ef-22a3-4003-92a5-1317677658c6 ASDC
2022-09-28T06:17:09.599Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:481869ef-22a3-4003-92a5-1317677658c6
ServiceInvariantUUID:72b645c8-2116-476f-bcf9-bdd7c7c386e4
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:b4566a52-2c8a-4dc1-ab4f-b4383e8493c5
ArtifactChecksum:YTdiYTMxMTRlNmNkOTMyMjUzNTNhMWQ3MDUxMDI2MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:43210e0e-4e8c-4f67-9919-33eb601c0312
ResourceInvariantUUID:887a9e5d-63e3-443b-bbc2-6f6748ce54a6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:8e29a86b-2f62-4608-a8f8-f02e36ee5bfc
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:bd0deb58-bb73-445e-b656-936045c6fdbb
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:7305cfbc-853c-493a-b071-b05dbf5202a2
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:76c0e9e0-33ea-4d2e-8a0e-297762fb0fa3
ArtifactChecksum:OWMxOTkxNTg4YThhODhjNWVkYWY0ZTcxODMxOTM5ZWM=
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:1aaf779a-fb43-4b0d-a8d8-1136d78eef7f
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:c3f77060-1507-478d-baf8-252bf35ab2c1
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:c3f77060-1507-478d-baf8-252bf35ab2c1
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-28T06:17:09.599Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 481869ef-22a3-4003-92a5-1317677658c6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-28T06:17:09.632Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:17:09.633Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:17:09.633Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:17:09.633Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b4566a52-2c8a-4dc1-ab4f-b4383e8493c5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-28T06:17:09.633Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:17:09.633Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-28T06:17:09.716Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:17:09.720Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b4566a52-2c8a-4dc1-ab4f-b4383e8493c5 73633
2022-09-28T06:17:09.720Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-28T06:17:09.721Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-28T06:17:09.721Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:17:09.721Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:09.723Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:09.724Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345829720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:09.824Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:09.825Z||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-09-28T06:17:09.825Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:09.839Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:09.840Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:10.729Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:17:10.729Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-09-28T06:17:10.730Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: b4566a52-2c8a-4dc1-ab4f-b4383e8493c5, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:10.772Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-28T06:17:10.772Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:10.772Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:10.957Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7936459358497240576/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-28T06:17:12.131Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:17:12.132Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:17:12.132Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:12.132Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-28T06:17:12.132Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:12.132Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:12.132Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:12.132Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-28T06:17:12.133Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-09-28T06:17:12.133Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.133Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:12.133Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:12.133Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:17:12.133Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:17:12.133Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.134Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:12.134Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:12.134Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-09-28T06:17:12.134Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:17:12.134Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.134Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:12.135Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.135Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-28T06:17:12.135Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-28T06:17:12.135Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-28T06:17:12.135Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T06:17:12.135Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.135Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:17:12.136Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.136Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:12.136Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:17:12.136Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.136Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:12.136Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:17:12.136Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.137Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:12.137Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:17:12.137Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.137Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-28T06:17:12.137Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-28T06:17:12.137Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f576bace-e70a-4371-b449-fdeffdc1351c
2022-09-28T06:17:12.137Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.138Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:12.138Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.138Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:12.138Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.138Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:12.138Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:12.138Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:12.139Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:481869ef-22a3-4003-92a5-1317677658c6
Model Version:NULL
Model InvariantUuid:72b645c8-2116-476f-bcf9-bdd7c7c386e4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:01fdc9e8-26f8-473e-8761-f2eb5402e5b9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:887a9e5d-63e3-443b-bbc2-6f6748ce54a6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:43210e0e-4e8c-4f67-9919-33eb601c0312
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b8b236da-7fb0-4df7-b761-03bc66b2a9a5
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:81f875f7-5288-4a10-b34f-dc0e5db5b82b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f576bace-e70a-4371-b449-fdeffdc1351c
ModelInvariantUuid:e9297973-8e6e-4e5c-bbd0-2e6e3b94dea3
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:7f4f243d-b235-445a-913f-69dcc36e9416
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:ec1e78c4-7ecf-4efa-9bca-2c695706f579
ModelInvariantUuid:1f8facd7-9f96-46e7-909e-43d1658eac4b
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:97aabfe7-0543-4447-ae59-bc714f229a5b
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-09-28T06:17:12.145Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e29a86b-2f62-4608-a8f8-f02e36ee5bfc
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-09-28T06:17:12.148Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-09-28T06:17:12.149Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e29a86b-2f62-4608-a8f8-f02e36ee5bfc
2022-09-28T06:17:12.149Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bd0deb58-bb73-445e-b656-936045c6fdbb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-28T06:17:12.149Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:17:12.149Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-28T06:17:12.191Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:17:12.191Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bd0deb58-bb73-445e-b656-936045c6fdbb 12
2022-09-28T06:17:12.192Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-28T06:17:12.192Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-28T06:17:12.192Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:17:12.192Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:12.194Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:12.194Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345832192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:12.294Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:12.295Z||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-09-28T06:17:12.295Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:12.310Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:12.310Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:13.195Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7305cfbc-853c-493a-b071-b05dbf5202a2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-28T06:17:13.196Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:17:13.196Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-28T06:17:13.257Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:17:13.258Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7305cfbc-853c-493a-b071-b05dbf5202a2 2688
2022-09-28T06:17:13.258Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-28T06:17:13.258Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-28T06:17:13.258Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:17:13.258Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:13.261Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:13.262Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345833258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:13.360Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T06:17:13.362Z||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-09-28T06:17:13.362Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:13.376Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:13.377Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:14.264Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 76c0e9e0-33ea-4d2e-8a0e-297762fb0fa3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-28T06:17:14.264Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:17:14.264Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-28T06:17:14.313Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:17:14.314Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 76c0e9e0-33ea-4d2e-8a0e-297762fb0fa3 828
2022-09-28T06:17:14.314Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-28T06:17:14.315Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-28T06:17:14.315Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:17:14.315Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:14.318Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:14.318Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345834314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:14.419Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:14.420Z||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-09-28T06:17:14.420Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:14.437Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:14.437Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:15.320Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b8b236da-7fb0-4df7-b761-03bc66b2a9a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81f875f7-5288-4a10-b34f-dc0e5db5b82b",
    "vfModuleModelCustomizationUUID": "7fd5aab1-db6c-40c7-8458-b53fedeb7d7b",
    "isBase": true,
    "artifacts": [
      "1aaf779a-fb43-4b0d-a8d8-1136d78eef7f",
      "7305cfbc-853c-493a-b071-b05dbf5202a2",
      "c3f77060-1507-478d-baf8-252bf35ab2c1"
    ],
    "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-09-28T06:17:15.323Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81f875f7-5288-4a10-b34f-dc0e5db5b82b
VfModuleModelInvariantUUID:b8b236da-7fb0-4df7-b761-03bc66b2a9a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aaf779a-fb43-4b0d-a8d8-1136d78eef7f
,
7305cfbc-853c-493a-b071-b05dbf5202a2
,
c3f77060-1507-478d-baf8-252bf35ab2c1

}
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-09-28T06:17:15.325Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "b8b236da-7fb0-4df7-b761-03bc66b2a9a5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "81f875f7-5288-4a10-b34f-dc0e5db5b82b",
    "vfModuleModelCustomizationUUID": "7fd5aab1-db6c-40c7-8458-b53fedeb7d7b",
    "isBase": true,
    "artifacts": [
      "1aaf779a-fb43-4b0d-a8d8-1136d78eef7f",
      "7305cfbc-853c-493a-b071-b05dbf5202a2",
      "c3f77060-1507-478d-baf8-252bf35ab2c1"
    ],
    "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-09-28T06:17:15.325Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:81f875f7-5288-4a10-b34f-dc0e5db5b82b
VfModuleModelInvariantUUID:b8b236da-7fb0-4df7-b761-03bc66b2a9a5
VfModuleModelDescription:NULL
Artifacts UUID List:{
1aaf779a-fb43-4b0d-a8d8-1136d78eef7f
,
7305cfbc-853c-493a-b071-b05dbf5202a2
,
c3f77060-1507-478d-baf8-252bf35ab2c1

}
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-09-28T06:17:15.325Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1aaf779a-fb43-4b0d-a8d8-1136d78eef7f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-28T06:17:15.325Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:17:15.325Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-28T06:17:15.372Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:17:15.373Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1aaf779a-fb43-4b0d-a8d8-1136d78eef7f 1164
2022-09-28T06:17:15.373Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-28T06:17:15.373Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-28T06:17:15.373Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:17:15.373Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:15.376Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:15.376Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345835373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:15.475Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:17:15.476Z||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-09-28T06:17:15.477Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:15.498Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:15.498Z||pool-64-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:16.377Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c3f77060-1507-478d-baf8-252bf35ab2c1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-28T06:17:16.377Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-09-28T06:17:16.377Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-28T06:17:16.430Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-09-28T06:17:16.430Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env c3f77060-1507-478d-baf8-252bf35ab2c1 200
2022-09-28T06:17:16.430Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-28T06:17:16.431Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-28T06:17:16.431Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:17:16.431Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:16.433Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:16.433Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345836430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:16.533Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:16.534Z||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-09-28T06:17:16.534Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:16.561Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:16.562Z||pool-65-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:17.436Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 481869ef-22a3-4003-92a5-1317677658c6
2022-09-28T06:17:17.436Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 8e29a86b-2f62-4608-a8f8-f02e36ee5bfc ASDC
2022-09-28T06:17:17.453Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:17:17.470Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6e5bdb50, org.onap.sdc.toscaparser.api.parameters.Input@53b0a831, org.onap.sdc.toscaparser.api.parameters.Input@6a06ed93, org.onap.sdc.toscaparser.api.parameters.Input@6ba67404, org.onap.sdc.toscaparser.api.parameters.Input@5b97b37b]
2022-09-28T06:17:17.472Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.473Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.473Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-09-28T06:17:17.473Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 43210e0e-4e8c-4f67-9919-33eb601c0312
2022-09-28T06:17:17.473Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 43210e0e-4e8c-4f67-9919-33eb601c0312 matches Tosca VF Customization UUID: 43210e0e-4e8c-4f67-9919-33eb601c0312
2022-09-28T06:17:17.473Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 43210e0e-4e8c-4f67-9919-33eb601c0312  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-09-28T06:17:17.476Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.476Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.477Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 43210e0e-4e8c-4f67-9919-33eb601c0312: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-28T06:17:17.477Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@8592f08
2022-09-28T06:17:17.477Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.477Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:17:17.477Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7fd5aab1-db6c-40c7-8458-b53fedeb7d7b
2022-09-28T06:17:17.478Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7fd5aab1-db6c-40c7-8458-b53fedeb7d7b
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-09-28T06:17:17.480Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.480Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:17.480Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:17:17.480Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.481Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:17.481Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:17:17.481Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.481Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-28T06:17:17.481Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-28T06:17:17.482Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f576bace-e70a-4371-b449-fdeffdc1351c
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-09-28T06:17:17.483Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.484Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:17.484Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:17:17.484Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.484Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-28T06:17:17.484Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=43210e0e-4e8c-4f67-9919-33eb601c0312
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-09-28T06:17:17.486Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.487Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.487Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 481869ef-22a3-4003-92a5-1317677658c6: basic_cnf
2022-09-28T06:17:17.487Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.487Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.487Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.487Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.488Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.488Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.488Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.488Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.488Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:17:17.488Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:17:17.489Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-28T06:17:17.568Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 8e29a86b-2f62-4608-a8f8-f02e36ee5bfc 1 ASDC deployResourceStructure
2022-09-28T06:17:17.569Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-28T06:17:17.569Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-28T06:17:17.569Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-28T06:17:17.569Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:17.571Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:17.571Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345837568,
  "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-09-28T06:17:17.672Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:17.673Z||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-09-28T06:17:17.673Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:17.696Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:17.696Z||pool-66-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:18.572Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-28T06:17:18.573Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-28T06:17:18.573Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-28T06:17:18.573Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:18.575Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:18.576Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345838572,
  "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-09-28T06:17:18.676Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:18.677Z||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-09-28T06:17:18.677Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:18.690Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:18.691Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:19.577Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-28T06:17:19.577Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-28T06:17:19.577Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:17:19.578Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:19.579Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:19.580Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345839577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:19.680Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:19.681Z||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-09-28T06:17:19.681Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:19.701Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:19.701Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:20.581Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-28T06:17:20.581Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-28T06:17:20.581Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:17:20.582Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:20.584Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:20.584Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345840581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:20.685Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:17:20.686Z||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-09-28T06:17:20.686Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:20.705Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:20.706Z||pool-69-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:21.587Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-28T06:17:21.588Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-28T06:17:21.588Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:17:21.589Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:21.591Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:21.591Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345841587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:21.691Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:17:21.692Z||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-09-28T06:17:21.692Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:21.706Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:21.706Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:22.593Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-28T06:17:22.593Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-28T06:17:22.593Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:17:22.594Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:17:22.596Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:17:22.596Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345842592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:22.696Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:17:22.697Z||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-09-28T06:17:22.697Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:17:22.712Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:22.713Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:17:23.598Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:17:23.609Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
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-09-28T06:17:23.615Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:17:23.617Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:17:23.617Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:17:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:17:26.561Z||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-09-28T06:17:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:17:26.602Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:17:26.605Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.606Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.607Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.608Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.608Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.609Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.609Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345659027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345668865,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.612Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "cds",
  "timestamp": 1664345669874,
  "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-09-28T06:17:26.623Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
2022-09-28T06:17:26.623Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf 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-09-28T06:17:26.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.641Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.642Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345662311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/resourceInstances/pnf96a1bb79286d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.644Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345672112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664345666196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345674390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345675396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.647Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345665979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.648Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664345675394,
  "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-09-28T06:17:26.653Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
2022-09-28T06:17:26.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf 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-09-28T06:17:26.685Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345675785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.686Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345677624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLfe0ldr771z1wg43o9p7/1.0/artifacts/service-DemoPnfLfe0ldr771z1wg43o9p7-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:26.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345676860,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.688Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345677933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.689Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345678988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.690Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.690Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.690Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.690Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345680046,
  "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-09-28T06:17:26.695Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
2022-09-28T06:17:26.695Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf 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-09-28T06:17:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.704Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.704Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.704Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664345681049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:26.705Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.705Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.705Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.705Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.706Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.706Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345674776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345684592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.708Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.709Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.709Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.709Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.710Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:17:26.710Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.710Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345682004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:17:26.711Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:17:26.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345691356,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:26.711Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.711Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.711Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "aai-ml",
  "timestamp": 1664345692360,
  "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-09-28T06:17:26.717Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
2022-09-28T06:17:26.717Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf 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-09-28T06:17:26.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345695073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:17:26.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345696410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:17:26.729Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:17:26.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:17:26.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "clamp",
  "timestamp": 1664345697415,
  "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-09-28T06:17:26.734Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
2022-09-28T06:17:26.734Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf 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-09-28T06:17:53.617Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:17:53.633Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf
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-09-28T06:17:53.636Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:17:53.636Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:17:53.636Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:17:53.636Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:17:53.637Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:17:53.637Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:17:53.637Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:17:53.637Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:17:53.637Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:17:53.637Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:17:53.637Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-28T06:17:53.648Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:18:23.649Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf 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-09-28T06:18:23.667Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf and serviceModelVersionId: 481869ef-22a3-4003-92a5-1317677658c6
2022-09-28T06:18:23.668Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 72b645c8-2116-476f-bcf9-bdd7c7c386e4
2022-09-28T06:18:23.668Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/72b645c8-2116-476f-bcf9-bdd7c7c386e4/model-vers/model-ver/481869ef-22a3-4003-92a5-1317677658c6?depth=0
2022-09-28T06:18:23.672Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:18:23.748Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b645c8-2116-476f-bcf9-bdd7c7c386e4/model-vers/model-ver/481869ef-22a3-4003-92a5-1317677658c6?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-09-28T06:18:23.750Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b645c8-2116-476f-bcf9-bdd7c7c386e4/model-vers/model-ver/481869ef-22a3-4003-92a5-1317677658c6?depth=0|INFO|500||Invoke
2022-09-28T06:18:23.778Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b645c8-2116-476f-bcf9-bdd7c7c386e4/model-vers/model-ver/481869ef-22a3-4003-92a5-1317677658c6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-28T06:18:23.925Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b645c8-2116-476f-bcf9-bdd7c7c386e4/model-vers/model-ver/481869ef-22a3-4003-92a5-1317677658c6?depth=0|INFO|500||InvokeReturn
2022-09-28T06:18:23.925Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/72b645c8-2116-476f-bcf9-bdd7c7c386e4/model-vers/model-ver/481869ef-22a3-4003-92a5-1317677658c6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220928-06:18:22:571-14616], vertex-id=[401624], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:18:22 GMT], Content-Type=[application/json]}
2022-09-28T06:18:23.926Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:18:23.927Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:18:23.927Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-28T06:18:23.934Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-28T06:18:23.934Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:18:23.934Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:18:23.935Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:18:23.937Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:18:23.937Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345903934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:18:24.037Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:18:24.038Z||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-09-28T06:18:24.038Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:18:24.060Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:18:24.062Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-28T06:18:24.952Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:18:24.953Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:18:24.953Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:18:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:18:26.561Z||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-09-28T06:18:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:18:26.585Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:18:26.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1c3f72b9-686f-42c6-81b7-b24bb2e6fed7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345768979,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:18:26.586Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:18:26.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:18:26.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345777194,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345779805,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345780901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345781956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:18:26.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:18:26.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345785197,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:18:26.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:18:26.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:18:26.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345786204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:18:26.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:18:35.344Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:18:35.344Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:18:35.345Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:18:35.345Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:18:44.915Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:18:44.915Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:18:44.916Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:18:44.916Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:18:54.468Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:18:54.469Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:18:54.470Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:18:54.470Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:19:04.048Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:19:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:19:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:19:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:19:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:19:26.560Z||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-09-28T06:19:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:19:26.589Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:19:26.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345787211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-28T06:19:26.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345788229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1bb309a9-608f-498b-b163-aaea0de9547e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345819530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-28T06:19:26.591Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345666519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345829720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345832192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345833258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345834314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:19:26.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345835373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:19:26.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345836430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:19:26.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345837568,
  "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-09-28T06:19:26.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345838572,
  "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-09-28T06:19:26.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345839577,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345840581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345841587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-28T06:19:26.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:26.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-28T06:19:26.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345842592,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:19:26.601Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:19:36.103Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:20:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:20:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:20:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:20:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:20:26.561Z||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-09-28T06:20:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:20:27.107Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:20:27.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:20:27.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664345903934,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:20:27.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:20:36.081Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:21:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:21:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:21:26.521Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:21:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:21:26.561Z||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-09-28T06:21:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:21:36.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:21:36.125Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:22:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:22:26.521Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:22:26.521Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:22:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:22:26.561Z||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-09-28T06:22:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:22:36.093Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:22:36.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:23:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:23:26.525Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:23:26.526Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:23:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:23:26.561Z||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-09-28T06:23:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:23:36.128Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:23:36.129Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:24:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:24:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:24:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:24:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:24:26.561Z||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-09-28T06:24:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:24:36.078Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:24:36.120Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:25:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:25:26.521Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:25:26.521Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:25:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:25:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T06:25:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:25:36.111Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:25:36.126Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:26:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:26:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:26:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:26:26.560Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:26:26.561Z|7132993f-c22c-41af-a87b-a17822b6f432|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-09-28T06:26:26.561Z|7132993f-c22c-41af-a87b-a17822b6f432|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:26:36.112Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:26:36.116Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:27:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:27:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:27:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:27:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:27:26.561Z||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-09-28T06:27:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:27:36.080Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:27:36.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:28:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:28:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:28:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:28:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:28:26.561Z||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-09-28T06:28:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:28:36.103Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:28:36.141Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:29:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:29:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:29:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:29:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:29:26.561Z||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-09-28T06:29:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:29:36.115Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:29:36.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:30:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:30:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:30:26.521Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:30:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:30:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T06:30:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:30:36.084Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:30:36.122Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:31:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:31:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:31:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:31:26.564Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:31:26.565Z|7132993f-c22c-41af-a87b-a17822b6f432|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-09-28T06:31:26.565Z|7132993f-c22c-41af-a87b-a17822b6f432|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:31:36.075Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:31:36.186Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:32:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:32:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:32:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:32:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:32:26.561Z||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-09-28T06:32:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:32:36.078Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:32:36.111Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:33:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:33:26.522Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:33:26.522Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:33:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:33:26.561Z||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-09-28T06:33:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:33:36.112Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:33:36.113Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:34:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:34:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:34:26.521Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:34:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:34:26.561Z||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-09-28T06:34:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:34:36.124Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:34:36.132Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:35:26.519Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:35:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:35:26.520Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:35:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:35:26.561Z||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-09-28T06:35:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:35:36.140Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:35:36.179Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:26.519Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:36:26.520Z|7132993f-c22c-41af-a87b-a17822b6f432|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-09-28T06:36:26.520Z|7132993f-c22c-41af-a87b-a17822b6f432|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:36:26.561Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:36:26.562Z||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-09-28T06:36:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:36:26.764Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:26.765Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T06:36:26.765Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"80e3ce2f-39c2-4252-8827-09fe011bfa67","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"fb9b0c96-e29b-45ca-9e28-857f02b3f448","serviceDescription":"service","serviceInvariantUUID":"2da16b05-f3c0-469d-8fe7-97408b908ea0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1cf4c462-d7a7-4ea6-afa4-8a64fc3fbdd1","resourceInvariantUUID":"c8347fa7-794c-4591-b512-a7c4375037da","resourceCustomizationUUID":"d1a4af44-e6f6-40bf-be07-55ee5b3400f8","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":"NDM2Mzk5NjA5MjBmNjQyZDExMmE2ODQ1MzA3MGMzY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1aebbf10-5e74-45bd-b589-6f115cf17a5d","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":"M2I0YzNmOTBmM2RjNzhhMGRmYWQxYWZjYTU5MDQwZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"de45060e-4bb5-40b8-b48c-15fcc306e00f","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":"a00da31b-b602-4611-b4ea-a06df6c80f43","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":"add55713-58e6-48e4-98c4-03d7ab7cba91","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":"0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2","artifactVersion":"2","generatedFromUUID":"a00da31b-b602-4611-b4ea-a06df6c80f43"},{"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":"ZWJjNjIzN2RlYjZkZjY5ZGJjMjk3NGE3M2U4MzIyMTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"35526709-16bd-4d94-9ec0-3bc75daf25f0","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":"ODgxMGQ0NzYyNTBiYWNmOTk4YmJjNzMyN2FjYjkyN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fc9a0fc2-9176-4bfd-aa74-865563df5003","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2QwZTg1NjE4MjY4MjNjN2E2MzUxMmFhYmM2MTQyMTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5b8aeab-bc6e-4e0d-879b-4b66bda85939","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:36:26.771Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:26.772Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:26.778Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:26.778Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:26.878Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:26.879Z||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-09-28T06:36:26.879Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:26.914Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:26.915Z||pool-73-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:27.564Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:27.564Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:36:27.564Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:36:27.566Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:27.567Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:36:27.778Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:27.779Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:27.781Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:27.781Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:36:27.881Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:27.883Z||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-09-28T06:36:27.883Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:27.898Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:27.898Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:36:28.781Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:28.782Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:28.784Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:28.784Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:36:28.885Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:36:28.886Z||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-09-28T06:36:28.887Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:28.941Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:28.942Z||pool-75-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:29.784Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:29.785Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:29.787Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:29.787Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:29.887Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:29.888Z||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-09-28T06:36:29.889Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:29.908Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:29.909Z||pool-76-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:30.788Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:30.788Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:30.791Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:30.791Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-28T06:36:30.891Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:30.892Z||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-09-28T06:36:30.892Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:30.917Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:30.917Z||pool-77-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:31.791Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:31.791Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:31.794Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:31.794Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:31.894Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-28T06:36:31.894Z||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-09-28T06:36:31.894Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:31.923Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:31.923Z||pool-78-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:36:32.794Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:32.795Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:32.797Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:32.797Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:36:32.897Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:32.898Z||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-09-28T06:36:32.898Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:32.912Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:32.913Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:33.798Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:36:33.798Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:33.800Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:33.800Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:36:33.901Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:33.902Z||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-09-28T06:36:33.902Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:33.920Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:33.920Z||pool-80-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:34.801Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fb9b0c96-e29b-45ca-9e28-857f02b3f448",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2da16b05-f3c0-469d-8fe7-97408b908ea0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d1a4af44-e6f6-40bf-be07-55ee5b3400f8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1cf4c462-d7a7-4ea6-afa4-8a64fc3fbdd1",
      "resourceInvariantUUID": "c8347fa7-794c-4591-b512-a7c4375037da",
      "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": "M2I0YzNmOTBmM2RjNzhhMGRmYWQxYWZjYTU5MDQwZjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "de45060e-4bb5-40b8-b48c-15fcc306e00f",
          "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": "a00da31b-b602-4611-b4ea-a06df6c80f43",
          "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": "0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2",
            "generatedFromUUID": "a00da31b-b602-4611-b4ea-a06df6c80f43"
          },
          "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": "0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2QwZTg1NjE4MjY4MjNjN2E2MzUxMmFhYmM2MTQyMTI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a5b8aeab-bc6e-4e0d-879b-4b66bda85939"
    }
  ],
  "workloadContext": "Production"
}
2022-09-28T06:36:34.802Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:36:34.802Z|7132993f-c22c-41af-a87b-a17822b6f432|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fb9b0c96-e29b-45ca-9e28-857f02b3f448 ASDC
2022-09-28T06:36:34.803Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:80e3ce2f-39c2-4252-8827-09fe011bfa67
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:fb9b0c96-e29b-45ca-9e28-857f02b3f448
ServiceInvariantUUID:2da16b05-f3c0-469d-8fe7-97408b908ea0
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:a5b8aeab-bc6e-4e0d-879b-4b66bda85939
ArtifactChecksum:M2QwZTg1NjE4MjY4MjNjN2E2MzUxMmFhYmM2MTQyMTI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d1a4af44-e6f6-40bf-be07-55ee5b3400f8
ResourceInvariantUUID:c8347fa7-794c-4591-b512-a7c4375037da
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1cf4c462-d7a7-4ea6-afa4-8a64fc3fbdd1
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:de45060e-4bb5-40b8-b48c-15fcc306e00f
ArtifactChecksum:M2I0YzNmOTBmM2RjNzhhMGRmYWQxYWZjYTU5MDQwZjk=
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:a00da31b-b602-4611-b4ea-a06df6c80f43
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:0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2
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:0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-28T06:36:34.803Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb9b0c96-e29b-45ca-9e28-857f02b3f448 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-28T06:36:34.888Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:36:34.890Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:36:34.890Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:36:34.890Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a5b8aeab-bc6e-4e0d-879b-4b66bda85939 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-28T06:36:34.891Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-28T06:36:34.891Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-28T06:36:34.992Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-28T06:36:34.996Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a5b8aeab-bc6e-4e0d-879b-4b66bda85939 82525
2022-09-28T06:36:34.996Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-28T06:36:34.996Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-28T06:36:34.997Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:36:34.997Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:35.000Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:35.000Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346994996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:36:35.100Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:35.101Z||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-09-28T06:36:35.101Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:35.152Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:35.153Z||pool-81-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:36.001Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:36:36.002Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:36:36.002Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: a5b8aeab-bc6e-4e0d-879b-4b66bda85939, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-28T06:36:36.003Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-28T06:36:36.003Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-28T06:36:36.004Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-28T06:36:36.202Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11860074752912755535/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-28T06:36:37.488Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-BasicVmMacro-csar.csar
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-BasicVmMacro-csar.csar
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-BasicVmMacro-csar.csar
2022-09-28T06:36:37.489Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-BasicVmMacro-csar.csar
2022-09-28T06:36:37.490Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-BasicVmMacro-csar.csar
2022-09-28T06:36:37.490Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-28T06:36:37.490Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:36:37.490Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.490Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:37.490Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:37.491Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:36:37.491Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:36:37.491Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.491Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:37.491Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:37.491Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:36:37.492Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:36:37.492Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.492Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:37.492Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.492Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-28T06:36:37.492Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:37.493Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:36:37.494Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.494Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:37.494Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:36:37.494Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.494Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:37.494Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:36:37.494Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e92ce1e1-c853-4079-a61a-f6a68ab1fadf
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:37.495Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.496Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:37.496Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:37.496Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:37.496Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:fb9b0c96-e29b-45ca-9e28-857f02b3f448
Model Version:NULL
Model InvariantUuid:2da16b05-f3c0-469d-8fe7-97408b908ea0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:9dfb06fc-9574-4f6c-862a-f4dbe593c931
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c8347fa7-794c-4591-b512-a7c4375037da
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d1a4af44-e6f6-40bf-be07-55ee5b3400f8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ab450810-7d54-45ef-8e8e-5e72a418d6dd
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:a0f651e2-a1f8-4b67-b7f2-8006d8e03431
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e92ce1e1-c853-4079-a61a-f6a68ab1fadf
ModelInvariantUuid:35ef32f8-bc91-4616-ad95-47d6654748fc
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:beb8737a-4029-47a9-af17-adf1dbcd2a9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a1ad0478-23ba-4a30-832c-aa097739e0e5
ModelInvariantUuid:1bbbf12f-6062-4da2-a4a1-04938ff88631
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:ac710a93-4250-4e07-9254-42f38193146f
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-09-28T06:36:37.505Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 1cf4c462-d7a7-4ea6-afa4-8a64fc3fbdd1
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-09-28T06:36:37.513Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||basic_vm_macro 0
2022-09-28T06:36:37.514Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1cf4c462-d7a7-4ea6-afa4-8a64fc3fbdd1
2022-09-28T06:36:37.514Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: de45060e-4bb5-40b8-b48c-15fcc306e00f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-28T06:36:37.514Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-28T06:36:37.514Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:37.585Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-28T06:36:37.586Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json de45060e-4bb5-40b8-b48c-15fcc306e00f 792
2022-09-28T06:36:37.586Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:37.586Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:37.586Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:36:37.586Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:37.588Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:37.588Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346997586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:36:37.688Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:37.689Z||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-09-28T06:36:37.689Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:37.733Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:37.734Z||pool-82-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:38.589Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ab450810-7d54-45ef-8e8e-5e72a418d6dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0f651e2-a1f8-4b67-b7f2-8006d8e03431",
    "vfModuleModelCustomizationUUID": "3a80a282-450f-4ce5-b92a-cfcab5fb1d2a",
    "isBase": true,
    "artifacts": [
      "a00da31b-b602-4611-b4ea-a06df6c80f43",
      "0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2"
    ],
    "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-09-28T06:36:38.594Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0f651e2-a1f8-4b67-b7f2-8006d8e03431
VfModuleModelInvariantUUID:ab450810-7d54-45ef-8e8e-5e72a418d6dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a00da31b-b602-4611-b4ea-a06df6c80f43
,
0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2

}
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-09-28T06:36:38.597Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ab450810-7d54-45ef-8e8e-5e72a418d6dd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a0f651e2-a1f8-4b67-b7f2-8006d8e03431",
    "vfModuleModelCustomizationUUID": "3a80a282-450f-4ce5-b92a-cfcab5fb1d2a",
    "isBase": true,
    "artifacts": [
      "a00da31b-b602-4611-b4ea-a06df6c80f43",
      "0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2"
    ],
    "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-09-28T06:36:38.597Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a0f651e2-a1f8-4b67-b7f2-8006d8e03431
VfModuleModelInvariantUUID:ab450810-7d54-45ef-8e8e-5e72a418d6dd
VfModuleModelDescription:NULL
Artifacts UUID List:{
a00da31b-b602-4611-b4ea-a06df6c80f43
,
0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2

}
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-09-28T06:36:38.597Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a00da31b-b602-4611-b4ea-a06df6c80f43 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-28T06:36:38.597Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-28T06:36:38.598Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:38.664Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-28T06:36:38.665Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml a00da31b-b602-4611-b4ea-a06df6c80f43 5033
2022-09-28T06:36:38.665Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:38.665Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:38.665Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:36:38.665Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:38.667Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:38.667Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346998665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:36:38.768Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:38.769Z||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-09-28T06:36:38.769Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:38.789Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:38.790Z||pool-83-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:39.668Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-28T06:36:39.669Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-28T06:36:39.669Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:39.738Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-28T06:36:39.738Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0f6283f2-0743-40f7-bbb2-a73a8fb9e2f2 903
2022-09-28T06:36:39.739Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:39.739Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:39.739Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:36:39.739Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:39.750Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:39.750Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346999739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:36:39.848Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-28T06:36:39.849Z||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-09-28T06:36:39.849Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:39.865Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:39.866Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:40.751Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fb9b0c96-e29b-45ca-9e28-857f02b3f448
2022-09-28T06:36:40.751Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1cf4c462-d7a7-4ea6-afa4-8a64fc3fbdd1 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-09-28T06:36:40.768Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32ae3cab, org.onap.sdc.toscaparser.api.parameters.Input@2a7e296b, org.onap.sdc.toscaparser.api.parameters.Input@2ac20e0b, org.onap.sdc.toscaparser.api.parameters.Input@7c88f9d0, org.onap.sdc.toscaparser.api.parameters.Input@3f00d98e]
2022-09-28T06:36:40.770Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.770Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.771Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-28T06:36:40.771Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= d1a4af44-e6f6-40bf-be07-55ee5b3400f8
2022-09-28T06:36:40.771Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d1a4af44-e6f6-40bf-be07-55ee5b3400f8 matches Tosca VF Customization UUID: d1a4af44-e6f6-40bf-be07-55ee5b3400f8
2022-09-28T06:36:40.771Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: d1a4af44-e6f6-40bf-be07-55ee5b3400f8  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-09-28T06:36:40.774Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.774Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.775Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id d1a4af44-e6f6-40bf-be07-55ee5b3400f8: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-28T06:36:40.775Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@651b56d1
2022-09-28T06:36:40.775Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.775Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-28T06:36:40.775Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3a80a282-450f-4ce5-b92a-cfcab5fb1d2a
2022-09-28T06:36:40.775Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3a80a282-450f-4ce5-b92a-cfcab5fb1d2a
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-09-28T06:36:40.778Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.778Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:40.779Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:36:40.779Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.779Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:40.779Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:36:40.779Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.780Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-28T06:36:40.780Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-28T06:36:40.780Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-28T06:36:40.780Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e92ce1e1-c853-4079-a61a-f6a68ab1fadf
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-09-28T06:36:40.783Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.783Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:40.783Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-28T06:36:40.783Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.783Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-28T06:36:40.784Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d1a4af44-e6f6-40bf-be07-55ee5b3400f8
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-09-28T06:36:40.786Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.786Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.786Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fb9b0c96-e29b-45ca-9e28-857f02b3f448: basic_vm_macro
2022-09-28T06:36:40.786Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.786Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.786Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.787Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.787Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.787Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.787Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.787Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.788Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:36:40.788Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:36:40.788Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:40.900Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1cf4c462-d7a7-4ea6-afa4-8a64fc3fbdd1 1 ASDC deployResourceStructure
2022-09-28T06:36:40.900Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:40.901Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:40.901Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:36:40.901Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:40.904Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:40.904Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347000900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:36:41.004Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:41.005Z||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-09-28T06:36:41.005Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:41.021Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:41.021Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:41.904Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:41.905Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:41.905Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:36:41.905Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:41.907Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:41.907Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347001904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:36:42.020Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-09-28T06:36:42.021Z||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-09-28T06:36:42.022Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:42.042Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:42.043Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:42.908Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:42.908Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||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-09-28T06:36:42.908Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:36:42.909Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:42.910Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:42.910Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347002908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-28T06:36:43.011Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:43.011Z||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-09-28T06:36:43.011Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:43.026Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:43.026Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:43.911Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-09-28T06:36:43.911Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-28T06:36:43.911Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:36:43.912Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:36:43.914Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:36:43.914Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347003911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:36:44.014Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:36:44.015Z||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-09-28T06:36:44.015Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:36:44.046Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:36:44.046Z||pool-88-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:36:44.914Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:36:44.939Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
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-09-28T06:36:44.943Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:36:44.943Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:36:44.943Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:37:14.943Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:37:14.956Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
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-09-28T06:37:14.963Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:37:14.963Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:37:14.963Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:37:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:37:26.561Z||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-09-28T06:37:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:37:26.696Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:37:26.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:37:26.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:37:26.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:37:44.963Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:37:44.977Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
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-09-28T06:37:44.979Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:37:44.979Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:37:44.980Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:38:14.980Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:38:14.999Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
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-09-28T06:38:15.002Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:38:15.002Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:38:15.002Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:38:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:38:26.561Z||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-09-28T06:38:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:38:26.608Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:38:26.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.642Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346979027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346982311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346986519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664346986196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346994268,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346994271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346994996,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.650Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346994779,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346995876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346996751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.652Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "cds",
  "timestamp": 1664346996785,
  "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-09-28T06:38:26.666Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80e3ce2f-39c2-4252-8827-09fe011bfa67
2022-09-28T06:38:26.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80e3ce2f-39c2-4252-8827-09fe011bfa67 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-09-28T06:38:26.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346997586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346996974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.676Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664346997756,
  "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-09-28T06:38:26.680Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80e3ce2f-39c2-4252-8827-09fe011bfa67
2022-09-28T06:38:26.680Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80e3ce2f-39c2-4252-8827-09fe011bfa67 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-09-28T06:38:26.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346998665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346998015,
  "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-09-28T06:38:26.705Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80e3ce2f-39c2-4252-8827-09fe011bfa67
2022-09-28T06:38:26.706Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80e3ce2f-39c2-4252-8827-09fe011bfa67 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-09-28T06:38:26.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664346999739,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346999019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347000900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.716Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347001904,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.717Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347002908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.718Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347003911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.719Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664347003658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.723Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664346997793,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.724Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664347008739,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664346985979,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "cds",
  "timestamp": 1664347010037,
  "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-09-28T06:38:26.741Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 63b4425c-9761-4bc2-a499-5c4b82bd0a5c
2022-09-28T06:38:26.742Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b4425c-9761-4bc2-a499-5c4b82bd0a5c 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-09-28T06:38:26.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347010232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347011308,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664347011246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347012403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "aai-ml",
  "timestamp": 1664347012250,
  "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-09-28T06:38:26.757Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80e3ce2f-39c2-4252-8827-09fe011bfa67
2022-09-28T06:38:26.758Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80e3ce2f-39c2-4252-8827-09fe011bfa67 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-09-28T06:38:26.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.770Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.770Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.770Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347013470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.771Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347014574,
  "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-09-28T06:38:26.778Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 63b4425c-9761-4bc2-a499-5c4b82bd0a5c
2022-09-28T06:38:26.778Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b4425c-9761-4bc2-a499-5c4b82bd0a5c 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-09-28T06:38:26.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347006196,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.788Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347015581,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.789Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.790Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347018768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.791Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347012311,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664346994777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347022776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347023137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664347023384,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.795Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "clamp",
  "timestamp": 1664347023780,
  "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-09-28T06:38:26.801Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80e3ce2f-39c2-4252-8827-09fe011bfa67
2022-09-28T06:38:26.801Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80e3ce2f-39c2-4252-8827-09fe011bfa67 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-09-28T06:38:26.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.813Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.813Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.813Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347025323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.813Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.814Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.814Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.814Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347026325,
  "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-09-28T06:38:26.820Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 63b4425c-9761-4bc2-a499-5c4b82bd0a5c
2022-09-28T06:38:26.820Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b4425c-9761-4bc2-a499-5c4b82bd0a5c 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-09-28T06:38:26.831Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.832Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.834Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.834Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664347031194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.835Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.835Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "aai-ml",
  "timestamp": 1664347032198,
  "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-09-28T06:38:26.841Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 63b4425c-9761-4bc2-a499-5c4b82bd0a5c
2022-09-28T06:38:26.841Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b4425c-9761-4bc2-a499-5c4b82bd0a5c 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-09-28T06:38:26.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.852Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:38:26.852Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347002004,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:38:26.853Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:38:26.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347037775,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:38:26.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.853Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347042780,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:38:26.854Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:38:26.854Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:38:26.854Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "63b4425c-9761-4bc2-a499-5c4b82bd0a5c",
  "consumerID": "clamp",
  "timestamp": 1664347043783,
  "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-09-28T06:38:26.858Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 63b4425c-9761-4bc2-a499-5c4b82bd0a5c
2022-09-28T06:38:26.858Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 63b4425c-9761-4bc2-a499-5c4b82bd0a5c 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-09-28T06:38:45.002Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:38:45.040Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67
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-09-28T06:38:45.047Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:38:45.047Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:38:45.047Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:38:45.047Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:38:45.047Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:38:45.048Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:38:45.048Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:38:45.048Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:38:45.048Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:38:45.048Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:38:45.049Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-09-28T06:38:45.054Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:39:15.054Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67 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-09-28T06:39:15.063Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80e3ce2f-39c2-4252-8827-09fe011bfa67 and serviceModelVersionId: fb9b0c96-e29b-45ca-9e28-857f02b3f448
2022-09-28T06:39:15.063Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2da16b05-f3c0-469d-8fe7-97408b908ea0
2022-09-28T06:39:15.064Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0
2022-09-28T06:39:15.070Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:39:15.120Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0|INFO|500||Invoke
2022-09-28T06:39:15.121Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80e3ce2f-39c2-4252-8827-09fe011bfa67], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bcd26f66-b996-4c5d-bb60-1220b47ff112], X-ECOMP-RequestID=[80e3ce2f-39c2-4252-8827-09fe011bfa67], X-TransactionId=[], X-ONAP-RequestID=[80e3ce2f-39c2-4252-8827-09fe011bfa67], Content-Type=[application/merge-patch+json]}
2022-09-28T06:39:15.144Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-28T06:39:15.310Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?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/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220928-06:39:13:936-62894], vertex-id=[516152], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:39:13 GMT], Content-Type=[application/json]}
2022-09-28T06:39:15.311Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:39:15.312Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2da16b05-f3c0-469d-8fe7-97408b908ea0/model-vers/model-ver/fb9b0c96-e29b-45ca-9e28-857f02b3f448?depth=0|INFO|500||InvokeReturn
2022-09-28T06:39:15.317Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:39:15.318Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-09-28T06:39:15.329Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-09-28T06:39:15.330Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80e3ce2f-39c2-4252-8827-09fe011bfa67 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:39:15.330Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:39:15.331Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:15.333Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:15.333Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347155330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:39:15.434Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:39:15.435Z||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-09-28T06:39:15.435Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:15.451Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:15.451Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-28T06:39:16.346Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:39:16.347Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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-09-28T06:39:16.347Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:39:20.928Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:20.929Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-28T06:39:20.929Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4bf6f044-fa84-463e-a2ab-0cbd6134a84c","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"bbefa32f-4c5b-48b0-9d02-b564aa46453c","serviceDescription":"service","serviceInvariantUUID":"98b96003-d654-4342-ab9e-6217f9d72ef2","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997","resourceInvariantUUID":"ada06a5e-2c8a-46c3-8d3a-544be1c2cdef","resourceCustomizationUUID":"3674899d-c5aa-42f4-9b84-8c85e77f79ed","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":"ZDExYzY3Nzc0MGQ4MmZlZjY4OWM5YjUwYzIzNmE5YWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"402d2015-e70f-468b-ab31-fe9420c1c11a","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":"9f1572fa-72ba-4eee-b962-abfce2e76a0c","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":"04e72dbc-8f42-4a47-9cca-0fa110cbcf1a","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":"YmNhZWNjN2MzM2Y2MzVkMjY5YTc1MmEwY2ExMjFiOTY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"90069d3b-f037-4c47-9602-6598deb9c9fe","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":"e321a97f-f9d6-4934-8aa3-2a933ab561b1","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":"c15e2de8-1102-4829-aff5-750d339df507","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":"f4df6146-0e3d-49a6-b1be-c0848a72b727","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":"NDlhMjIxZjMwOGJkZjVhMzEwYzFhMzgzNWRhNjIyZGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"899b4887-92b0-4f63-84b0-48e0ce18928e","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzYyNTJiMGNiNTcwNjIxMWMzODcyNjg4YWI5MGViMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40dda336-405b-4fa6-9074-6a80798087d5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-28T06:39:20.931Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:20.932Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:20.934Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:20.934Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:21.036Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-28T06:39:21.037Z||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-09-28T06:39:21.038Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:21.068Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:21.069Z||pool-90-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:21.934Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:21.935Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:21.937Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:21.937Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:22.038Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-28T06:39:22.039Z||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-09-28T06:39:22.039Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:22.056Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:22.057Z||pool-91-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:22.938Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:22.939Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:22.941Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:22.941Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:23.041Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:23.042Z||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-09-28T06:39:23.042Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:23.061Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:23.062Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:23.942Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:23.942Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:23.944Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:23.944Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:24.044Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:24.047Z||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-09-28T06:39:24.047Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:24.068Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:24.069Z||pool-93-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:24.944Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:24.945Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:24.947Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:24.947Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:25.047Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:25.048Z||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-09-28T06:39:25.048Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:25.065Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:25.065Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:25.947Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:25.948Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:25.950Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:25.950Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.056Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-28T06:39:26.057Z||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-09-28T06:39:26.057Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:26.071Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:26.071Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:39:26.561Z||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-09-28T06:39:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:39:26.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:26.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.603Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.604Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.605Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.606Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.606Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.606Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.607Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.608Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-28T06:39:26.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347084028,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.616Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347084776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:39:26.616Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.616Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347086196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347094865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1664347085978,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:39:26.617Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347094566,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347096011,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.618Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "cds",
  "timestamp": 1664347096067,
  "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-09-28T06:39:26.634Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
2022-09-28T06:39:26.634Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf6f044-fa84-463e-a2ab-0cbd6134a84c 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-09-28T06:39:26.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347097057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-28T06:39:26.646Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:39:26.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1664347098060,
  "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-09-28T06:39:26.651Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
2022-09-28T06:39:26.651Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf6f044-fa84-463e-a2ab-0cbd6134a84c 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-09-28T06:39:26.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.659Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.659Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.659Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347099572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347092004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "aai-ml",
  "timestamp": 1664347100578,
  "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-09-28T06:39:26.664Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
2022-09-28T06:39:26.665Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf6f044-fa84-463e-a2ab-0cbd6134a84c 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-09-28T06:39:26.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.673Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.673Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.673Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.674Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:39:26.674Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:26.674Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:39:26.950Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:26.951Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:26.953Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:26.953Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:27.053Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:27.054Z||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-09-28T06:39:27.054Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:27.079Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:27.079Z||pool-96-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:27.953Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:27.953Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:27.955Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:27.956Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:39:28.056Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:28.057Z||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-09-28T06:39:28.057Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:28.075Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:28.075Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:39:28.956Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-28T06:39:28.956Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:28.958Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:28.958Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:39:29.058Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:29.059Z||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-09-28T06:39:29.060Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:29.080Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:29.081Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:29.960Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "bbefa32f-4c5b-48b0-9d02-b564aa46453c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "98b96003-d654-4342-ab9e-6217f9d72ef2",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "3674899d-c5aa-42f4-9b84-8c85e77f79ed",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997",
      "resourceInvariantUUID": "ada06a5e-2c8a-46c3-8d3a-544be1c2cdef",
      "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": "YzYyNTJiMGNiNTcwNjIxMWMzODcyNjg4YWI5MGViMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40dda336-405b-4fa6-9074-6a80798087d5"
    }
  ],
  "workloadContext": "Production"
}
2022-09-28T06:39:29.961Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-28T06:39:29.961Z|80e3ce2f-39c2-4252-8827-09fe011bfa67|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 bbefa32f-4c5b-48b0-9d02-b564aa46453c ASDC
2022-09-28T06:39:29.962Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4bf6f044-fa84-463e-a2ab-0cbd6134a84c
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:bbefa32f-4c5b-48b0-9d02-b564aa46453c
ServiceInvariantUUID:98b96003-d654-4342-ab9e-6217f9d72ef2
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:40dda336-405b-4fa6-9074-6a80798087d5
ArtifactChecksum:YzYyNTJiMGNiNTcwNjIxMWMzODcyNjg4YWI5MGViMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:3674899d-c5aa-42f4-9b84-8c85e77f79ed
ResourceInvariantUUID:ada06a5e-2c8a-46c3-8d3a-544be1c2cdef
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-28T06:39:29.962Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bbefa32f-4c5b-48b0-9d02-b564aa46453c 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-09-28T06:39:30.032Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:39:30.033Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:39:30.033Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:39:30.033Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 40dda336-405b-4fa6-9074-6a80798087d5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-28T06:39:30.033Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-28T06:39:30.034Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-28T06:39:30.127Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-28T06:39:30.133Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 40dda336-405b-4fa6-9074-6a80798087d5 110767
2022-09-28T06:39:30.133Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-28T06:39:30.133Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-28T06:39:30.133Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-28T06:39:30.134Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:30.136Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:30.136Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347170133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:39:30.236Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:30.237Z||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-09-28T06:39:30.237Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:30.275Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:30.276Z||pool-99-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-09-28T06:39:31.137Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-28T06:39:31.138Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-28T06:39:31.138Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 40dda336-405b-4fa6-9074-6a80798087d5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-28T06:39:31.138Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-28T06:39:31.139Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-28T06:39:31.139Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-28T06:39:31.295Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1622069037542341415/Definitions/service-TestPnfMacro-template.yml
2022-09-28T06:39:32.056Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-28T06:39:32.057Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:39:32.057Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-28T06:39:32.057Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-28T06:39:32.057Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-TestPnfMacro-csar.csar
2022-09-28T06:39:32.057Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-TestPnfMacro-csar.csar
2022-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||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-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-TestPnfMacro-csar.csar
2022-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-TestPnfMacro-csar.csar
2022-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-TestPnfMacro-csar.csar
2022-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-TestPnfMacro-csar.csar
2022-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.058Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.059Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-28T06:39:32.059Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:39:32.059Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:39:32.059Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.059Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.060Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-28T06:39:32.060Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-28T06:39:32.060Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-28T06:39:32.060Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.060Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.060Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.060Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.061Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.061Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.061Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.061Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.061Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.061Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.061Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:bbefa32f-4c5b-48b0-9d02-b564aa46453c
Model Version:NULL
Model InvariantUuid:98b96003-d654-4342-ab9e-6217f9d72ef2
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-09-28T06:39:32.071Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997
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-09-28T06:39:32.073Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||test-pnf 0
2022-09-28T06:39:32.074Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997
2022-09-28T06:39:32.074Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||No resources found for Service: bbefa32f-4c5b-48b0-9d02-b564aa46453c
2022-09-28T06:39:32.074Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: bbefa32f-4c5b-48b0-9d02-b564aa46453c
2022-09-28T06:39:32.074Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997 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-09-28T06:39:32.079Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ae58864, org.onap.sdc.toscaparser.api.parameters.Input@69fa3667, org.onap.sdc.toscaparser.api.parameters.Input@48089fe2, org.onap.sdc.toscaparser.api.parameters.Input@283dd18f, org.onap.sdc.toscaparser.api.parameters.Input@ebdda44]
2022-09-28T06:39:32.080Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.080Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.080Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid bbefa32f-4c5b-48b0-9d02-b564aa46453c: test-pnf
2022-09-28T06:39:32.080Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||Processing PNF resource: cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997
2022-09-28T06:39:32.081Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-28T06:39:32.081Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-28T06:39:32.081Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||Resource customization UUID: 3674899d-c5aa-42f4-9b84-8c85e77f79ed is the same as notified resource customizationUUID: 3674899d-c5aa-42f4-9b84-8c85e77f79ed
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-09-28T06:39:32.121Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf cf5b0a9b-5cb5-4b41-a5c2-319dbf4a5997 0 ASDC deployResourceStructure
2022-09-28T06:39:32.121Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-09-28T06:39:32.122Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-28T06:39:32.122Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-28T06:39:32.122Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:39:32.124Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:39:32.124Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347172121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:39:32.224Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:39:32.226Z||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-09-28T06:39:32.226Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:39:32.244Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:39:32.245Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-09-28T06:39:33.125Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:39:33.137Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
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-09-28T06:39:33.140Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:39:33.140Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:39:33.140Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:39:33.140Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:40:03.152Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:40:03.171Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
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-09-28T06:40:03.176Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:40:03.176Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:40:03.176Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:40:03.176Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:40:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:40:26.563Z||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-09-28T06:40:26.563Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:40:26.606Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:40:26.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:40:26.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:40:26.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:40:33.176Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:40:33.203Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
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-09-28T06:40:33.206Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:40:33.206Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:40:33.206Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:40:33.206Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:41:03.207Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:41:03.235Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
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-09-28T06:41:03.237Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:41:03.238Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:41:03.238Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-28T06:41:03.238Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-28T06:41:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:41:26.561Z||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-09-28T06:41:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:41:26.606Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:41:26.607Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.607Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.608Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.608Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.609Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.609Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.609Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.612Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.612Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.612Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347102312,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:41:26.613Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.613Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347111789,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:41:26.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:41:26.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347112102,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:41:26.614Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:41:26.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347113987,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:41:26.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:41:26.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347113809,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:41:26.615Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:41:26.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1664347114991,
  "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-09-28T06:41:26.622Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
2022-09-28T06:41:26.622Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf6f044-fa84-463e-a2ab-0cbd6134a84c 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-09-28T06:41:26.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "clamp",
  "timestamp": 1664347114822,
  "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-09-28T06:41:26.660Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
2022-09-28T06:41:26.660Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4bf6f044-fa84-463e-a2ab-0cbd6134a84c 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-09-28T06:41:26.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "80e3ce2f-39c2-4252-8827-09fe011bfa67",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347155330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:41:26.667Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:41:26.667Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.667Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.667Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.668Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:26.669Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:41:26.669Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:41:26.669Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:41:33.240Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-09-28T06:41:33.277Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c
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-09-28T06:41:33.281Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-28T06:41:33.281Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-28T06:41:33.281Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-28T06:41:33.281Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-28T06:41:33.281Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:41:33.281Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:41:33.281Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:41:33.282Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:41:33.282Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:41:33.282Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-28T06:41:33.282Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:41:33.288Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-28T06:42:03.292Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c 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-09-28T06:42:03.301Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4bf6f044-fa84-463e-a2ab-0cbd6134a84c and serviceModelVersionId: bbefa32f-4c5b-48b0-9d02-b564aa46453c
2022-09-28T06:42:03.301Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 98b96003-d654-4342-ab9e-6217f9d72ef2
2022-09-28T06:42:03.303Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0
2022-09-28T06:42:03.321Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-28T06:42:03.384Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0|INFO|500||Invoke
2022-09-28T06:42:03.385Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4bf6f044-fa84-463e-a2ab-0cbd6134a84c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2fe45d6d-6f21-4791-a604-85e30b60929b], X-ECOMP-RequestID=[4bf6f044-fa84-463e-a2ab-0cbd6134a84c], X-TransactionId=[], X-ONAP-RequestID=[4bf6f044-fa84-463e-a2ab-0cbd6134a84c], Content-Type=[application/merge-patch+json]}
2022-09-28T06:42:03.421Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-28T06:42:03.555Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?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/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220928-06:42:02:211-77906], vertex-id=[536632], Content-Length=[0], Date=[Wed, 28 Sep 2022 06:42:02 GMT], Content-Type=[application/json]}
2022-09-28T06:42:03.556Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-28T06:42:03.556Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/98b96003-d654-4342-ab9e-6217f9d72ef2/model-vers/model-ver/bbefa32f-4c5b-48b0-9d02-b564aa46453c?depth=0|INFO|500||InvokeReturn
2022-09-28T06:42:03.557Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-28T06:42:03.558Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:42:03.564Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:42:03.565Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4bf6f044-fa84-463e-a2ab-0cbd6134a84c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-28T06:42:03.565Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-28T06:42:03.565Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-28T06:42:03.569Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-28T06:42:03.569Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347323565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:42:03.669Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-28T06:42:03.670Z||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-09-28T06:42:03.670Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mclra5zvB79jVKwJ) ...
2022-09-28T06:42:03.693Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:42:03.694Z||pool-101-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-28T06:42:04.589Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:42:04.590Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:42:04.591Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:42:14.971Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:42:14.973Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:42:14.973Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:42:14.973Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:42:24.609Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:42:24.610Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:42:24.610Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:42:24.610Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:42:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:42:26.561Z||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-09-28T06:42:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:42:26.660Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:42:26.660Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:42:26.660Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:42:26.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:42:26.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:42:26.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-28T06:42:26.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347156346,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347170133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347172121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-28T06:42:26.662Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:42:34.189Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:42:34.191Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:42:34.192Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:42:34.192Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:42:43.879Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:42:43.880Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:42:43.881Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:42:43.881Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:42:53.471Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:43:26.519Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:43:26.520Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:43:26.520Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:43:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:43:26.561Z||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-09-28T06:43:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:43:27.102Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:43:27.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-28T06:43:27.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4bf6f044-fa84-463e-a2ab-0cbd6134a84c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1664347323565,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-28T06:43:27.104Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-28T06:43:36.102Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:44:26.519Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:44:26.520Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:44:26.520Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:44:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:44:26.561Z||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-09-28T06:44:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:44:36.083Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:44:36.121Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:45:26.519Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:45:26.520Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:45:26.520Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:45:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:45:26.561Z||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-09-28T06:45:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:45:36.084Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:45:36.142Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:46:26.519Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:46:26.521Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:46:26.521Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:46:26.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:46:26.561Z||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-09-28T06:46:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:46:36.087Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:46:36.127Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:47:26.519Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:47:26.521Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T06:47:26.521Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:47:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:47:26.561Z||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-09-28T06:47:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:47:36.130Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:47:36.135Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:48:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:48:26.522Z||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-09-28T06:48:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:48:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:48:26.561Z||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-09-28T06:48:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:48:36.099Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:48:36.135Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:49:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:49:26.520Z||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-09-28T06:49:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:49:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:49:26.561Z||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-09-28T06:49:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:49:36.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:49:36.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:50:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:50:26.520Z||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-09-28T06:50:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:50:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:50:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T06:50:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:50:36.071Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:50:36.115Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:51:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:51:26.520Z||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-09-28T06:51:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:51:26.560Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:51:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:51:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:51:36.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:51:36.115Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:52:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:52:26.520Z||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-09-28T06:52:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:52:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:52:26.561Z||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-09-28T06:52:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:52:36.082Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:52:36.119Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:53:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:53:26.520Z||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-09-28T06:53:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:53:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:53:26.561Z||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-09-28T06:53:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:53:36.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:53:36.121Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:54:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:54:26.520Z||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-09-28T06:54:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:54:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:54:26.561Z||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-09-28T06:54:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:54:36.089Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:54:36.127Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:55:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:55:26.531Z||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-09-28T06:55:26.531Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:55:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:55:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T06:55:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:55:36.100Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:55:36.122Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:56:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:56:26.520Z||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-09-28T06:56:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:56:26.560Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:56:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T06:56:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T06:56:36.078Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:56:36.116Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:57:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:57:26.520Z||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-09-28T06:57:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:57:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:57:26.561Z||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-09-28T06:57:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:57:36.121Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:57:36.140Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:58:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:58:26.522Z||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-09-28T06:58:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:58:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:58:26.561Z||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-09-28T06:58:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:58:36.168Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:58:36.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:59:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:59:26.520Z||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-09-28T06:59:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:59:26.561Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T06:59:26.562Z||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-09-28T06:59:26.562Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T06:59:36.120Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T06:59:36.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:00:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:00:26.520Z||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-09-28T07:00:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:00:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:00:26.561Z||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-09-28T07:00:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:00:36.128Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:00:36.130Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:01:26.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:01:26.520Z||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-09-28T07:01:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:01:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:01:26.561Z||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-09-28T07:01:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:01:36.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:01:36.121Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:02:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:02:26.520Z||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-09-28T07:02:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:02:26.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:02:26.561Z||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-09-28T07:02:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:02:36.123Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:02:36.126Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:03:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:03:26.520Z||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-09-28T07:03:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:03:26.560Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:03:26.561Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T07:03:26.561Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:03:36.091Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:03:36.126Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:04:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:04:26.520Z||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-09-28T07:04:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:04:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:04:26.561Z||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-09-28T07:04:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:04:36.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:04:36.114Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:05:26.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:05:26.521Z||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-09-28T07:05:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:05:26.560Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:05:26.561Z||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-09-28T07:05:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:05:36.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:05:36.122Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:06:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:06:26.520Z||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-09-28T07:06:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:06:26.560Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:06:26.561Z||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-09-28T07:06:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:06:36.102Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:06:36.136Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:07:26.520Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:07:26.521Z||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-09-28T07:07:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:07:26.560Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:07:26.561Z||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-09-28T07:07:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:07:36.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:07:36.115Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:08:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:08:26.521Z||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-09-28T07:08:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:08:26.560Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:08:26.561Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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-09-28T07:08:26.561Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:08:36.089Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:08:36.112Z|4bf6f044-fa84-463e-a2ab-0cbd6134a84c|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:09:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:09:26.521Z||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-09-28T07:09:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:09:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:09:26.561Z||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-09-28T07:09:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:09:36.138Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:09:36.146Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:10:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:10:26.521Z||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-09-28T07:10:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:10:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:10:26.561Z||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-09-28T07:10:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:10:36.089Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:10:36.118Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:11:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:11:26.520Z||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-09-28T07:11:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:11:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:11:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T07:11:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:11:36.081Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:11:36.125Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:12:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:12:26.520Z||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-09-28T07:12:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:12:26.562Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:12:26.563Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T07:12:26.563Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:12:36.085Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:12:36.111Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:13:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:13:26.520Z||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-09-28T07:13:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:13:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:13:26.561Z||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-09-28T07:13:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:13:36.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:13:36.118Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:14:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:14:26.520Z||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-09-28T07:14:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:14:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:14:26.561Z||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-09-28T07:14:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:14:36.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:14:36.124Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:15:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:15:26.520Z||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-09-28T07:15:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:15:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:15:26.561Z||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-09-28T07:15:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:15:36.091Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:15:36.122Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:16:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:16:26.521Z||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-09-28T07:16:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:16:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:16:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T07:16:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:16:36.085Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:16:36.129Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:17:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:17:26.520Z||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-09-28T07:17:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:17:26.560Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:17:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T07:17:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:17:36.088Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:17:36.115Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:18:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:18:26.520Z||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-09-28T07:18:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:18:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:18:26.560Z||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-09-28T07:18:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:18:36.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:18:36.116Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:19:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:19:26.522Z||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-09-28T07:19:26.522Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:19:26.560Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:19:26.561Z||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-09-28T07:19:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:19:36.087Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:19:36.121Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:20:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:20:26.520Z||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-09-28T07:20:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:20:26.560Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:20:26.561Z||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-09-28T07:20:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:20:36.077Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:20:36.134Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:21:26.519Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:21:26.520Z||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-09-28T07:21:26.521Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:21:26.560Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:21:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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-09-28T07:21:26.561Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:21:36.084Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:21:36.111Z|c0d1fc53-29fb-4e1d-b56f-41eaba06d910|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:22:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:22:26.520Z||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-09-28T07:22:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:22:26.560Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:22:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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-09-28T07:22:26.561Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|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 mclra5zvB79jVKwJ) ...
2022-09-28T07:22:36.086Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:22:36.107Z|f6bb3b90-9dd8-4059-90b6-f8ab5e0ba0bf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:23:26.519Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:23:26.520Z||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-09-28T07:23:26.520Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:23:26.560Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-28T07:23:26.561Z||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-09-28T07:23:26.561Z||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 mclra5zvB79jVKwJ) ...
2022-09-28T07:23:36.084Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-28T07:23:36.115Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK