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-12-30T10:42:03.250Z||main|||||INFO|500||The following profiles are active: basic
2022-12-30T10:42:14.680Z||main|||||INFO|500||Starting service [Tomcat]
2022-12-30T10:42:14.682Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-12-30T10:42:14.794Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-12-30T10:42:18.729Z||main|||||INFO|500||catdb-pool - Starting...
2022-12-30T10:42:19.223Z||main|||||INFO|500||catdb-pool - Start completed.
2022-12-30T10:42:19.683Z||main|||||INFO|500||reqdb-pool - Starting...
2022-12-30T10:42:19.690Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-12-30T10:42:19.831Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-12-30T10:42:20.026Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-12-30T10:42:20.677Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-12-30T10:42:22.433Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-30T10:42:24.710Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-30T10:42:24.770Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-12-30T10:42:25.329Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-12-30T10:42:25.607Z||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-12-30T10:42:26.816Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-12-30T10:42:27.895Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-12-30T10:42:27.914Z||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$$30e71889.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-12-30T10:42:27.915Z||main|||||WARN|500||The sdc end point is not alive
2022-12-30T10:42:31.431Z||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-12-30T10:42:34.965Z||main|||||WARN|500||---
2022-12-30T10:42:34.966Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-12-30T10:42:34.967Z||main|||||WARN|500||---
2022-12-30T10:42:35.427Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-12-30T10:42:40.345Z||main|||||INFO|500||Started Application in 40.023 seconds (JVM running for 42.027)
2022-12-30T10:42:40.358Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-12-30T10:42:40.364Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-12-30T10:42:40.382Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-12-30T10:42:40.409Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-12-30T10:42:40.456Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f24c8182-53f9-407e-98a1-4dba7353883c url= /sdc/v1/artifactTypes
2022-12-30T10:42:40.457Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-12-30T10:42:40.748Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-12-30T10:42:40.776Z||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-12-30T10:42:40.802Z||scheduling-1|||||DEBUG|500||create keys
2022-12-30T10:42:40.835Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-12-30T10:42:40.881Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:42:40.901Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 61a44355-7e90-4d31-8af0-da78708ad8e9 url= /sdc/v1/registerForDistribution
2022-12-30T10:42:41.116Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 61a44355-7e90-4d31-8af0-da78708ad8e9 url= /sdc/v1/registerForDistribution
2022-12-30T10:42:41.117Z||scheduling-1|||||INFO|500||start DistributionClient
2022-12-30T10:42:41.126Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:42:41.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:42:41.135Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-12-30T10:42:41.141Z||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-12-30T10:42:41.141Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:42:41.142Z||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-12-30T10:42:41.142Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:42:51.646Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:42:51.662Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:43:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:43:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T10:43:41.126Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T10:43:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:43:41.129Z||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-12-30T10:43:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:43:50.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:43:50.747Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:44:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:44:41.125Z||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-12-30T10:44:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:44:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:44:41.128Z||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-12-30T10:44:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:44:50.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:44:50.728Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:45:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:45:41.125Z||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-12-30T10:45:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:45:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:45:41.128Z||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-12-30T10:45:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:45:50.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:45:50.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:46:41.124Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:46:41.125Z||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-12-30T10:46:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:46:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:46:41.129Z||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-12-30T10:46:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:46:50.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:46:50.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:47:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:47:41.127Z||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-12-30T10:47:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:47:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:47:41.129Z||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-12-30T10:47:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:47:50.705Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:47:50.708Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:48:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:48:41.126Z||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-12-30T10:48:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:48:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:48:41.129Z||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-12-30T10:48:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:48:50.693Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:48:50.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:49:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:49:41.126Z||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-12-30T10:49:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:49:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:49:41.131Z||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-12-30T10:49:41.131Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:49:50.696Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:49:50.695Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:50:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:50:41.128Z||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-12-30T10:50:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:50:41.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:50:41.130Z||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-12-30T10:50:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:50:50.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:50:50.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:51:41.124Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:51:41.126Z||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-12-30T10:51:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:51:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:51:41.129Z||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-12-30T10:51:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:51:50.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:51:50.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:52:17.697Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-12-30T10:52:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:52:41.128Z||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-12-30T10:52:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:52:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:52:41.129Z||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-12-30T10:52:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:52:50.692Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:52:50.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:53:41.124Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:53:41.127Z||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-12-30T10:53:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:53:41.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:53:41.129Z||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-12-30T10:53:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:53:50.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:53:50.691Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:54:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:54:41.126Z||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-12-30T10:54:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:54:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:54:41.130Z||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-12-30T10:54:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:54:50.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:54:50.683Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:55:41.124Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:55:41.125Z||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-12-30T10:55:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:55:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:55:41.128Z||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-12-30T10:55:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:55:50.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:55:50.677Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:56:41.126Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:56:41.127Z||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-12-30T10:56:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:56:41.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:56:41.129Z||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-12-30T10:56:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:56:50.684Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:56:50.685Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:57:41.124Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:57:41.125Z||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-12-30T10:57:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:57:41.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:57:41.129Z||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-12-30T10:57:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:57:50.704Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:57:50.704Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:58:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:58:41.127Z||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-12-30T10:58:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:58:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:58:41.131Z||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-12-30T10:58:41.131Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:58:50.684Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:58:50.684Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:59:41.125Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:59:41.128Z||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-12-30T10:59:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:59:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T10:59:41.129Z||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-12-30T10:59:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T10:59:50.692Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T10:59:50.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:00:41.125Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:00:41.126Z||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-12-30T11:00:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:00:41.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:00:41.131Z||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-12-30T11:00:41.131Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:00:50.712Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:00:50.713Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:01:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:01:41.125Z||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-12-30T11:01:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:01:41.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:01:41.128Z||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-12-30T11:01:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:01:50.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:01:50.685Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:02:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:02:41.125Z||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-12-30T11:02:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:02:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:02:41.129Z||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-12-30T11:02:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:02:50.672Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:02:50.674Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:03:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:03:41.126Z||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-12-30T11:03:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:03:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:03:41.129Z||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-12-30T11:03:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:03:50.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:03:50.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:04:41.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:04:41.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:04:41.131Z||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-12-30T11:04:41.132Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:04:41.132Z||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-12-30T11:04:41.132Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:04:50.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:04:50.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:05:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:05:41.126Z||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-12-30T11:05:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:05:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:05:41.128Z||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-12-30T11:05:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:05:50.676Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:05:50.676Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:06:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:06:41.126Z||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-12-30T11:06:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:06:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:06:41.129Z||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-12-30T11:06:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:06:50.709Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:06:50.709Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:07:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:07:41.125Z||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-12-30T11:07:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:07:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:07:41.129Z||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-12-30T11:07:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:07:50.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:07:50.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:08:41.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:08:41.125Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T11:08:41.125Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:08:41.129Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:08:41.129Z||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-12-30T11:08:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:08:50.679Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:08:50.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:09:41.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:09:41.127Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:09:41.133Z||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-12-30T11:09:41.133Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T11:09:41.133Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:09:41.133Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:09:50.691Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:09:50.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:10:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:10:41.126Z||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-12-30T11:10:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:10:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:10:41.129Z||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-12-30T11:10:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:10:50.694Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:10:50.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:11:41.126Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:11:41.128Z||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-12-30T11:11:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:11:41.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:11:41.134Z||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-12-30T11:11:41.134Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:11:50.733Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:11:50.733Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:12:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:12:41.125Z||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-12-30T11:12:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:12:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:12:41.129Z||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-12-30T11:12:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:12:50.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:12:50.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:13:41.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:13:41.125Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T11:13:41.126Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:13:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:13:41.129Z||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-12-30T11:13:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:13:50.671Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:13:50.683Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:14:41.125Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:14:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:14:41.129Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T11:14:41.130Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:14:41.129Z||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-12-30T11:14:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:14:50.687Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:14:50.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:15:41.126Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:15:41.129Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:15:41.132Z||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-12-30T11:15:41.132Z||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-12-30T11:15:41.132Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:15:41.132Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:15:50.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:15:50.701Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:16:41.126Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:16:41.128Z||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-12-30T11:16:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:16:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:16:41.129Z||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-12-30T11:16:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:16:50.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:16:50.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:17:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:17:41.126Z||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-12-30T11:17:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:17:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:17:41.128Z||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-12-30T11:17:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:17:50.675Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:17:50.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:18:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:18:41.126Z||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-12-30T11:18:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:18:41.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:18:41.129Z||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-12-30T11:18:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:18:50.706Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:18:50.706Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:19:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:19:41.125Z||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-12-30T11:19:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:19:41.129Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:19:41.129Z||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-12-30T11:19:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:19:50.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:19:50.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:20:41.125Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:20:41.128Z||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-12-30T11:20:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:20:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:20:41.129Z||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-12-30T11:20:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:20:50.678Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:20:50.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:21:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:21:41.126Z||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-12-30T11:21:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:21:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:21:41.129Z||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-12-30T11:21:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:21:50.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:21:50.673Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:22:41.126Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:22:41.127Z||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-12-30T11:22:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:22:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:22:41.129Z||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-12-30T11:22:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:22:50.674Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:22:50.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:23:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:23:41.125Z||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-12-30T11:23:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:23:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:23:41.129Z||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-12-30T11:23:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:23:50.675Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:23:50.675Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:24:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:24:41.125Z||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-12-30T11:24:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:24:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:24:41.129Z||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-12-30T11:24:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:24:50.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:24:50.686Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:25:41.125Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:25:41.127Z||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-12-30T11:25:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:25:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:25:41.129Z||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-12-30T11:25:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:25:50.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:25:50.689Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:26:41.125Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:26:41.127Z||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-12-30T11:26:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:26:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:26:41.129Z||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-12-30T11:26:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:26:50.691Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:26:50.691Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:27:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:27:41.125Z||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-12-30T11:27:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:27:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:27:41.129Z||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-12-30T11:27:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:27:50.697Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:27:50.699Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:28:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:28:41.126Z||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-12-30T11:28:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:28:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:28:41.129Z||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-12-30T11:28:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:28:50.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:28:50.695Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:29:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:29:41.125Z||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-12-30T11:29:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:29:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:29:41.129Z||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-12-30T11:29:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:29:50.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:29:50.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:30:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:30:41.125Z||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-12-30T11:30:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:30:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:30:41.129Z||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-12-30T11:30:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:30:50.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:30:50.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:31:41.125Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:31:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:31:41.130Z||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-12-30T11:31:41.130Z||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-12-30T11:31:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:31:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:31:50.690Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:31:50.701Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:32:41.125Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:32:41.127Z||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-12-30T11:32:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:32:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:32:41.128Z||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-12-30T11:32:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:32:50.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:32:50.694Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:33:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:33:41.125Z||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-12-30T11:33:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:33:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:33:41.129Z||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-12-30T11:33:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:33:50.687Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:33:50.707Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:34:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:34:41.125Z||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-12-30T11:34:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:34:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:34:41.129Z||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-12-30T11:34:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:34:50.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:34:50.692Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:35:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:35:41.125Z||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-12-30T11:35:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:35:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:35:41.129Z||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-12-30T11:35:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:35:50.678Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:35:50.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:36:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:36:41.125Z||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-12-30T11:36:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:36:41.128Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:36:41.128Z||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-12-30T11:36:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:36:50.682Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:36:50.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:37:41.125Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:37:41.127Z||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-12-30T11:37:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:37:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:37:41.129Z||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-12-30T11:37:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:37:50.673Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:37:50.673Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:38:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:38:41.125Z||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-12-30T11:38:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:38:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:38:41.129Z||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-12-30T11:38:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:38:50.679Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:38:50.679Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:39:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:39:41.126Z||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-12-30T11:39:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:39:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:39:41.128Z||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-12-30T11:39:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:39:50.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:39:50.681Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:40:41.124Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:40:41.125Z||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-12-30T11:40:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:40:41.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:40:41.130Z||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-12-30T11:40:41.131Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:40:50.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:40:50.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:41:41.124Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:41:41.126Z||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-12-30T11:41:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:41:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:41:41.129Z||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-12-30T11:41:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:41:50.683Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:41:50.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:42:41.124Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:42:41.125Z||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-12-30T11:42:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:42:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:42:41.128Z||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-12-30T11:42:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:42:50.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:42:50.731Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:43:41.124Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:43:41.125Z||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-12-30T11:43:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:43:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:43:41.128Z||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-12-30T11:43:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:43:50.675Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:43:50.677Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:44:41.124Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:44:41.125Z||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-12-30T11:44:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:44:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:44:41.129Z||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-12-30T11:44:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:44:50.679Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:44:50.682Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:45:41.125Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:45:41.126Z||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-12-30T11:45:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:45:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:45:41.129Z||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-12-30T11:45:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:45:50.681Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:45:50.681Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:46:41.125Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:46:41.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:46:41.127Z||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-12-30T11:46:41.128Z||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-12-30T11:46:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:46:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:46:50.688Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:46:50.688Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:47:41.124Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:47:41.125Z||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-12-30T11:47:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:47:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:47:41.129Z||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-12-30T11:47:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:47:50.687Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:47:50.694Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:41.125Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:48:41.126Z||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-12-30T11:48:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:48:41.129Z||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-12-30T11:48:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:41.765Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:41.765Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:41.769Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.769Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d158b1f4-9493-4714-8810-09d612a00146","serviceName":"vFW 2022-12-30 11-46-59","serviceVersion":"1.0","serviceUUID":"ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf","serviceDescription":"catalog service description","serviceInvariantUUID":"807658a6-2431-49c3-8437-3c2b4f181bfb","resources":[{"resourceInstanceName":"vFW 64bf66e5-f9be 0","resourceName":"vFW 64bf66e5-f9be","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"08b14c86-8b30-4985-aacd-23590606b982","resourceInvariantUUID":"b480cdbd-f7ea-45b7-9c97-ad242f7631bd","resourceCustomizationUUID":"61bdfd4d-2f34-4a77-b134-b3a3db0a5cad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml","artifactChecksum":"OTRkOTI2M2QxZmJkZTM4MThkZmEwZGI5N2I0MTA4MDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d8a7e769-03dc-41af-a4c1-8fd2a980ffbe","artifactVersion":"1"},{"artifactName":"vfw64bf66e5f9be0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json","artifactChecksum":"NWM2N2ZmM2JiYjUzMjEzOWQxNmZjMTAyYzY2ZjMyYWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46152b57-8a14-4e04-9e86-8524a7938607","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"60f731ca-2cc0-436d-ad5b-87cc01193a15","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml","artifactChecksum":"NTA0MjkxOWM4YWI3NzgzYWQ4ODYyMzJjNGY1MTUxMTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd52e64a-b2e5-49c3-98c4-40c76d50e49d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0dce4f52-a539-464c-a9f8-f255584efd18","artifactVersion":"2","generatedFromUUID":"60f731ca-2cc0-436d-ad5b-87cc01193a15"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221230114659-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml","artifactChecksum":"ZDhjNWY3OTdkYzQwOTRjNjJiNzg2MWNkMGQzOWI5OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ffa0bc4-ba35-4456-85b0-7feb58f8912e","artifactVersion":"1"},{"artifactName":"service-Vfw20221230114659-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar","artifactChecksum":"YjBjOTg3ZjI1YTZlNzk2Yjc5YzA1ZTAyZDc0MTA5NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b16a07b-6143-409d-babf-0a05b766653b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T11:48:41.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400870661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.786Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:48:41.793Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:41.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400835916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.814Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:41.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.814Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400864485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400867036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400874348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400870661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T11:48:41.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400835916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400867036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400864485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400874348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.817Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400870661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-30T11:48:41.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400835916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.818Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400867036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400864485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.819Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400874348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.820Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.820Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.820Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400835916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.821Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400870661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.821Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400867036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.822Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.822Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.822Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400864485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400874348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.823Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.823Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400870661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-30T11:48:41.823Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400835916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.824Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400867036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.824Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.824Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400864485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400874348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.825Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400835916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400870661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400867036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400864485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400874348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400870661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:48:41.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.828Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400835916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:48:41.828Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400867036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:48:41.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.829Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400864485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:41.829Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.829Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400874348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:48:41.830Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:41.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.830Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400887702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:41.830Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:41.830Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400887782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:41.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:41.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400888143,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:41.831Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:41.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400888258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:41.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:41.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:41.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400888800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-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-12-30T11:48:41.914Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-12-30T11:48:41.918Z||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-12-30T11:48:41.918Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:41.935Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:41.935Z||pool-3-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T11:48:42.062Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d158b1f4-9493-4714-8810-09d612a00146
2022-12-30T11:48:42.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d158b1f4-9493-4714-8810-09d612a00146 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-12-30T11:48:42.116Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.116Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400888796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:42.116Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400889910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:42.117Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:42.117Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.117Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400891010,
  "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-12-30T11:48:42.133Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d158b1f4-9493-4714-8810-09d612a00146
2022-12-30T11:48:42.134Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d158b1f4-9493-4714-8810-09d612a00146 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-12-30T11:48:42.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400892022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T11:48:42.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:42.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400894125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:48:42.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:42.146Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400895130,
  "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-12-30T11:48:42.151Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d158b1f4-9493-4714-8810-09d612a00146
2022-12-30T11:48:42.151Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d158b1f4-9493-4714-8810-09d612a00146 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-12-30T11:48:42.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400905678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:48:42.159Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:48:42.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400906684,
  "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-12-30T11:48:42.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d158b1f4-9493-4714-8810-09d612a00146
2022-12-30T11:48:42.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d158b1f4-9493-4714-8810-09d612a00146 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-12-30T11:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400907730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.172Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400889804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400893029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400907688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400907730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400889804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400893029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T11:48:42.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400907688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400907730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400889804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400893029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-30T11:48:42.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400907688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400907730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400889804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400893029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400907688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400889804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400893029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-30T11:48:42.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400907730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:48:42.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400907688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:42.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:48:42.821Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:48:42.822Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:42.823Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:42.824Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T11:48:42.924Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:42.925Z||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-12-30T11:48:42.925Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:42.938Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:42.938Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:48:43.824Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:48:43.825Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:43.827Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:43.828Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-30T11:48:43.928Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:43.930Z||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-12-30T11:48:43.930Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:43.944Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:43.944Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:48:44.828Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:48:44.829Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:44.831Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:44.831Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:44.931Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:44.932Z||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-12-30T11:48:44.932Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:44.947Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:44.947Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:48:45.832Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:48:45.833Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:45.835Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:45.835Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-30T11:48:45.935Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T11:48:45.936Z||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-12-30T11:48:45.936Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:45.954Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:45.955Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:48:46.836Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:48:46.837Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:46.838Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:46.838Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:48:46.939Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:46.940Z||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-12-30T11:48:46.940Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:46.954Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:46.955Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:48:47.839Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:48:47.840Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:47.842Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:47.842Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:48:47.942Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:47.943Z||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-12-30T11:48:47.944Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:47.958Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:47.959Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:48:48.844Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "serviceName": "vFW 2022-12-30 11-46-59",
  "serviceVersion": "1.0",
  "serviceUUID": "ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "807658a6-2431-49c3-8437-3c2b4f181bfb",
  "resources": [
    {
      "resourceInstanceName": "vFW 64bf66e5-f9be 0",
      "resourceCustomizationUUID": "61bdfd4d-2f34-4a77-b134-b3a3db0a5cad",
      "resourceName": "vFW 64bf66e5-f9be",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "08b14c86-8b30-4985-aacd-23590606b982",
      "resourceInvariantUUID": "b480cdbd-f7ea-45b7-9c97-ad242f7631bd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw64bf66e5f9be0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
          "artifactChecksum": "NWM2N2ZmM2JiYjUzMjEzOWQxNmZjMTAyYzY2ZjMyYWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "46152b57-8a14-4e04-9e86-8524a7938607",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "60f731ca-2cc0-436d-ad5b-87cc01193a15",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0dce4f52-a539-464c-a9f8-f255584efd18",
            "generatedFromUUID": "60f731ca-2cc0-436d-ad5b-87cc01193a15"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0dce4f52-a539-464c-a9f8-f255584efd18",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221230114659-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
      "artifactChecksum": "YjBjOTg3ZjI1YTZlNzk2Yjc5YzA1ZTAyZDc0MTA5NTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b16a07b-6143-409d-babf-0a05b766653b"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T11:48:48.845Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T11:48:48.845Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf ASDC
2022-12-30T11:48:48.976Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d158b1f4-9493-4714-8810-09d612a00146
ServiceName:vFW 2022-12-30 11-46-59
ServiceVersion:1.0
ServiceUUID:ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf
ServiceInvariantUUID:807658a6-2431-49c3-8437-3c2b4f181bfb
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221230114659-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar
ArtifactUUID:2b16a07b-6143-409d-babf-0a05b766653b
ArtifactChecksum:YjBjOTg3ZjI1YTZlNzk2Yjc5YzA1ZTAyZDc0MTA5NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 64bf66e5-f9be 0
ResourceCustomizationUUID:61bdfd4d-2f34-4a77-b134-b3a3db0a5cad
ResourceInvariantUUID:b480cdbd-f7ea-45b7-9c97-ad242f7631bd
ResourceName:vFW 64bf66e5-f9be
ResourceType:VF
ResourceUUID:08b14c86-8b30-4985-aacd-23590606b982
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw64bf66e5f9be0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json
ArtifactUUID:46152b57-8a14-4e04-9e86-8524a7938607
ArtifactChecksum:NWM2N2ZmM2JiYjUzMjEzOWQxNmZjMTAyYzY2ZjMyYWY=
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/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml
ArtifactUUID:60f731ca-2cc0-436d-ad5b-87cc01193a15
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/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env
ArtifactUUID:0dce4f52-a539-464c-a9f8-f255584efd18
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/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env
ArtifactUUID:0dce4f52-a539-464c-a9f8-f255584efd18
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-30T11:48:48.978Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf 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-12-30T11:48:49.033Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T11:48:49.034Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T11:48:49.035Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T11:48:49.035Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b16a07b-6143-409d-babf-0a05b766653b from URL: /sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:49.036Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:48:49.037Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:49.161Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:48:49.182Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar 2b16a07b-6143-409d-babf-0a05b766653b 101511
2022-12-30T11:48:49.184Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar ASDC sendASDCNotification
2022-12-30T11:48:49.184Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:49.184Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:48:49.186Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:49.188Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:49.188Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400929182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:49.288Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:49.289Z||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-12-30T11:48:49.289Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:49.304Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:49.304Z||pool-10-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:48:50.188Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T11:48:50.189Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T11:48:50.190Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2b16a07b-6143-409d-babf-0a05b766653b, URL: /sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar to file: /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:50.191Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221230114659-csar.csar
2022-12-30T11:48:50.279Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:50.279Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:51.089Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2052669308586163851/Definitions/service-Vfw20221230114659-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_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
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-12-30T11:48:54.024Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T11:48:54.029Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T11:48:54.029Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.030Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-12-30T11:48:54.030Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.030Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.030Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.030Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.031Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.031Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.031Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.031Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.031Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.032Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 64bf66e5-f9be 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-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.032Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221230114659-csar.csar
2022-12-30T11:48:54.032Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T11:48:54.038Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.040Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:54.044Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:54.044Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T11:48:54.046Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T11:48:54.047Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.048Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:54.048Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:54.048Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T11:48:54.048Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T11:48:54.049Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.049Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:54.052Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.052Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is not matching search criteria
2022-12-30T11:48:54.052Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T11:48:54.053Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T11:48:54.053Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T11:48:54.053Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.053Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.054Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.054Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T11:48:54.054Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T11:48:54.054Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T11:48:54.055Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.055Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.055Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T11:48:54.055Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.056Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T11:48:54.056Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.056Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T11:48:54.056Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.057Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T11:48:54.058Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.058Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:54.058Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:54.059Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.059Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:54.059Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:54.059Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.060Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:54.060Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:54.060Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.060Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is not matching search criteria
2022-12-30T11:48:54.061Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T11:48:54.061Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T11:48:54.061Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-30T11:48:54.061Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T11:48:54.062Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T11:48:54.062Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.062Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.062Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T11:48:54.063Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.063Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T11:48:54.063Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.063Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=776c34e7-7d74-42a8-b3cc-d4af00dca872
2022-12-30T11:48:54.064Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.064Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is not matching search criteria
2022-12-30T11:48:54.064Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T11:48:54.064Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T11:48:54.065Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T11:48:54.065Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.065Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.065Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.065Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T11:48:54.066Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-30T11:48:54.066Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T11:48:54.066Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.066Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T11:48:54.067Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.067Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a4fa52e-e787-4aa2-b218-fc64c65fed0a
2022-12-30T11:48:54.067Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.067Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is not matching search criteria
2022-12-30T11:48:54.068Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T11:48:54.068Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T11:48:54.068Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T11:48:54.068Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.069Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.069Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.069Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T11:48:54.069Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T11:48:54.069Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T11:48:54.070Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:54.070Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:54.070Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-30T11:48:54.071Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fb212479-5ce1-4c0b-abc6-a71afecc28bc
2022-12-30T11:48:54.071Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.071Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:54.071Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.072Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:54.072Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.072Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:54.072Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:54.073Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:54.073Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-12-30 11-46-59
Description:catalog service description
Model UUID:ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf
Model Version:NULL
Model InvariantUuid:807658a6-2431-49c3-8437-3c2b4f181bfb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 64bf66e5-f9be
Model UUID:a41aa11e-d637-416e-b97c-c71605b64cf5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b480cdbd-f7ea-45b7-9c97-ad242f7631bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:61bdfd4d-2f34-4a77-b134-b3a3db0a5cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5d5e6680-7bc7-4a55-87f8-ab621e0987c7
ModelName:Vfw64bf66e5F9be..base_vfw..module-0
ModelUuid:b15f6218-2635-4c6a-b562-f8fe3356b3d8
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:776c34e7-7d74-42a8-b3cc-d4af00dca872
ModelInvariantUuid:ce2ee58b-1c43-4ea9-bd1d-4b0ebc97eb52
ModelName:vFW 64bf66e5-f9be-nodes.vfwCvfc
ModelUuid:aa96f468-a8b9-4228-acda-11240ad99a5f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:b247ab98-b291-45f4-b5d9-77079e2787ce
ModelInvariantUuid:4ca3f00e-39d0-48fe-996e-ab9afe805f38
ModelName:Vfw64bf66e5F9be.compute.nodes.heat.vfw
ModelUuid:5f0ef062-ece7-4a22-81ec-d1268d75d19b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9a4fa52e-e787-4aa2-b218-fc64c65fed0a
ModelInvariantUuid:b4da7383-a458-484c-a360-5776c5311e95
ModelName:vFW 64bf66e5-f9be-nodes.vsnCvfc
ModelUuid:d6d9cead-8e29-4837-b8b4-f5143d0d008b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:97305082-c883-4752-900d-826ebfd18d00
ModelInvariantUuid:0239c29c-57a4-430e-bf81-9e66e97b1659
ModelName:Vfw64bf66e5F9be.compute.nodes.heat.vsn
ModelUuid:20953394-81f4-459d-a5b9-2e5faec4bfd6
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:fb212479-5ce1-4c0b-abc6-a71afecc28bc
ModelInvariantUuid:c6aec830-8a55-44c0-9517-15650b42be2e
ModelName:vFW 64bf66e5-f9be-nodes.vpgCvfc
ModelUuid:db0946f2-e71c-4288-8341-8c541253e6b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:4008c1b9-7c2f-4cd9-9d52-106ead0ad60a
ModelInvariantUuid:4c40fe20-dc9b-42bb-afce-3df92cef3483
ModelName:Vfw64bf66e5F9be.compute.nodes.heat.vpg
ModelUuid:833c420d-bc0c-41e1-a743-2e32efe37b82
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-12-30T11:48:54.085Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 08b14c86-8b30-4985-aacd-23590606b982
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-12-30T11:48:54.179Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||vFW 64bf66e5-f9be 0
2022-12-30T11:48:54.186Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 08b14c86-8b30-4985-aacd-23590606b982
2022-12-30T11:48:54.186Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 46152b57-8a14-4e04-9e86-8524a7938607 from URL: /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json
2022-12-30T11:48:54.187Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:48:54.187Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json
2022-12-30T11:48:54.275Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:48:54.276Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json 46152b57-8a14-4e04-9e86-8524a7938607 785
2022-12-30T11:48:54.276Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json ASDC sendASDCNotification
2022-12-30T11:48:54.277Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json
2022-12-30T11:48:54.277Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:48:54.277Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:54.279Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:54.280Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400934276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:54.380Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:54.381Z||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-12-30T11:48:54.381Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:54.402Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:54.402Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:48:55.281Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw64bf66e5F9be..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5d5e6680-7bc7-4a55-87f8-ab621e0987c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b15f6218-2635-4c6a-b562-f8fe3356b3d8",
    "vfModuleModelCustomizationUUID": "f0f26be2-4d9c-40c7-9dcd-998992f0f131",
    "isBase": true,
    "artifacts": [
      "60f731ca-2cc0-436d-ad5b-87cc01193a15",
      "0dce4f52-a539-464c-a9f8-f255584efd18"
    ],
    "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-12-30T11:48:55.295Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64bf66e5F9be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b15f6218-2635-4c6a-b562-f8fe3356b3d8
VfModuleModelInvariantUUID:5d5e6680-7bc7-4a55-87f8-ab621e0987c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
60f731ca-2cc0-436d-ad5b-87cc01193a15
,
0dce4f52-a539-464c-a9f8-f255584efd18

}
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-12-30T11:48:55.297Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw64bf66e5F9be..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5d5e6680-7bc7-4a55-87f8-ab621e0987c7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b15f6218-2635-4c6a-b562-f8fe3356b3d8",
    "vfModuleModelCustomizationUUID": "f0f26be2-4d9c-40c7-9dcd-998992f0f131",
    "isBase": true,
    "artifacts": [
      "60f731ca-2cc0-436d-ad5b-87cc01193a15",
      "0dce4f52-a539-464c-a9f8-f255584efd18"
    ],
    "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-12-30T11:48:55.298Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw64bf66e5F9be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b15f6218-2635-4c6a-b562-f8fe3356b3d8
VfModuleModelInvariantUUID:5d5e6680-7bc7-4a55-87f8-ab621e0987c7
VfModuleModelDescription:NULL
Artifacts UUID List:{
60f731ca-2cc0-436d-ad5b-87cc01193a15
,
0dce4f52-a539-464c-a9f8-f255584efd18

}
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-12-30T11:48:55.298Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60f731ca-2cc0-436d-ad5b-87cc01193a15 from URL: /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml
2022-12-30T11:48:55.298Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:48:55.298Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml
2022-12-30T11:48:55.356Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:48:55.357Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml 60f731ca-2cc0-436d-ad5b-87cc01193a15 20368
2022-12-30T11:48:55.357Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-30T11:48:55.358Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml
2022-12-30T11:48:55.358Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:48:55.358Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:55.360Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:55.360Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400935357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:55.460Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:55.461Z||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-12-30T11:48:55.461Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:55.476Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:55.476Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:48:56.361Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0dce4f52-a539-464c-a9f8-f255584efd18 from URL: /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env
2022-12-30T11:48:56.362Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:48:56.362Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env
2022-12-30T11:48:56.412Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:48:56.412Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env 0dce4f52-a539-464c-a9f8-f255584efd18 2098
2022-12-30T11:48:56.413Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-30T11:48:56.413Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env
2022-12-30T11:48:56.413Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:48:56.413Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:56.415Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:56.416Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400936413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:48:56.516Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:56.517Z||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-12-30T11:48:56.518Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:56.530Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:56.530Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:48:57.416Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf
2022-12-30T11:48:57.417Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 64bf66e5-f9be 0 08b14c86-8b30-4985-aacd-23590606b982 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-12-30T11:48:57.457Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b268433, org.onap.sdc.toscaparser.api.parameters.Input@2f419e26, org.onap.sdc.toscaparser.api.parameters.Input@fa2884b, org.onap.sdc.toscaparser.api.parameters.Input@12d7e78a, org.onap.sdc.toscaparser.api.parameters.Input@3dffeeff]
2022-12-30T11:48:57.461Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.461Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.461Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-30T11:48:57.462Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 61bdfd4d-2f34-4a77-b134-b3a3db0a5cad
2022-12-30T11:48:57.462Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61bdfd4d-2f34-4a77-b134-b3a3db0a5cad matches Tosca VF Customization UUID: 61bdfd4d-2f34-4a77-b134-b3a3db0a5cad
2022-12-30T11:48:57.462Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 61bdfd4d-2f34-4a77-b134-b3a3db0a5cad  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-12-30T11:48:57.468Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.468Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.469Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 61bdfd4d-2f34-4a77-b134-b3a3db0a5cad: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-30T11:48:57.469Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4361a6d3
2022-12-30T11:48:57.469Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.469Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T11:48:57.470Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f0f26be2-4d9c-40c7-9dcd-998992f0f131
2022-12-30T11:48:57.471Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f0f26be2-4d9c-40c7-9dcd-998992f0f131
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-12-30T11:48:57.477Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.477Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:57.477Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:57.478Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.478Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:57.478Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:57.478Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.479Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is not matching search criteria
2022-12-30T11:48:57.479Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T11:48:57.479Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T11:48:57.479Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-12-30T11:48:57.479Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T11:48:57.479Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T11:48:57.480Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.480Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:57.480Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T11:48:57.480Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:57.480Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T11:48:57.480Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.481Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=776c34e7-7d74-42a8-b3cc-d4af00dca872
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-12-30T11:48:57.491Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.491Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:57.491Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:57.492Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.492Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is not matching search criteria
2022-12-30T11:48:57.492Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T11:48:57.492Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T11:48:57.492Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T11:48:57.493Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:57.493Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.493Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.493Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T11:48:57.493Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-12-30T11:48:57.493Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-12-30T11:48:57.494Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:57.494Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-12-30T11:48:57.494Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.494Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9a4fa52e-e787-4aa2-b218-fc64c65fed0a
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-12-30T11:48:57.496Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.496Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:57.496Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:57.499Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.499Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is not matching search criteria
2022-12-30T11:48:57.499Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-12-30T11:48:57.499Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-12-30T11:48:57.499Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-12-30T11:48:57.500Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:57.500Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.500Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.500Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-12-30T11:48:57.500Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-12-30T11:48:57.500Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-12-30T11:48:57.501Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-12-30T11:48:57.501Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-12-30T11:48:57.501Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-12-30T11:48:57.501Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=fb212479-5ce1-4c0b-abc6-a71afecc28bc
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-12-30T11:48:57.503Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.504Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:57.504Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:48:57.504Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.505Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Node template vFW 64bf66e5-f9be 0 is matching search criteria
2022-12-30T11:48:57.505Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 64bf66e5-f9be 0] matching following query criteria: sdcType=VF, customizationUUID=61bdfd4d-2f34-4a77-b134-b3a3db0a5cad
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-12-30T11:48:57.507Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.507Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.507Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf: vFW 64bf66e5-f9be
2022-12-30T11:48:57.507Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.508Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.508Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.508Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.508Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.508Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.508Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.509Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.509Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:48:57.509Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-12-30 11-46-59 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:48:57.509Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-12-30 11-46-59 
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-12-30T11:48:57.817Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 64bf66e5-f9be 08b14c86-8b30-4985-aacd-23590606b982 1 ASDC deployResourceStructure
2022-12-30T11:48:57.818Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json ASDC sendASDCNotification
2022-12-30T11:48:57.818Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json
2022-12-30T11:48:57.818Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:48:57.818Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:57.820Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:57.820Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400937818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T11:48:57.920Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:48:57.921Z||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-12-30T11:48:57.921Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:57.933Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:57.934Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:48:58.821Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-12-30T11:48:58.821Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml
2022-12-30T11:48:58.821Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:48:58.821Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:58.823Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:58.823Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400938821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T11:48:58.924Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T11:48:58.924Z||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-12-30T11:48:58.924Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:58.946Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:58.947Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:48:59.824Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-12-30T11:48:59.825Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env
2022-12-30T11:48:59.825Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:48:59.825Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:48:59.827Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:48:59.827Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400939824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-30T11:48:59.928Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T11:48:59.929Z||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-12-30T11:48:59.929Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:48:59.948Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:48:59.949Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:00.828Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar ASDC sendASDCNotification
2022-12-30T11:49:00.828Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar
2022-12-30T11:49:00.828Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:49:00.829Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:00.830Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:00.830Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400940828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:49:00.930Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:00.931Z||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-12-30T11:49:00.932Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:00.952Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:00.952Z||pool-17-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:01.832Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d158b1f4-9493-4714-8810-09d612a00146
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T11:49:01.851Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d158b1f4-9493-4714-8810-09d612a00146
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-12-30T11:49:01.854Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T11:49:01.854Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T11:49:01.854Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T11:49:01.854Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T11:49:01.855Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:49:01.855Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:49:01.855Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:49:01.855Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:49:01.855Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:49:01.855Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T11:49:01.860Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T11:49:31.860Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d158b1f4-9493-4714-8810-09d612a00146 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-12-30T11:49:31.869Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d158b1f4-9493-4714-8810-09d612a00146 and serviceModelVersionId: ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf
2022-12-30T11:49:31.870Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 807658a6-2431-49c3-8437-3c2b4f181bfb
2022-12-30T11:49:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:49:41.129Z||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-12-30T11:49:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:41.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:41.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:49:41.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:49:41.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:49:46.066Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0
2022-12-30T11:49:46.165Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T11:49:46.635Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0|INFO|500||Invoke
2022-12-30T11:49:46.642Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d158b1f4-9493-4714-8810-09d612a00146], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d0a2dd3-45c2-4ff4-860e-f44cc5ffc6d8], X-ECOMP-RequestID=[d158b1f4-9493-4714-8810-09d612a00146], X-TransactionId=[], X-ONAP-RequestID=[d158b1f4-9493-4714-8810-09d612a00146], Content-Type=[application/merge-patch+json]}
2022-12-30T11:49:46.769Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T11:49:47.043Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?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/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 11:49:47 GMT], content-length=[0], vertex-id=[213232], x-aai-txid=[1-aai-resources-221230-11:49:47:071-98318], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T11:49:47.045Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-30T11:49:47.046Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/807658a6-2431-49c3-8437-3c2b4f181bfb/model-vers/model-ver/ad3fa72f-0a55-480f-8bb8-c5e63ffe65cf?depth=0|INFO|500||InvokeReturn
2022-12-30T11:49:47.050Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T11:49:47.050Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T11:49:47.059Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T11:49:47.061Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d158b1f4-9493-4714-8810-09d612a00146 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T11:49:47.062Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T11:49:47.068Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:47.070Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:47.070Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400987061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T11:49:47.170Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:47.171Z||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-12-30T11:49:47.171Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:47.185Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:47.186Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T11:49:48.082Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T11:49:48.082Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"c460b760-5cfb-43b0-bcee-94768a982ac8","serviceName":"basic_onboard_hfKRXu","serviceVersion":"1.0","serviceUUID":"288c821e-d2a2-4af0-9ae5-4d6db3f8a032","serviceDescription":"service","serviceInvariantUUID":"49a23c6c-8160-4ce6-b1df-09c7044bf78c","resources":[{"resourceInstanceName":"basic_onboard_hfKRXu 0","resourceName":"basic_onboard_hfKRXu","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6cf93eed-537b-49ae-828a-48e1e8770194","resourceInvariantUUID":"d98f5aa3-06fc-413f-8c45-030da20021c8","resourceCustomizationUUID":"e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml","artifactChecksum":"MzQ4MWFkYjYyYjg4OGMwZDUxN2YzZGZiZGQ1NjE4MDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0511c656-2618-4e50-beca-2d667b46d311","artifactVersion":"1"},{"artifactName":"basic_onboard_hfkrxu0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json","artifactChecksum":"ODJmMzAzZTYxMzFjOTRiOWUxYzU0YmViYzRjNGY2NWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f892abc1-816e-41b0-9aaf-a567a951c9ac","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"258831af-af53-4762-a558-7e296abf9216","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"620d008d-5b1c-4f00-9a75-7f3051bb9339","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8f3aad20-6ed1-4425-bbfb-8e9e334173bb","artifactVersion":"2","generatedFromUUID":"258831af-af53-4762-a558-7e296abf9216"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardHfkrxu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml","artifactChecksum":"MzE1NjRmNjM2NjNlNzM4Mzg4ZDYwNjVlYzMxYThjNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5b1ed227-7b68-468e-892c-3f8b63f527f5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardHfkrxu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar","artifactChecksum":"NWUwMTkyMjY4ZmI1YmM5NmVhZmEzNWE1NmFlOTEzOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5229a0fc-abb2-4493-980a-47cbae53272f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T11:49:48.083Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:49:48.083Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:48.085Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:48.085Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:49:48.185Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:48.186Z||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-12-30T11:49:48.186Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:48.219Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:48.220Z||pool-19-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:49.085Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:49:49.086Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:49.088Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:49.088Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T11:49:49.188Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:49.189Z||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-12-30T11:49:49.189Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:49.204Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:49.204Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:50.088Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:49:50.089Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:50.091Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:50.091Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-30T11:49:50.191Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:50.193Z||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-12-30T11:49:50.193Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:50.208Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:50.208Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:49:51.092Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:49:51.093Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:51.095Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:51.095Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:49:51.195Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:51.196Z||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-12-30T11:49:51.196Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:51.226Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:51.226Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:49:52.096Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:49:52.096Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:52.098Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:52.098Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-30T11:49:52.198Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:52.199Z||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-12-30T11:49:52.200Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:52.217Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:52.218Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:53.098Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:49:53.102Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:53.104Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:53.104Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:49:53.205Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:53.205Z||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-12-30T11:49:53.205Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:53.223Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:53.224Z||pool-24-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:54.105Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T11:49:54.106Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:54.107Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:54.107Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:49:54.207Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:54.208Z||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-12-30T11:49:54.208Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:54.221Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:54.222Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:55.109Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "serviceName": "basic_onboard_hfKRXu",
  "serviceVersion": "1.0",
  "serviceUUID": "288c821e-d2a2-4af0-9ae5-4d6db3f8a032",
  "serviceDescription": "service",
  "serviceInvariantUUID": "49a23c6c-8160-4ce6-b1df-09c7044bf78c",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_hfKRXu 0",
      "resourceCustomizationUUID": "e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36",
      "resourceName": "basic_onboard_hfKRXu",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6cf93eed-537b-49ae-828a-48e1e8770194",
      "resourceInvariantUUID": "d98f5aa3-06fc-413f-8c45-030da20021c8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_hfkrxu0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
          "artifactChecksum": "ODJmMzAzZTYxMzFjOTRiOWUxYzU0YmViYzRjNGY2NWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f892abc1-816e-41b0-9aaf-a567a951c9ac",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "258831af-af53-4762-a558-7e296abf9216",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "8f3aad20-6ed1-4425-bbfb-8e9e334173bb",
            "generatedFromUUID": "258831af-af53-4762-a558-7e296abf9216"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "8f3aad20-6ed1-4425-bbfb-8e9e334173bb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardHfkrxu-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
      "artifactChecksum": "NWUwMTkyMjY4ZmI1YmM5NmVhZmEzNWE1NmFlOTEzOTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5229a0fc-abb2-4493-980a-47cbae53272f"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T11:49:55.109Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T11:49:55.109Z|d158b1f4-9493-4714-8810-09d612a00146|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 288c821e-d2a2-4af0-9ae5-4d6db3f8a032 ASDC
2022-12-30T11:49:55.110Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:c460b760-5cfb-43b0-bcee-94768a982ac8
ServiceName:basic_onboard_hfKRXu
ServiceVersion:1.0
ServiceUUID:288c821e-d2a2-4af0-9ae5-4d6db3f8a032
ServiceInvariantUUID:49a23c6c-8160-4ce6-b1df-09c7044bf78c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardHfkrxu-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar
ArtifactUUID:5229a0fc-abb2-4493-980a-47cbae53272f
ArtifactChecksum:NWUwMTkyMjY4ZmI1YmM5NmVhZmEzNWE1NmFlOTEzOTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_hfKRXu 0
ResourceCustomizationUUID:e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36
ResourceInvariantUUID:d98f5aa3-06fc-413f-8c45-030da20021c8
ResourceName:basic_onboard_hfKRXu
ResourceType:VF
ResourceUUID:6cf93eed-537b-49ae-828a-48e1e8770194
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_hfkrxu0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json
ArtifactUUID:f892abc1-816e-41b0-9aaf-a567a951c9ac
ArtifactChecksum:ODJmMzAzZTYxMzFjOTRiOWUxYzU0YmViYzRjNGY2NWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml
ArtifactUUID:258831af-af53-4762-a558-7e296abf9216
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env
ArtifactUUID:8f3aad20-6ed1-4425-bbfb-8e9e334173bb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env
ArtifactUUID:8f3aad20-6ed1-4425-bbfb-8e9e334173bb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-30T11:49:55.110Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 288c821e-d2a2-4af0-9ae5-4d6db3f8a032 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-12-30T11:49:55.139Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T11:49:55.140Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T11:49:55.140Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T11:49:55.140Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5229a0fc-abb2-4493-980a-47cbae53272f from URL: /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:55.140Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:49:55.141Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:55.219Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:49:55.223Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar 5229a0fc-abb2-4493-980a-47cbae53272f 75683
2022-12-30T11:49:55.223Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar ASDC sendASDCNotification
2022-12-30T11:49:55.223Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:55.223Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:49:55.224Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:55.226Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:55.226Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400995223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:49:55.326Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:55.327Z||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-12-30T11:49:55.327Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:55.342Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:55.342Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:56.227Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T11:49:56.228Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-12-30T11:49:56.228Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5229a0fc-abb2-4493-980a-47cbae53272f, URL: /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar to file: /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:56.229Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:56.230Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:56.230Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:56.440Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11432602796872427979/Definitions/service-BasicOnboardHfkrxu-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-12-30T11:49:57.597Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T11:49:57.598Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T11:49:57.598Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.598Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-30T11:49:57.598Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.598Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.598Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.598Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.599Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.599Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_hfKRXu 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-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.599Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:49:57.599Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-12-30T11:49:57.599Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.599Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:49:57.599Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:49:57.600Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T11:49:57.600Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T11:49:57.600Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.600Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:49:57.600Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:49:57.600Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-12-30T11:49:57.600Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T11:49:57.601Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.601Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:49:57.601Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.601Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is not matching search criteria
2022-12-30T11:49:57.601Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-12-30T11:49:57.602Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-12-30T11:49:57.602Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-12-30T11:49:57.602Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-30T11:49:57.602Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T11:49:57.602Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.602Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T11:49:57.603Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.603Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:49:57.603Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:49:57.603Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.603Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:49:57.603Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:49:57.604Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.604Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:49:57.604Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:49:57.604Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.604Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is not matching search criteria
2022-12-30T11:49:57.605Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-30T11:49:57.605Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-30T11:49:57.605Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39f16581-409c-45e7-afaf-729474d77159
2022-12-30T11:49:57.605Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.606Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:49:57.606Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.606Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:49:57.606Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.606Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:49:57.607Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:49:57.607Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:49:57.607Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_hfKRXu
Description:service
Model UUID:288c821e-d2a2-4af0-9ae5-4d6db3f8a032
Model Version:NULL
Model InvariantUuid:49a23c6c-8160-4ce6-b1df-09c7044bf78c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_hfKRXu
Model UUID:2b127b63-e002-4798-8e25-5c2376b9135b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d98f5aa3-06fc-413f-8c45-030da20021c8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53d39946-b6e6-4bd3-a638-a2025086478b
ModelName:BasicOnboardHfkrxu..base_ubuntu18..module-0
ModelUuid:811525d3-51f8-40d7-879a-fd22c110a3e3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:39f16581-409c-45e7-afaf-729474d77159
ModelInvariantUuid:481490e8-26ec-4492-87c8-259e30a2d7da
ModelName:basic_onboard_hfKRXu-nodes.ubuntu18Cvfc
ModelUuid:84dcc950-d809-4bc1-837a-42e29f0105b5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9f9c7823-6599-453e-8de0-7ea8e495b7e8
ModelInvariantUuid:f0292ad6-8b06-43f0-8631-53b2be366923
ModelName:BasicOnboardHfkrxu.compute.nodes.heat.ubuntu18
ModelUuid:dd8a8547-915a-4da6-a227-f2e7c538a107
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-12-30T11:49:57.615Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 6cf93eed-537b-49ae-828a-48e1e8770194
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-12-30T11:49:57.618Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||basic_onboard_hfKRXu 0
2022-12-30T11:49:57.619Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6cf93eed-537b-49ae-828a-48e1e8770194
2022-12-30T11:49:57.619Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f892abc1-816e-41b0-9aaf-a567a951c9ac from URL: /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json
2022-12-30T11:49:57.619Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:49:57.619Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json
2022-12-30T11:49:57.679Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:49:57.679Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json f892abc1-816e-41b0-9aaf-a567a951c9ac 798
2022-12-30T11:49:57.679Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json ASDC sendASDCNotification
2022-12-30T11:49:57.679Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json
2022-12-30T11:49:57.679Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:49:57.680Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:57.682Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:57.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400997679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:49:57.783Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:57.783Z||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-12-30T11:49:57.784Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:57.797Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:57.798Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:58.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHfkrxu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "53d39946-b6e6-4bd3-a638-a2025086478b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "811525d3-51f8-40d7-879a-fd22c110a3e3",
    "vfModuleModelCustomizationUUID": "9c6dec28-1363-4624-92d0-2e8fd804d337",
    "isBase": true,
    "artifacts": [
      "258831af-af53-4762-a558-7e296abf9216",
      "8f3aad20-6ed1-4425-bbfb-8e9e334173bb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-30T11:49:58.688Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHfkrxu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:811525d3-51f8-40d7-879a-fd22c110a3e3
VfModuleModelInvariantUUID:53d39946-b6e6-4bd3-a638-a2025086478b
VfModuleModelDescription:NULL
Artifacts UUID List:{
258831af-af53-4762-a558-7e296abf9216
,
8f3aad20-6ed1-4425-bbfb-8e9e334173bb

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

isBase:true


}

2022-12-30T11:49:58.691Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardHfkrxu..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "53d39946-b6e6-4bd3-a638-a2025086478b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "811525d3-51f8-40d7-879a-fd22c110a3e3",
    "vfModuleModelCustomizationUUID": "9c6dec28-1363-4624-92d0-2e8fd804d337",
    "isBase": true,
    "artifacts": [
      "258831af-af53-4762-a558-7e296abf9216",
      "8f3aad20-6ed1-4425-bbfb-8e9e334173bb"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-30T11:49:58.691Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardHfkrxu..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:811525d3-51f8-40d7-879a-fd22c110a3e3
VfModuleModelInvariantUUID:53d39946-b6e6-4bd3-a638-a2025086478b
VfModuleModelDescription:NULL
Artifacts UUID List:{
258831af-af53-4762-a558-7e296abf9216
,
8f3aad20-6ed1-4425-bbfb-8e9e334173bb

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

isBase:true


}

2022-12-30T11:49:58.691Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 258831af-af53-4762-a558-7e296abf9216 from URL: /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml
2022-12-30T11:49:58.691Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:49:58.691Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml
2022-12-30T11:49:58.754Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:49:58.755Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml 258831af-af53-4762-a558-7e296abf9216 5033
2022-12-30T11:49:58.755Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-30T11:49:58.755Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml
2022-12-30T11:49:58.755Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:49:58.755Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:58.758Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:58.758Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400998755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:49:58.858Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:58.859Z||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-12-30T11:49:58.859Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:58.873Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:58.873Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:49:59.759Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8f3aad20-6ed1-4425-bbfb-8e9e334173bb from URL: /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env
2022-12-30T11:49:59.759Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-12-30T11:49:59.760Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env
2022-12-30T11:49:59.811Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-12-30T11:49:59.811Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env 8f3aad20-6ed1-4425-bbfb-8e9e334173bb 909
2022-12-30T11:49:59.812Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-30T11:49:59.812Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env
2022-12-30T11:49:59.812Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T11:49:59.812Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:49:59.814Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:49:59.814Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400999812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:49:59.914Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:49:59.915Z||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-12-30T11:49:59.915Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:49:59.928Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:49:59.929Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:50:00.815Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 288c821e-d2a2-4af0-9ae5-4d6db3f8a032
2022-12-30T11:50:00.815Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_hfKRXu 0 6cf93eed-537b-49ae-828a-48e1e8770194 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T11:50:00.835Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3a5ed9c8, org.onap.sdc.toscaparser.api.parameters.Input@1b02f011, org.onap.sdc.toscaparser.api.parameters.Input@6934255f, org.onap.sdc.toscaparser.api.parameters.Input@13b14cc3, org.onap.sdc.toscaparser.api.parameters.Input@5fed47e4]
2022-12-30T11:50:00.836Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.836Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.837Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-12-30T11:50:00.837Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36
2022-12-30T11:50:00.837Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36 matches Tosca VF Customization UUID: e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36
2022-12-30T11:50:00.838Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36  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-12-30T11:50:00.852Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.852Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.853Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-30T11:50:00.853Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27bef6f
2022-12-30T11:50:00.853Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.854Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T11:50:00.854Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9c6dec28-1363-4624-92d0-2e8fd804d337
2022-12-30T11:50:00.854Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9c6dec28-1363-4624-92d0-2e8fd804d337
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-12-30T11:50:00.865Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.866Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:50:00.866Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:50:00.867Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.867Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:50:00.867Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:50:00.868Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.868Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is not matching search criteria
2022-12-30T11:50:00.868Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-12-30T11:50:00.869Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-12-30T11:50:00.869Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=39f16581-409c-45e7-afaf-729474d77159
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-12-30T11:50:00.872Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.872Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:50:00.872Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T11:50:00.873Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.874Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_hfKRXu 0 is matching search criteria
2022-12-30T11:50:00.874Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_hfKRXu 0] matching following query criteria: sdcType=VF, customizationUUID=e3ad6eae-1d57-46b8-a2dc-246fb6bcbe36
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-12-30T11:50:00.877Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.877Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.877Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 288c821e-d2a2-4af0-9ae5-4d6db3f8a032: basic_onboard_hfKRXu
2022-12-30T11:50:00.877Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.878Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.878Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.878Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.879Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.879Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.879Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.880Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.880Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T11:50:00.880Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_hfKRXu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T11:50:00.881Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_hfKRXu 
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-12-30T11:50:01.010Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_hfKRXu 6cf93eed-537b-49ae-828a-48e1e8770194 1 ASDC deployResourceStructure
2022-12-30T11:50:01.011Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json ASDC sendASDCNotification
2022-12-30T11:50:01.011Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json
2022-12-30T11:50:01.011Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:50:01.011Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:50:01.013Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:50:01.013Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401001011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:01.114Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:50:01.115Z||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-12-30T11:50:01.115Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:50:01.130Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:50:01.131Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:50:02.014Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-12-30T11:50:02.015Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml
2022-12-30T11:50:02.015Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:50:02.015Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:50:02.017Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:50:02.017Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401002014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:02.117Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:50:02.118Z||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-12-30T11:50:02.118Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:50:02.130Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:50:02.132Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-30T11:50:03.017Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-12-30T11:50:03.018Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env
2022-12-30T11:50:03.019Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:50:03.019Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:50:03.021Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:50:03.021Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401003017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:03.121Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:50:03.122Z||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-12-30T11:50:03.122Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:50:03.133Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:50:03.134Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:50:04.022Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar ASDC sendASDCNotification
2022-12-30T11:50:04.022Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar
2022-12-30T11:50:04.023Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T11:50:04.023Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:50:04.025Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:50:04.025Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401004022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:04.125Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T11:50:04.126Z||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-12-30T11:50:04.126Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:50:04.137Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:50:04.138Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T11:50:05.026Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c460b760-5cfb-43b0-bcee-94768a982ac8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T11:50:05.039Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c460b760-5cfb-43b0-bcee-94768a982ac8
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-12-30T11:50:05.041Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T11:50:05.042Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T11:50:05.042Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T11:50:35.042Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c460b760-5cfb-43b0-bcee-94768a982ac8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T11:50:35.052Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c460b760-5cfb-43b0-bcee-94768a982ac8
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-12-30T11:50:35.054Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T11:50:35.054Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T11:50:35.055Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T11:50:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:50:41.129Z||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-12-30T11:50:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:50:41.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:50:41.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400889804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400893029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400907730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400907688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400889804,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400893029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672400907730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400907688,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400925401,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400925430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400925680,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672400926435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-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-12-30T11:50:41.186Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c460b760-5cfb-43b0-bcee-94768a982ac8
2022-12-30T11:50:41.187Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c460b760-5cfb-43b0-bcee-94768a982ac8 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-12-30T11:50:41.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400926490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400927545,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.198Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400928580,
  "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-12-30T11:50:41.202Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c460b760-5cfb-43b0-bcee-94768a982ac8
2022-12-30T11:50:41.202Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c460b760-5cfb-43b0-bcee-94768a982ac8 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-12-30T11:50:41.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672400929585,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:41.214Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400929182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400933606,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "aai-model-loader",
  "timestamp": 1672400934611,
  "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-12-30T11:50:41.220Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c460b760-5cfb-43b0-bcee-94768a982ac8
2022-12-30T11:50:41.220Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c460b760-5cfb-43b0-bcee-94768a982ac8 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-12-30T11:50:41.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400934349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.228Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.228Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.228Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400934276,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.228Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400934349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400935357,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400934349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.229Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400936413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400934349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400937818,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/vfw64bf66e5f9be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.230Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400934349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400938821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400934349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.231Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400939824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/resourceInstances/vfw64bf66e5f9be0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400934349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400940828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221230114659/1.0/artifacts/service-Vfw20221230114659-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:41.232Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400942153,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400944741,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:50:41.233Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672400945746,
  "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-12-30T11:50:41.237Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c460b760-5cfb-43b0-bcee-94768a982ac8
2022-12-30T11:50:41.238Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c460b760-5cfb-43b0-bcee-94768a982ac8 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-12-30T11:51:05.055Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c460b760-5cfb-43b0-bcee-94768a982ac8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T11:51:05.068Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c460b760-5cfb-43b0-bcee-94768a982ac8
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-12-30T11:51:05.071Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T11:51:05.072Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T11:51:05.072Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T11:51:05.072Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T11:51:05.073Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:51:05.073Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:51:05.073Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:51:05.074Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:51:05.074Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T11:51:05.074Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T11:51:05.080Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T11:51:35.080Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c460b760-5cfb-43b0-bcee-94768a982ac8 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-12-30T11:51:35.088Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c460b760-5cfb-43b0-bcee-94768a982ac8 and serviceModelVersionId: 288c821e-d2a2-4af0-9ae5-4d6db3f8a032
2022-12-30T11:51:35.088Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 49a23c6c-8160-4ce6-b1df-09c7044bf78c
2022-12-30T11:51:35.089Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/49a23c6c-8160-4ce6-b1df-09c7044bf78c/model-vers/model-ver/288c821e-d2a2-4af0-9ae5-4d6db3f8a032?depth=0
2022-12-30T11:51:35.094Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T11:51:35.139Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a23c6c-8160-4ce6-b1df-09c7044bf78c/model-vers/model-ver/288c821e-d2a2-4af0-9ae5-4d6db3f8a032?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-12-30T11:51:35.140Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a23c6c-8160-4ce6-b1df-09c7044bf78c/model-vers/model-ver/288c821e-d2a2-4af0-9ae5-4d6db3f8a032?depth=0|INFO|500||Invoke
2022-12-30T11:51:35.169Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a23c6c-8160-4ce6-b1df-09c7044bf78c/model-vers/model-ver/288c821e-d2a2-4af0-9ae5-4d6db3f8a032?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T11:51:35.335Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a23c6c-8160-4ce6-b1df-09c7044bf78c/model-vers/model-ver/288c821e-d2a2-4af0-9ae5-4d6db3f8a032?depth=0|INFO|500||InvokeReturn
2022-12-30T11:51:35.336Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/49a23c6c-8160-4ce6-b1df-09c7044bf78c/model-vers/model-ver/288c821e-d2a2-4af0-9ae5-4d6db3f8a032?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 11:51:35 GMT], content-length=[0], vertex-id=[557184], x-aai-txid=[2-aai-resources-221230-11:51:35:476-19616], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T11:51:35.336Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T11:51:35.336Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T11:51:35.337Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T11:51:35.343Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T11:51:35.344Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c460b760-5cfb-43b0-bcee-94768a982ac8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T11:51:35.344Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T11:51:35.345Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-12-30T11:51:35.346Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T11:51:35.347Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401095344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T11:51:35.447Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T11:51:35.447Z||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-12-30T11:51:35.448Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T11:51:35.500Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:51:35.501Z||pool-34-thread-1|||||INFO|500||cambria reply ok (54 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-12-30T11:51:36.360Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:51:36.361Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:51:36.361Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:51:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:51:41.129Z||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-12-30T11:51:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:51:41.156Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:51:41.157Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.157Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d158b1f4-9493-4714-8810-09d612a00146",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400987061,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T11:51:41.158Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:51:41.158Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:51:41.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.159Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400921125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.160Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400995223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:51:41.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400997679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:51:41.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.161Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.161Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400998755,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:51:41.161Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672400999812,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401001011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/basic_onboard_hfkrxu0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.162Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401002014,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T11:51:41.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401003017,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/resourceInstances/basic_onboard_hfkrxu0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-12-30T11:51:41.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:41.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-12-30T11:51:41.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401004022,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardHfkrxu/1.0/artifacts/service-BasicOnboardHfkrxu-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T11:51:41.163Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:51:46.691Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:51:46.692Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:51:46.692Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:51:46.692Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:51:56.250Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:51:56.251Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:51:56.251Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:51:56.251Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:52:05.805Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:52:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:52:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:52:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:52:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:52:41.128Z||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-12-30T11:52:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:52:41.654Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:52:41.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-12-30T11:52:41.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c460b760-5cfb-43b0-bcee-94768a982ac8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401095344,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T11:52:41.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T11:52:50.677Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:53:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:53:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:53:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:53:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:53:41.129Z||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-12-30T11:53:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:53:50.673Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:53:50.674Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:54:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:54:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:54:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:54:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:54:41.129Z||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-12-30T11:54:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:54:50.679Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:54:50.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:55:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:55:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:55:41.129Z||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-12-30T11:55:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:55:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:55:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:55:50.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:55:50.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:56:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:56:41.127Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:56:41.127Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:56:41.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:56:41.128Z||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-12-30T11:56:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:56:50.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:56:50.702Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:57:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:57:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:57:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:57:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:57:41.128Z||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-12-30T11:57:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:57:50.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:57:50.678Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:58:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:58:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:58:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:58:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:58:41.128Z||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-12-30T11:58:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:58:50.690Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:58:50.712Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:59:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:59:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T11:59:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:59:41.128Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T11:59:41.129Z||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-12-30T11:59:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T11:59:50.692Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T11:59:50.692Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:00:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:00:41.125Z||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-12-30T12:00:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:00:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:00:41.128Z||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-12-30T12:00:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:00:50.694Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:00:50.695Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:01:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:01:41.125Z||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-12-30T12:01:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:01:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:01:41.130Z||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-12-30T12:01:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:01:50.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:01:50.682Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:02:41.124Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:02:41.126Z||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-12-30T12:02:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:02:41.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:02:41.130Z||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-12-30T12:02:41.131Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:02:41.776Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:02:41.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.777Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:02:41.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"276eb9c4-56b7-4bbf-98f5-a1d5bf8337df","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"88002622-0d3c-469a-84ef-f90923491615","serviceDescription":"service","serviceInvariantUUID":"91e6394a-1f70-4b1a-affd-ad2015d06232","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6b0de53c-7dcc-4d03-b8b3-365902073e04","resourceInvariantUUID":"b64f1f1c-2ac7-42c3-8257-392360f248b7","resourceCustomizationUUID":"f96c4ea5-08c4-4af0-ba62-ecab11733159","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":"NzNjYTBhYjEwMDg4MjdkNzE1MTM3OWYzZjA3NTQwYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2d7ed537-af6f-4a64-8f42-8c46ba83ae13","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWIyYzk5MjViZWI3ZjE0ODRhNjlkMThlZTk0YTFmMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78e47b42-2823-4121-8371-2a57102ed0e7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T12:02:41.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401725597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:02:41.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401710622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:02:41.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401707470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401725597,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401710622,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401707470,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:02:41.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401737036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:02:41.781Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401737036,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:02:41.782Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401737913,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:02:41.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:02:41.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.782Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401738918,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-12-30T12:02:41.783Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:02:41.784Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-12-30T12:02:41.789Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:02:41.789Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401761124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T12:02:41.803Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df
2022-12-30T12:02:41.804Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df 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-12-30T12:02:41.812Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.812Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401739189,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:02:41.812Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:02:41.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401743649,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:02:41.813Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:02:41.813Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.813Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401744652,
  "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-12-30T12:02:41.818Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df
2022-12-30T12:02:41.818Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df 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-12-30T12:02:41.826Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.826Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401744347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401744347,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401747119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.827Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401748828,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:02:41.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:02:41.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:02:41.828Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401749833,
  "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-12-30T12:02:41.832Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df
2022-12-30T12:02:41.832Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df 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-12-30T12:02:41.889Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:02:41.890Z||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-12-30T12:02:41.890Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:02:41.906Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:02:41.907Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:02:42.789Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:02:42.790Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:02:42.792Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:02:42.792Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401761124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:02:42.893Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:02:42.893Z||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-12-30T12:02:42.894Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:02:42.912Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:02:42.913Z||pool-36-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:02:43.794Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "88002622-0d3c-469a-84ef-f90923491615",
  "serviceDescription": "service",
  "serviceInvariantUUID": "91e6394a-1f70-4b1a-affd-ad2015d06232",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "f96c4ea5-08c4-4af0-ba62-ecab11733159",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "6b0de53c-7dcc-4d03-b8b3-365902073e04",
      "resourceInvariantUUID": "b64f1f1c-2ac7-42c3-8257-392360f248b7",
      "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": "YWIyYzk5MjViZWI3ZjE0ODRhNjlkMThlZTk0YTFmMzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78e47b42-2823-4121-8371-2a57102ed0e7"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T12:02:43.795Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T12:02:43.795Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 88002622-0d3c-469a-84ef-f90923491615 ASDC
2022-12-30T12:02:43.796Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:276eb9c4-56b7-4bbf-98f5-a1d5bf8337df
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:88002622-0d3c-469a-84ef-f90923491615
ServiceInvariantUUID:91e6394a-1f70-4b1a-affd-ad2015d06232
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:78e47b42-2823-4121-8371-2a57102ed0e7
ArtifactChecksum:YWIyYzk5MjViZWI3ZjE0ODRhNjlkMThlZTk0YTFmMzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:f96c4ea5-08c4-4af0-ba62-ecab11733159
ResourceInvariantUUID:b64f1f1c-2ac7-42c3-8257-392360f248b7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:6b0de53c-7dcc-4d03-b8b3-365902073e04
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-12-30T12:02:43.796Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 88002622-0d3c-469a-84ef-f90923491615 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-12-30T12:02:43.831Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:02:43.833Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:02:43.834Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:02:43.834Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78e47b42-2823-4121-8371-2a57102ed0e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T12:02:43.834Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:02:43.835Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T12:02:43.915Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:02:43.918Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 78e47b42-2823-4121-8371-2a57102ed0e7 57793
2022-12-30T12:02:43.919Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-30T12:02:43.919Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T12:02:43.920Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:02:43.920Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:02:43.923Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:02:43.923Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401763919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:02:44.023Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:02:44.024Z||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-12-30T12:02:44.024Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:02:44.038Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:02:44.038Z||pool-37-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:02:44.924Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:02:44.925Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:02:44.926Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 78e47b42-2823-4121-8371-2a57102ed0e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T12:02:44.926Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-12-30T12:02:44.926Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T12:02:44.927Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T12:02:45.103Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5990588994255848357/Definitions/service-BasicNetwork-template.yml
2022-12-30T12:02:45.701Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T12:02:45.701Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:02:45.701Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T12:02:45.702Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-12-30T12:02:45.702Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.702Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.702Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.703Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.703Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-12-30T12:02:45.703Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.703Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.703Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.704Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:02:45.704Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.704Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.705Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-30T12:02:45.705Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:02:45.705Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:02:45.705Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.706Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.706Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-12-30T12:02:45.706Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:02:45.706Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:02:45.707Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.707Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.707Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.707Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.708Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.708Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.709Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.709Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.709Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.709Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.710Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:88002622-0d3c-469a-84ef-f90923491615
Model Version:NULL
Model InvariantUuid:91e6394a-1f70-4b1a-affd-ad2015d06232
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:b64f1f1c-2ac7-42c3-8257-392360f248b7
Model UUID:6493c8c3-2674-420c-bb6c-e22c1891d16f
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:f96c4ea5-08c4-4af0-ba62-ecab11733159
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-12-30T12:02:45.750Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 6b0de53c-7dcc-4d03-b8b3-365902073e04
2022-12-30T12:02:45.750Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||No resources found for Service: 88002622-0d3c-469a-84ef-f90923491615
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-12-30T12:02:45.759Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||
2022-12-30T12:02:45.760Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-12-30T12:02:45.761Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 88002622-0d3c-469a-84ef-f90923491615
2022-12-30T12:02:45.761Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 88002622-0d3c-469a-84ef-f90923491615
2022-12-30T12:02:45.761Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-12-30T12:02:45.762Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.778Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ee39498, org.onap.sdc.toscaparser.api.parameters.Input@61aa9d51, org.onap.sdc.toscaparser.api.parameters.Input@74c505ed, org.onap.sdc.toscaparser.api.parameters.Input@45931e15, org.onap.sdc.toscaparser.api.parameters.Input@716056b]
2022-12-30T12:02:45.779Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.779Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.780Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.780Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.780Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 88002622-0d3c-469a-84ef-f90923491615: Generic NeutronNet
2022-12-30T12:02:45.780Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.781Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.781Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.781Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.838Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.838Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.839Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.839Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.839Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:02:45.839Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:02:45.840Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||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-12-30T12:02:45.923Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-12-30T12:02:45.924Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-12-30T12:02:45.924Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-12-30T12:02:45.924Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:02:45.924Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:02:45.926Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:02:45.926Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401765923,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:02:46.026Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:02:46.027Z||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-12-30T12:02:46.027Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:02:46.054Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:02:46.055Z||pool-38-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:02:46.927Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:02:46.939Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df
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-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:02:46.942Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:02:46.943Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T12:02:46.947Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T12:03:16.947Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df 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-12-30T12:03:16.952Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df and serviceModelVersionId: 88002622-0d3c-469a-84ef-f90923491615
2022-12-30T12:03:16.953Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 91e6394a-1f70-4b1a-affd-ad2015d06232
2022-12-30T12:03:16.954Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/91e6394a-1f70-4b1a-affd-ad2015d06232/model-vers/model-ver/88002622-0d3c-469a-84ef-f90923491615?depth=0
2022-12-30T12:03:16.959Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T12:03:17.010Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e6394a-1f70-4b1a-affd-ad2015d06232/model-vers/model-ver/88002622-0d3c-469a-84ef-f90923491615?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-12-30T12:03:17.013Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e6394a-1f70-4b1a-affd-ad2015d06232/model-vers/model-ver/88002622-0d3c-469a-84ef-f90923491615?depth=0|INFO|500||Invoke
2022-12-30T12:03:17.034Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e6394a-1f70-4b1a-affd-ad2015d06232/model-vers/model-ver/88002622-0d3c-469a-84ef-f90923491615?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T12:03:17.228Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e6394a-1f70-4b1a-affd-ad2015d06232/model-vers/model-ver/88002622-0d3c-469a-84ef-f90923491615?depth=0|INFO|500||InvokeReturn
2022-12-30T12:03:17.228Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/91e6394a-1f70-4b1a-affd-ad2015d06232/model-vers/model-ver/88002622-0d3c-469a-84ef-f90923491615?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 12:03:17 GMT], content-length=[0], vertex-id=[180304], x-aai-txid=[2-aai-resources-221230-12:03:17:350-32456], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T12:03:17.229Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T12:03:17.229Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T12:03:17.229Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T12:03:17.237Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T12:03:17.237Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 276eb9c4-56b7-4bbf-98f5-a1d5bf8337df and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T12:03:17.238Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T12:03:17.238Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:17.239Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:17.239Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401797237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:03:17.339Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:17.340Z||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-12-30T12:03:17.340Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:17.363Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:17.363Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T12:03:41.124Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:03:41.125Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|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-12-30T12:03:41.125Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:03:41.129Z||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-12-30T12:03:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:41.268Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:03:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401761124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:41.269Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:03:41.765Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:41.766Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-30T12:03:41.766Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd653b64-cd64-47a4-85a3-27d91cf2885e","serviceName":"Demo_pNF_mda5lkPCE2M093KZccgJ","serviceVersion":"1.0","serviceUUID":"a6ff8838-1f4f-456d-a02f-0aec6472a4db","serviceDescription":"catalog service description","serviceInvariantUUID":"923b978d-a073-4da1-87e3-0771f5ec0d16","resources":[{"resourceInstanceName":"pNF 4898d57b-bc03 0","resourceName":"pNF 4898d57b-bc03","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ead6b0ea-97ca-4d75-badd-eed1f4411318","resourceInvariantUUID":"c876b78b-71be-4dd0-99af-504359245a24","resourceCustomizationUUID":"6773dc06-cb7e-4be9-93e4-4b8210de9415","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml","artifactChecksum":"ZTNhMzE1YTc5MmM2MDY1OTAxMjg2Nzc4NWI3Y2ZiMjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80c71acb-12bc-4a44-89c1-6f2e2d7fbb02","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar","artifactChecksum":"ODg0ZGU0NTMyNmNmMjA2N2IzMWE1ZTU3ODg4MWQyMTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6421f8cb-fe95-4b9b-8d53-940fe6a50138","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b87bf0eb-6f15-4094-86b7-e6fc279f93cd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml","artifactChecksum":"OTEyNzZjOTQ0ZDY2ZDIzMDkyMjA0YzcyZGFhMGE5MzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8b12edde-1039-4fc6-88a6-d3be547833f8","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a1a45f5-bcf6-41c8-8ba8-2cded0fdf1af","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15455939-e6ae-4bc5-8580-c1338f38e001","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMda5lkpce2m093kzccgj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml","artifactChecksum":"MTFjZTViMWM5ZWRlM2RmNjQyZjg5OWE1Njk3MGEyZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1683d3d1-8486-4c7d-9a23-78fb76c8712a","artifactVersion":"1"},{"artifactName":"service-DemoPnfMda5lkpce2m093kzccgj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar","artifactChecksum":"ZWY3ZDU3NmNjNzQwNjAxMDMwNTljMjVjMmY2ZjRjYzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24df389e-5677-449e-bac9-b99fd567fdc1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T12:03:41.768Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:41.769Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:41.770Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:41.770Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:41.870Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:03:41.871Z||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-12-30T12:03:41.872Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:41.884Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:41.885Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:03:42.771Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:42.772Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:42.774Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:42.774Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:42.874Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:42.875Z||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-12-30T12:03:42.875Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:42.888Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:42.889Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:03:43.775Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:43.775Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:43.777Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:43.777Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:43.878Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:43.879Z||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-12-30T12:03:43.879Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:43.890Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:43.891Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:44.778Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:44.778Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:44.780Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:44.780Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:44.880Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:44.881Z||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-12-30T12:03:44.881Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:44.893Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:44.894Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:45.781Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:45.782Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:45.784Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:45.784Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:45.884Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:45.885Z||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-12-30T12:03:45.885Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:45.898Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:45.899Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:46.784Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:46.785Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:46.787Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:46.787Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:46.887Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:46.888Z||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-12-30T12:03:46.888Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:46.915Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:46.916Z||pool-45-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:47.788Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:47.788Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:47.790Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:47.790Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:03:47.890Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:03:47.891Z||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-12-30T12:03:47.891Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:47.911Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:47.912Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:48.791Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:03:48.792Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:48.793Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:48.793Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:03:48.894Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:48.895Z||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-12-30T12:03:48.896Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:48.927Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:48.928Z||pool-47-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:49.795Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "serviceName": "Demo_pNF_mda5lkPCE2M093KZccgJ",
  "serviceVersion": "1.0",
  "serviceUUID": "a6ff8838-1f4f-456d-a02f-0aec6472a4db",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "923b978d-a073-4da1-87e3-0771f5ec0d16",
  "resources": [
    {
      "resourceInstanceName": "pNF 4898d57b-bc03 0",
      "resourceCustomizationUUID": "6773dc06-cb7e-4be9-93e4-4b8210de9415",
      "resourceName": "pNF 4898d57b-bc03",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ead6b0ea-97ca-4d75-badd-eed1f4411318",
      "resourceInvariantUUID": "c876b78b-71be-4dd0-99af-504359245a24",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
      "artifactChecksum": "ZWY3ZDU3NmNjNzQwNjAxMDMwNTljMjVjMmY2ZjRjYzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24df389e-5677-449e-bac9-b99fd567fdc1"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T12:03:49.795Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T12:03:49.795Z|276eb9c4-56b7-4bbf-98f5-a1d5bf8337df|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a6ff8838-1f4f-456d-a02f-0aec6472a4db ASDC
2022-12-30T12:03:49.796Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:fd653b64-cd64-47a4-85a3-27d91cf2885e
ServiceName:Demo_pNF_mda5lkPCE2M093KZccgJ
ServiceVersion:1.0
ServiceUUID:a6ff8838-1f4f-456d-a02f-0aec6472a4db
ServiceInvariantUUID:923b978d-a073-4da1-87e3-0771f5ec0d16
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
ArtifactUUID:24df389e-5677-449e-bac9-b99fd567fdc1
ArtifactChecksum:ZWY3ZDU3NmNjNzQwNjAxMDMwNTljMjVjMmY2ZjRjYzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4898d57b-bc03 0
ResourceCustomizationUUID:6773dc06-cb7e-4be9-93e4-4b8210de9415
ResourceInvariantUUID:c876b78b-71be-4dd0-99af-504359245a24
ResourceName:pNF 4898d57b-bc03
ResourceType:PNF
ResourceUUID:ead6b0ea-97ca-4d75-badd-eed1f4411318
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-30T12:03:49.796Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a6ff8838-1f4f-456d-a02f-0aec6472a4db 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-12-30T12:03:49.826Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:03:49.827Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:03:49.827Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:03:49.827Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 24df389e-5677-449e-bac9-b99fd567fdc1 from URL: /sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:49.827Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:03:49.827Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:49.888Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:03:49.891Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar 24df389e-5677-449e-bac9-b99fd567fdc1 88017
2022-12-30T12:03:49.891Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar ASDC sendASDCNotification
2022-12-30T12:03:49.891Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:49.891Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:03:49.892Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:49.893Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:49.894Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401829891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:03:49.994Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:49.995Z||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-12-30T12:03:49.995Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:50.014Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:50.014Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:50.894Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:03:50.895Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:03:50.895Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 24df389e-5677-449e-bac9-b99fd567fdc1, URL: /sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar to file: /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:50.896Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:50.896Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:50.896Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.042Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1494428844696964278/Definitions/service-DemoPnfMda5lkpce2m093kzccgj-template.yml
2022-12-30T12:03:51.746Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T12:03:51.746Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:03:51.747Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.747Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-30T12:03:51.747Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.747Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.747Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.747Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.747Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.748Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4898d57b-bc03 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-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.748Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.748Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:03:51.748Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.748Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.748Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Node template pNF 4898d57b-bc03 0 is matching search criteria
2022-12-30T12:03:51.748Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:03:51.749Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4898d57b-bc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:03:51.749Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.749Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.749Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Node template pNF 4898d57b-bc03 0 is matching search criteria
2022-12-30T12:03:51.749Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:03:51.749Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4898d57b-bc03 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:03:51.750Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.750Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.750Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.750Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.750Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.750Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.751Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.751Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.751Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.751Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.751Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_mda5lkPCE2M093KZccgJ
Description:catalog service description
Model UUID:a6ff8838-1f4f-456d-a02f-0aec6472a4db
Model Version:NULL
Model InvariantUuid:923b978d-a073-4da1-87e3-0771f5ec0d16
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-12-30T12:03:51.759Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ead6b0ea-97ca-4d75-badd-eed1f4411318
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-12-30T12:03:51.762Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||pNF 4898d57b-bc03 0
2022-12-30T12:03:51.762Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ead6b0ea-97ca-4d75-badd-eed1f4411318
2022-12-30T12:03:51.762Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||No resources found for Service: a6ff8838-1f4f-456d-a02f-0aec6472a4db
2022-12-30T12:03:51.762Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a6ff8838-1f4f-456d-a02f-0aec6472a4db
2022-12-30T12:03:51.763Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4898d57b-bc03 0 ead6b0ea-97ca-4d75-badd-eed1f4411318 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-12-30T12:03:51.768Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f4a798e, org.onap.sdc.toscaparser.api.parameters.Input@1781b68e, org.onap.sdc.toscaparser.api.parameters.Input@1e4837e, org.onap.sdc.toscaparser.api.parameters.Input@180b833c, org.onap.sdc.toscaparser.api.parameters.Input@44511fba]
2022-12-30T12:03:51.768Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.769Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.769Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a6ff8838-1f4f-456d-a02f-0aec6472a4db: pNF 4898d57b-bc03
2022-12-30T12:03:51.769Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||Processing PNF resource: ead6b0ea-97ca-4d75-badd-eed1f4411318
2022-12-30T12:03:51.770Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:03:51.770Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_mda5lkPCE2M093KZccgJ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:03:51.770Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||Resource customization UUID: 6773dc06-cb7e-4be9-93e4-4b8210de9415 is the same as notified resource customizationUUID: 6773dc06-cb7e-4be9-93e4-4b8210de9415
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-12-30T12:03:51.836Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4898d57b-bc03 ead6b0ea-97ca-4d75-badd-eed1f4411318 0 ASDC deployResourceStructure
2022-12-30T12:03:51.836Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar ASDC sendASDCNotification
2022-12-30T12:03:51.837Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar
2022-12-30T12:03:51.837Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:03:51.837Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:03:51.840Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:03:51.840Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401831836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:03:51.940Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:03:51.941Z||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-12-30T12:03:51.941Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:03:51.958Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:03:51.958Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:03:52.841Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd653b64-cd64-47a4-85a3-27d91cf2885e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:03:52.853Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd653b64-cd64-47a4-85a3-27d91cf2885e
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-12-30T12:03:52.855Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:03:52.855Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T12:03:52.855Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T12:04:22.855Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd653b64-cd64-47a4-85a3-27d91cf2885e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:04:22.875Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd653b64-cd64-47a4-85a3-27d91cf2885e
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-12-30T12:04:22.877Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:04:22.877Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T12:04:22.878Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T12:04:41.129Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:04:41.131Z||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-12-30T12:04:41.132Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:04:41.170Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:04:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401761124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:04:41.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401763919,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:04:41.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401765923,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.178Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.179Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.180Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.181Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.182Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.183Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.184Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.185Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401767733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401739921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.186Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401784114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401767036,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401793057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.187Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401793330,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:04:41.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401793357,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:04:41.188Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.188Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.188Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401794062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-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-12-30T12:04:41.199Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd653b64-cd64-47a4-85a3-27d91cf2885e
2022-12-30T12:04:41.199Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd653b64-cd64-47a4-85a3-27d91cf2885e 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-12-30T12:04:41.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401794642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:04:41.215Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.215Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.215Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401795645,
  "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-12-30T12:04:41.220Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of fd653b64-cd64-47a4-85a3-27d91cf2885e
2022-12-30T12:04:41.221Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd653b64-cd64-47a4-85a3-27d91cf2885e 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-12-30T12:04:41.229Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.229Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "276eb9c4-56b7-4bbf-98f5-a1d5bf8337df",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401797237,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:04:41.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401799354,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:04:41.230Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401800358,
  "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-12-30T12:04:41.234Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd653b64-cd64-47a4-85a3-27d91cf2885e
2022-12-30T12:04:41.235Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd653b64-cd64-47a4-85a3-27d91cf2885e 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-12-30T12:04:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.244Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401804347,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:04:41.245Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401813086,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:04:41.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401815072,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:04:41.246Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:04:41.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:04:41.246Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401816083,
  "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-12-30T12:04:41.250Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd653b64-cd64-47a4-85a3-27d91cf2885e
2022-12-30T12:04:41.250Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd653b64-cd64-47a4-85a3-27d91cf2885e 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-12-30T12:04:52.878Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd653b64-cd64-47a4-85a3-27d91cf2885e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:04:52.893Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd653b64-cd64-47a4-85a3-27d91cf2885e
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-12-30T12:04:52.896Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:04:52.897Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T12:04:52.902Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T12:05:22.903Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd653b64-cd64-47a4-85a3-27d91cf2885e 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-12-30T12:05:22.910Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd653b64-cd64-47a4-85a3-27d91cf2885e and serviceModelVersionId: a6ff8838-1f4f-456d-a02f-0aec6472a4db
2022-12-30T12:05:22.911Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 923b978d-a073-4da1-87e3-0771f5ec0d16
2022-12-30T12:05:22.912Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/923b978d-a073-4da1-87e3-0771f5ec0d16/model-vers/model-ver/a6ff8838-1f4f-456d-a02f-0aec6472a4db?depth=0
2022-12-30T12:05:22.922Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T12:05:22.980Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/923b978d-a073-4da1-87e3-0771f5ec0d16/model-vers/model-ver/a6ff8838-1f4f-456d-a02f-0aec6472a4db?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-12-30T12:05:22.982Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/923b978d-a073-4da1-87e3-0771f5ec0d16/model-vers/model-ver/a6ff8838-1f4f-456d-a02f-0aec6472a4db?depth=0|INFO|500||Invoke
2022-12-30T12:05:23.011Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/923b978d-a073-4da1-87e3-0771f5ec0d16/model-vers/model-ver/a6ff8838-1f4f-456d-a02f-0aec6472a4db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T12:05:23.127Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/923b978d-a073-4da1-87e3-0771f5ec0d16/model-vers/model-ver/a6ff8838-1f4f-456d-a02f-0aec6472a4db?depth=0|INFO|500||InvokeReturn
2022-12-30T12:05:23.128Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/923b978d-a073-4da1-87e3-0771f5ec0d16/model-vers/model-ver/a6ff8838-1f4f-456d-a02f-0aec6472a4db?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 12:05:23 GMT], content-length=[0], vertex-id=[229616], x-aai-txid=[0-aai-resources-221230-12:05:23:332-69923], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T12:05:23.128Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T12:05:23.128Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T12:05:23.128Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T12:05:23.134Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T12:05:23.135Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd653b64-cd64-47a4-85a3-27d91cf2885e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T12:05:23.135Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T12:05:23.135Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:23.139Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:23.139Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401923135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:05:23.239Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:23.240Z||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-12-30T12:05:23.240Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:23.257Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:23.257Z||pool-50-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-12-30T12:05:24.155Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:05:24.155Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|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-12-30T12:05:24.155Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:24.785Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:24.786Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-30T12:05:24.787Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c4499024-3928-4f63-8668-e54ea8304cd6","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"568a2ce8-4fe8-4141-af25-f803bb8f5c31","serviceDescription":"service","serviceInvariantUUID":"a9c0be19-4b59-4420-8957-5c9c1f9948b8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"30b990a4-ffda-442f-ba6d-288de76f5dc5","resourceInvariantUUID":"b6f1a3ea-0dca-4ebd-9f96-7a916d2131a8","resourceCustomizationUUID":"210bd4e9-59c5-4b65-b5e8-89c7d74f488c","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":"MGY0OGEyZjNjMGQ2MmIyZDIyZmM4YmJiODI0MGQ0M2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9128bc2e-4b44-4520-90f2-c70d8534e8b0","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":"NDI4NWViNDE0ZGE4ZTE3YjcyZWQzYWY2NmZlYjFjNjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"78da9176-c53a-4751-8bc3-aed5090d50bb","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":"91421bf9-85c5-45d1-8c5b-eb57edb32b16","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":"ecdebe2e-946a-4a07-8f7c-a7ba22b35d19","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":"6386a7d6-f83a-4436-9bd3-7fcd9ba9f328","artifactVersion":"2","generatedFromUUID":"91421bf9-85c5-45d1-8c5b-eb57edb32b16"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzIzNDljMjI5YTg2OGI1MWExNjE5NzAwOTAzYzQzNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e45baf0-88fc-4aa5-a7d0-4bc10351f891","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YzZiYTY4NGUyZGRkMTE3NWE3MDI1NDNmNzRjMzhlNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"35bed104-ab06-4bfe-9fad-7c816de0c455","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T12:05:24.789Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:05:24.789Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:24.791Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:24.791Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:24.891Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:24.892Z||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-12-30T12:05:24.892Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:24.912Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:24.912Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:05:25.792Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:05:25.792Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:25.795Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:25.795Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:05:25.895Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:25.896Z||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-12-30T12:05:25.896Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:25.912Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:25.912Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:05:26.796Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:05:26.797Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:26.799Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:26.799Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:05:26.901Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-30T12:05:26.902Z||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-12-30T12:05:26.902Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:26.925Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:26.925Z||pool-53-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:27.800Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:05:27.800Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:27.802Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:27.802Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:27.902Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:27.903Z||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-12-30T12:05:27.903Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:27.915Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:27.915Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:28.803Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:05:28.803Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:28.805Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:28.805Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-30T12:05:28.906Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:28.906Z||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-12-30T12:05:28.907Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:28.920Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:28.921Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:29.806Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:05:29.807Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:29.808Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:29.808Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:29.909Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:05:29.910Z||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-12-30T12:05:29.910Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:29.925Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:29.925Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:30.809Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:05:30.810Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:30.812Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:30.812Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:30.912Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:30.913Z||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-12-30T12:05:30.913Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:30.943Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:30.944Z||pool-57-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":2,"count":1}
2022-12-30T12:05:31.814Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "568a2ce8-4fe8-4141-af25-f803bb8f5c31",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a9c0be19-4b59-4420-8957-5c9c1f9948b8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "210bd4e9-59c5-4b65-b5e8-89c7d74f488c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "30b990a4-ffda-442f-ba6d-288de76f5dc5",
      "resourceInvariantUUID": "b6f1a3ea-0dca-4ebd-9f96-7a916d2131a8",
      "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": "NDI4NWViNDE0ZGE4ZTE3YjcyZWQzYWY2NmZlYjFjNjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "78da9176-c53a-4751-8bc3-aed5090d50bb",
          "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": "91421bf9-85c5-45d1-8c5b-eb57edb32b16",
          "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": "6386a7d6-f83a-4436-9bd3-7fcd9ba9f328",
            "generatedFromUUID": "91421bf9-85c5-45d1-8c5b-eb57edb32b16"
          },
          "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": "6386a7d6-f83a-4436-9bd3-7fcd9ba9f328",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YzZiYTY4NGUyZGRkMTE3NWE3MDI1NDNmNzRjMzhlNTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "35bed104-ab06-4bfe-9fad-7c816de0c455"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T12:05:31.814Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T12:05:31.814Z|fd653b64-cd64-47a4-85a3-27d91cf2885e|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 568a2ce8-4fe8-4141-af25-f803bb8f5c31 ASDC
2022-12-30T12:05:31.815Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c4499024-3928-4f63-8668-e54ea8304cd6
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:568a2ce8-4fe8-4141-af25-f803bb8f5c31
ServiceInvariantUUID:a9c0be19-4b59-4420-8957-5c9c1f9948b8
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:35bed104-ab06-4bfe-9fad-7c816de0c455
ArtifactChecksum:YzZiYTY4NGUyZGRkMTE3NWE3MDI1NDNmNzRjMzhlNTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:210bd4e9-59c5-4b65-b5e8-89c7d74f488c
ResourceInvariantUUID:b6f1a3ea-0dca-4ebd-9f96-7a916d2131a8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:30b990a4-ffda-442f-ba6d-288de76f5dc5
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:78da9176-c53a-4751-8bc3-aed5090d50bb
ArtifactChecksum:NDI4NWViNDE0ZGE4ZTE3YjcyZWQzYWY2NmZlYjFjNjU=
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:91421bf9-85c5-45d1-8c5b-eb57edb32b16
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:6386a7d6-f83a-4436-9bd3-7fcd9ba9f328
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:6386a7d6-f83a-4436-9bd3-7fcd9ba9f328
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-30T12:05:31.815Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 568a2ce8-4fe8-4141-af25-f803bb8f5c31 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-12-30T12:05:31.850Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:05:31.850Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:05:31.851Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:05:31.851Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 35bed104-ab06-4bfe-9fad-7c816de0c455 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-30T12:05:31.851Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:05:31.852Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-30T12:05:31.915Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:05:31.919Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 35bed104-ab06-4bfe-9fad-7c816de0c455 75190
2022-12-30T12:05:31.920Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-30T12:05:31.920Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-30T12:05:31.921Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:05:31.921Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:31.923Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:31.923Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401931920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:32.024Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:32.025Z||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-12-30T12:05:32.025Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:32.054Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:32.054Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:32.924Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:05:32.925Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:05:32.926Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 35bed104-ab06-4bfe-9fad-7c816de0c455, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:32.926Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-12-30T12:05:32.927Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:32.927Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:33.168Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16938756452420201907/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-12-30T12:05:34.461Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T12:05:34.462Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:05:34.462Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.462Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-30T12:05:34.462Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.462Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.463Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.463Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.463Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.463Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.463Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-12-30T12:05:34.463Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:05:34.464Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.464Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:34.464Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:34.464Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:05:34.465Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:05:34.465Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.465Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:34.465Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:34.465Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:05:34.466Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:05:34.466Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.466Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:34.466Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.466Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-30T12:05:34.466Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-30T12:05:34.467Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-30T12:05:34.467Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-30T12:05:34.467Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-30T12:05:34.467Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T12:05:34.467Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.467Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:05:34.468Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.468Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:34.468Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:05:34.468Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.468Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:34.469Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:05:34.469Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.469Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:34.469Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:05:34.469Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.469Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-30T12:05:34.470Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-30T12:05:34.470Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-30T12:05:34.470Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5718ad3c-9fc2-4104-9771-a34de430acbf
2022-12-30T12:05:34.470Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.470Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:34.470Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.470Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:34.471Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.471Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:34.471Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:34.471Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:34.471Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:568a2ce8-4fe8-4141-af25-f803bb8f5c31
Model Version:NULL
Model InvariantUuid:a9c0be19-4b59-4420-8957-5c9c1f9948b8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:8d580f33-bb8d-4a76-9506-88a10227a731
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b6f1a3ea-0dca-4ebd-9f96-7a916d2131a8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:210bd4e9-59c5-4b65-b5e8-89c7d74f488c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b183ce6f-242c-4ae1-9e9f-461edd52dcd1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:c887e1b8-a994-4f1d-ae12-97271dcc8e0c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5718ad3c-9fc2-4104-9771-a34de430acbf
ModelInvariantUuid:d0011a2a-5518-41cd-bd79-d74b853cfa8a
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:925f34fa-bca9-40af-87f0-70f7e56fa4f9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:98af502b-b5c8-4cf4-aae9-4034715296d0
ModelInvariantUuid:2b2f4f7a-6a87-4f1f-b3b7-b76c6d20e894
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:bf460baa-10a7-4ea3-9f2f-1e3b142df0d7
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-12-30T12:05:34.481Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 30b990a4-ffda-442f-ba6d-288de76f5dc5
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-12-30T12:05:34.485Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||basic_vm 0
2022-12-30T12:05:34.485Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 30b990a4-ffda-442f-ba6d-288de76f5dc5
2022-12-30T12:05:34.485Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 78da9176-c53a-4751-8bc3-aed5090d50bb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-30T12:05:34.485Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:05:34.486Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-30T12:05:34.539Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:05:34.540Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 78da9176-c53a-4751-8bc3-aed5090d50bb 787
2022-12-30T12:05:34.540Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-30T12:05:34.540Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-30T12:05:34.540Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:05:34.540Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:34.542Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:34.542Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401934540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:34.643Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:05:34.643Z||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-12-30T12:05:34.644Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:34.668Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:34.668Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:05:35.543Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b183ce6f-242c-4ae1-9e9f-461edd52dcd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c887e1b8-a994-4f1d-ae12-97271dcc8e0c",
    "vfModuleModelCustomizationUUID": "8670d299-2044-477c-97d5-e6752eca0c7d",
    "isBase": true,
    "artifacts": [
      "91421bf9-85c5-45d1-8c5b-eb57edb32b16",
      "6386a7d6-f83a-4436-9bd3-7fcd9ba9f328"
    ],
    "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-12-30T12:05:35.548Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c887e1b8-a994-4f1d-ae12-97271dcc8e0c
VfModuleModelInvariantUUID:b183ce6f-242c-4ae1-9e9f-461edd52dcd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
91421bf9-85c5-45d1-8c5b-eb57edb32b16
,
6386a7d6-f83a-4436-9bd3-7fcd9ba9f328

}
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-12-30T12:05:35.550Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b183ce6f-242c-4ae1-9e9f-461edd52dcd1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c887e1b8-a994-4f1d-ae12-97271dcc8e0c",
    "vfModuleModelCustomizationUUID": "8670d299-2044-477c-97d5-e6752eca0c7d",
    "isBase": true,
    "artifacts": [
      "91421bf9-85c5-45d1-8c5b-eb57edb32b16",
      "6386a7d6-f83a-4436-9bd3-7fcd9ba9f328"
    ],
    "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-12-30T12:05:35.550Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c887e1b8-a994-4f1d-ae12-97271dcc8e0c
VfModuleModelInvariantUUID:b183ce6f-242c-4ae1-9e9f-461edd52dcd1
VfModuleModelDescription:NULL
Artifacts UUID List:{
91421bf9-85c5-45d1-8c5b-eb57edb32b16
,
6386a7d6-f83a-4436-9bd3-7fcd9ba9f328

}
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-12-30T12:05:35.550Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 91421bf9-85c5-45d1-8c5b-eb57edb32b16 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-30T12:05:35.550Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:05:35.550Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-30T12:05:35.597Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:05:35.597Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 91421bf9-85c5-45d1-8c5b-eb57edb32b16 5033
2022-12-30T12:05:35.598Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-30T12:05:35.598Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-30T12:05:35.598Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:05:35.598Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:35.600Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:35.600Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401935598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:35.700Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:35.701Z||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-12-30T12:05:35.701Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:35.718Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:35.719Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:36.601Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6386a7d6-f83a-4436-9bd3-7fcd9ba9f328 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-30T12:05:36.601Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:05:36.601Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-30T12:05:36.652Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:05:36.652Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6386a7d6-f83a-4436-9bd3-7fcd9ba9f328 903
2022-12-30T12:05:36.653Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-30T12:05:36.653Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-30T12:05:36.653Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:05:36.653Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:36.655Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:36.655Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401936653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:36.755Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:36.756Z||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-12-30T12:05:36.756Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:36.775Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:36.776Z||pool-61-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:37.655Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 568a2ce8-4fe8-4141-af25-f803bb8f5c31
2022-12-30T12:05:37.656Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 30b990a4-ffda-442f-ba6d-288de76f5dc5 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T12:05:37.676Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c43aa58, org.onap.sdc.toscaparser.api.parameters.Input@5a67a58c, org.onap.sdc.toscaparser.api.parameters.Input@46f2fa04, org.onap.sdc.toscaparser.api.parameters.Input@1ef97bed, org.onap.sdc.toscaparser.api.parameters.Input@5fa90300]
2022-12-30T12:05:37.678Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.678Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.678Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-12-30T12:05:37.678Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 210bd4e9-59c5-4b65-b5e8-89c7d74f488c
2022-12-30T12:05:37.679Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 210bd4e9-59c5-4b65-b5e8-89c7d74f488c matches Tosca VF Customization UUID: 210bd4e9-59c5-4b65-b5e8-89c7d74f488c
2022-12-30T12:05:37.679Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 210bd4e9-59c5-4b65-b5e8-89c7d74f488c  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-12-30T12:05:37.682Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.682Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.682Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 210bd4e9-59c5-4b65-b5e8-89c7d74f488c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-30T12:05:37.682Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3c8541b2
2022-12-30T12:05:37.683Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.683Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:05:37.683Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8670d299-2044-477c-97d5-e6752eca0c7d
2022-12-30T12:05:37.683Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8670d299-2044-477c-97d5-e6752eca0c7d
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-12-30T12:05:37.687Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.687Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:37.687Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:05:37.688Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.688Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:37.688Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:05:37.688Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.688Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-12-30T12:05:37.688Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-30T12:05:37.688Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-30T12:05:37.689Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5718ad3c-9fc2-4104-9771-a34de430acbf
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-12-30T12:05:37.692Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.693Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:37.693Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:05:37.693Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.693Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-12-30T12:05:37.693Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=210bd4e9-59c5-4b65-b5e8-89c7d74f488c
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-12-30T12:05:37.695Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.695Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.695Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 568a2ce8-4fe8-4141-af25-f803bb8f5c31: basic_vm
2022-12-30T12:05:37.695Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.696Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.696Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.696Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.696Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.696Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.696Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.696Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.697Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:05:37.697Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:05:37.697Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T12:05:37.807Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 30b990a4-ffda-442f-ba6d-288de76f5dc5 1 ASDC deployResourceStructure
2022-12-30T12:05:37.807Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-12-30T12:05:37.808Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-12-30T12:05:37.808Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:05:37.808Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:37.809Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:37.810Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401937807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:37.910Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:37.910Z||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-12-30T12:05:37.911Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:37.938Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:37.938Z||pool-62-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:38.810Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-12-30T12:05:38.811Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-12-30T12:05:38.811Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:05:38.811Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:38.813Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:38.813Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401938810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:38.913Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:38.914Z||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-12-30T12:05:38.914Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:38.933Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:38.934Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:39.814Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-12-30T12:05:39.814Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-12-30T12:05:39.815Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:05:39.815Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:39.817Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:39.817Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401939814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:39.917Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:39.918Z||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-12-30T12:05:39.918Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:39.931Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:39.931Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:40.818Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-12-30T12:05:40.818Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-12-30T12:05:40.818Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:05:40.818Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:05:40.820Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:05:40.820Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401940817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:40.920Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:05:40.921Z||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-12-30T12:05:40.921Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:40.935Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:40.936Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:05:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:05:41.129Z||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-12-30T12:05:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:05:41.149Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:05:41.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.163Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/resourceInstances/pnf4898d57bbc030/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401821124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401829891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401795064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401824114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401822829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.165Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401827036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401831836,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMda5lkpce2m093kzccgj/1.0/artifacts/service-DemoPnfMda5lkpce2m093kzccgj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401795064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.166Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401824114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401822829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401827036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401795064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401824114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401822829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401827036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401834347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401795064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401824114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401822829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401827036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401834347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401795064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401822829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401824114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401827036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401834347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401795064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401824114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401822829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401827036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401834347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401795064,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401824114,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.173Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401822829,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401827036,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401834347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401839891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401839903,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401840173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401834347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.176Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401840906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T12:05:41.183Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c4499024-3928-4f63-8668-e54ea8304cd6
2022-12-30T12:05:41.183Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4499024-3928-4f63-8668-e54ea8304cd6 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-12-30T12:05:41.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401840950,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.191Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.191Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.191Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401834347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401842019,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401842113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.192Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401843052,
  "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-12-30T12:05:41.197Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c4499024-3928-4f63-8668-e54ea8304cd6
2022-12-30T12:05:41.197Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4499024-3928-4f63-8668-e54ea8304cd6 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-12-30T12:05:41.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401844058,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:41.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.205Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.205Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401844535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:41.205Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.206Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.206Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401845549,
  "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-12-30T12:05:41.210Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c4499024-3928-4f63-8668-e54ea8304cd6
2022-12-30T12:05:41.210Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4499024-3928-4f63-8668-e54ea8304cd6 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-12-30T12:05:41.217Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.217Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401849028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:41.218Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.218Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.218Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401850031,
  "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-12-30T12:05:41.222Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c4499024-3928-4f63-8668-e54ea8304cd6
2022-12-30T12:05:41.222Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId c4499024-3928-4f63-8668-e54ea8304cd6 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-12-30T12:05:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.230Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.230Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.230Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.231Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.232Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.233Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.234Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.235Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.236Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.237Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.238Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401841909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401845061,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401857036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672401864116,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401864347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401873263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.243Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401873280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401873550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.244Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.244Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.244Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672401874284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T12:05:41.258Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0ceef05-915b-43c7-8a42-33de57596ec6
2022-12-30T12:05:41.258Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ceef05-915b-43c7-8a42-33de57596ec6 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-12-30T12:05:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401874111,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.266Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.266Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.266Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401874318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401875377,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401876463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401876458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:41.267Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.268Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.268Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401877518,
  "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-12-30T12:05:41.273Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0ceef05-915b-43c7-8a42-33de57596ec6
2022-12-30T12:05:41.273Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ceef05-915b-43c7-8a42-33de57596ec6 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-12-30T12:05:41.284Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.284Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672401877467,
  "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-12-30T12:05:41.289Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0ceef05-915b-43c7-8a42-33de57596ec6
2022-12-30T12:05:41.289Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ceef05-915b-43c7-8a42-33de57596ec6 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-12-30T12:05:41.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672401878523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:41.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401881190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:05:41.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:05:41.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:05:41.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "aai-model-loader",
  "timestamp": 1672401882192,
  "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-12-30T12:05:41.302Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0ceef05-915b-43c7-8a42-33de57596ec6
2022-12-30T12:05:41.302Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0ceef05-915b-43c7-8a42-33de57596ec6 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-12-30T12:05:41.821Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c4499024-3928-4f63-8668-e54ea8304cd6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:05:41.832Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c4499024-3928-4f63-8668-e54ea8304cd6
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-12-30T12:05:41.834Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:05:41.835Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T12:05:41.840Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T12:06:11.840Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c4499024-3928-4f63-8668-e54ea8304cd6 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-12-30T12:06:11.845Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c4499024-3928-4f63-8668-e54ea8304cd6 and serviceModelVersionId: 568a2ce8-4fe8-4141-af25-f803bb8f5c31
2022-12-30T12:06:11.845Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a9c0be19-4b59-4420-8957-5c9c1f9948b8
2022-12-30T12:06:11.846Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0
2022-12-30T12:06:11.849Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T12:06:11.890Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0|INFO|500||Invoke
2022-12-30T12:06:11.891Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c4499024-3928-4f63-8668-e54ea8304cd6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68122cc4-3ab9-496a-b26c-c6ff40b8fcf2], X-ECOMP-RequestID=[c4499024-3928-4f63-8668-e54ea8304cd6], X-TransactionId=[], X-ONAP-RequestID=[c4499024-3928-4f63-8668-e54ea8304cd6], Content-Type=[application/merge-patch+json]}
2022-12-30T12:06:11.909Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T12:06:12.094Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?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/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 12:06:12 GMT], content-length=[0], vertex-id=[184368], x-aai-txid=[1-aai-resources-221230-12:06:12:247-87963], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T12:06:12.095Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-30T12:06:12.095Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a9c0be19-4b59-4420-8957-5c9c1f9948b8/model-vers/model-ver/568a2ce8-4fe8-4141-af25-f803bb8f5c31?depth=0|INFO|500||InvokeReturn
2022-12-30T12:06:12.096Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T12:06:12.096Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T12:06:12.102Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T12:06:12.103Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c4499024-3928-4f63-8668-e54ea8304cd6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T12:06:12.103Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T12:06:12.103Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:12.105Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:12.105Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401972103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:06:12.205Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:12.206Z||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-12-30T12:06:12.206Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:12.227Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:12.227Z||pool-66-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T12:06:13.118Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-12-30T12:06:13.119Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0ceef05-915b-43c7-8a42-33de57596ec6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"520c0c68-78a9-4a7b-9bdc-cd3aa888d134","serviceDescription":"service","serviceInvariantUUID":"495b89dc-2b57-46d1-bfb7-97a5df604726","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"93f3c158-d600-4e9a-9a11-fee00796b084","resourceInvariantUUID":"87eced66-3533-43eb-a5fa-65460df922b6","resourceCustomizationUUID":"96411355-0e79-43b7-ac67-e0f78765712e","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":"ZjViYTM0NTM4NGFiYTU5ZTA5NzNjNGNhNjYzN2JhZGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"70df81b3-2bac-4b37-9d4d-083511d29274","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":"880de89a-50f7-479a-87ab-e422eb80e88e","artifactVersion":"2","generatedFromUUID":"c00ca6ec-c5a7-4613-b74a-8d5213acff56"},{"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":"c00ca6ec-c5a7-4613-b74a-8d5213acff56","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":"N2QzMmEwMmE5NWQ1NDcwNGMxMmFhNzc0ZmQ3ZDA1NGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce290276-4c12-4c49-91ac-1c2fd6478829","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":"52476595-3f17-416a-965a-79f0c3916ea7","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":"a909dfa7-b87e-4cc3-8260-6ba964d8cbc7","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":"364a7b8f-5d5f-4e07-915e-9a7b43ac0f01","artifactVersion":"2","generatedFromUUID":"52476595-3f17-416a-965a-79f0c3916ea7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"N2I4ZGFlYjdiMDM1ZjMxYTQxZDhhYjhlY2M4NDFjZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0690ec6e-8ae1-4d36-8bb9-4757dc4a4e37","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWE1MzkyNTUyNzBiYjljMDJlN2IzNzVjZjQwYzQxMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4bc9fcc6-ce84-47c5-a58e-fa6073ab4cdf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T12:06:13.119Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:13.119Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:13.121Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:13.121Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:06:13.222Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:13.222Z||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-12-30T12:06:13.223Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:13.238Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:13.239Z||pool-67-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:14.122Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:14.123Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:14.125Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:14.125Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-30T12:06:14.225Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:14.226Z||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-12-30T12:06:14.226Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:14.243Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:14.243Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:06:15.125Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:15.128Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:15.131Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:15.131Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-30T12:06:15.231Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:15.232Z||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-12-30T12:06:15.232Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:15.249Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:15.250Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:16.131Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:16.132Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:16.134Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:16.134Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:06:16.235Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:16.235Z||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-12-30T12:06:16.235Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:16.247Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:16.248Z||pool-70-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:17.135Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:17.135Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:17.138Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:17.138Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:06:17.238Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:17.239Z||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-12-30T12:06:17.239Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:17.253Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:17.253Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:18.138Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:18.139Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:18.141Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:18.141Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:06:18.241Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:18.242Z||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-12-30T12:06:18.243Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:18.259Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:18.260Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:19.142Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:19.143Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:19.144Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:19.144Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-30T12:06:19.245Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:06:19.245Z||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-12-30T12:06:19.245Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:19.260Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:19.260Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:20.145Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:20.146Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:20.148Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:20.148Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:06:20.248Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:20.249Z||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-12-30T12:06:20.250Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:20.262Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:20.262Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:21.150Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:06:21.150Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:21.166Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:21.166Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:06:21.253Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-12-30T12:06:21.254Z||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-12-30T12:06:21.254Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:21.270Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:21.271Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:06:22.167Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "520c0c68-78a9-4a7b-9bdc-cd3aa888d134",
  "serviceDescription": "service",
  "serviceInvariantUUID": "495b89dc-2b57-46d1-bfb7-97a5df604726",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "96411355-0e79-43b7-ac67-e0f78765712e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "93f3c158-d600-4e9a-9a11-fee00796b084",
      "resourceInvariantUUID": "87eced66-3533-43eb-a5fa-65460df922b6",
      "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": "880de89a-50f7-479a-87ab-e422eb80e88e",
          "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": "c00ca6ec-c5a7-4613-b74a-8d5213acff56",
          "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": "N2QzMmEwMmE5NWQ1NDcwNGMxMmFhNzc0ZmQ3ZDA1NGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ce290276-4c12-4c49-91ac-1c2fd6478829",
          "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": "52476595-3f17-416a-965a-79f0c3916ea7",
          "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": "364a7b8f-5d5f-4e07-915e-9a7b43ac0f01",
            "generatedFromUUID": "52476595-3f17-416a-965a-79f0c3916ea7"
          },
          "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": "364a7b8f-5d5f-4e07-915e-9a7b43ac0f01",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWE1MzkyNTUyNzBiYjljMDJlN2IzNzVjZjQwYzQxMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4bc9fcc6-ce84-47c5-a58e-fa6073ab4cdf"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T12:06:22.167Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T12:06:22.167Z|c4499024-3928-4f63-8668-e54ea8304cd6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 520c0c68-78a9-4a7b-9bdc-cd3aa888d134 ASDC
2022-12-30T12:06:22.168Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a0ceef05-915b-43c7-8a42-33de57596ec6
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:520c0c68-78a9-4a7b-9bdc-cd3aa888d134
ServiceInvariantUUID:495b89dc-2b57-46d1-bfb7-97a5df604726
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:4bc9fcc6-ce84-47c5-a58e-fa6073ab4cdf
ArtifactChecksum:YWE1MzkyNTUyNzBiYjljMDJlN2IzNzVjZjQwYzQxMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:96411355-0e79-43b7-ac67-e0f78765712e
ResourceInvariantUUID:87eced66-3533-43eb-a5fa-65460df922b6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:93f3c158-d600-4e9a-9a11-fee00796b084
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:880de89a-50f7-479a-87ab-e422eb80e88e
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:c00ca6ec-c5a7-4613-b74a-8d5213acff56
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:ce290276-4c12-4c49-91ac-1c2fd6478829
ArtifactChecksum:N2QzMmEwMmE5NWQ1NDcwNGMxMmFhNzc0ZmQ3ZDA1NGQ=
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:52476595-3f17-416a-965a-79f0c3916ea7
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:364a7b8f-5d5f-4e07-915e-9a7b43ac0f01
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:364a7b8f-5d5f-4e07-915e-9a7b43ac0f01
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-30T12:06:22.168Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 520c0c68-78a9-4a7b-9bdc-cd3aa888d134 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-12-30T12:06:22.199Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:06:22.200Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:06:22.200Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:06:22.200Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4bc9fcc6-ce84-47c5-a58e-fa6073ab4cdf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-30T12:06:22.200Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:06:22.200Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-30T12:06:22.279Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:06:22.282Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4bc9fcc6-ce84-47c5-a58e-fa6073ab4cdf 73984
2022-12-30T12:06:22.282Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-30T12:06:22.282Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-30T12:06:22.282Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:06:22.282Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:22.284Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:22.284Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401982282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:22.384Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:22.385Z||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-12-30T12:06:22.385Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:22.424Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:22.424Z||pool-76-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:06:23.285Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:06:23.285Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-12-30T12:06:23.286Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 4bc9fcc6-ce84-47c5-a58e-fa6073ab4cdf, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:23.286Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-12-30T12:06:23.286Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:23.287Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:23.404Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12140796493215400485/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-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:24.541Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-12-30T12:06:24.542Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-12-30T12:06:24.542Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.542Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:24.542Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:24.542Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:06:24.542Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:06:24.542Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.543Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:24.543Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:24.543Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-12-30T12:06:24.543Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:06:24.543Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.543Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:24.544Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.544Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-30T12:06:24.544Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-12-30T12:06:24.544Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria
2022-12-30T12:06:24.544Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T12:06:24.544Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.544Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:06:24.545Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.545Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:24.545Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:06:24.545Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.545Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:24.545Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:06:24.546Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.546Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:24.546Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:06:24.546Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.546Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-30T12:06:24.547Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-30T12:06:24.547Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b4bbae70-59f0-4521-81f9-9cd848495760
2022-12-30T12:06:24.547Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.547Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:24.547Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.548Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:24.548Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.548Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:24.548Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:24.548Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:24.548Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:520c0c68-78a9-4a7b-9bdc-cd3aa888d134
Model Version:NULL
Model InvariantUuid:495b89dc-2b57-46d1-bfb7-97a5df604726
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:16f9c3dc-dfa5-4f04-b96e-4720b83e046a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87eced66-3533-43eb-a5fa-65460df922b6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:96411355-0e79-43b7-ac67-e0f78765712e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f5a06a4f-fca9-4798-bb88-7ed6fc20ef4e
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1dd87623-2ac1-4048-aec9-e5018d645ee7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b4bbae70-59f0-4521-81f9-9cd848495760
ModelInvariantUuid:07d671ec-82b2-4e8f-ba61-a1c7421482dd
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:641bc766-a6ce-495b-a5f8-04c7b696cd8b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:855e64b3-021c-4fb5-a319-23aad2b512e4
ModelInvariantUuid:f3b176d4-76ed-4b7c-8436-ba1bd5ac74e7
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:6de6dad3-b57d-4209-80a2-c1bde435c8c7
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-12-30T12:06:24.560Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 93f3c158-d600-4e9a-9a11-fee00796b084
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-12-30T12:06:24.564Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||basic_cnf 0
2022-12-30T12:06:24.565Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 93f3c158-d600-4e9a-9a11-fee00796b084
2022-12-30T12:06:24.565Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 880de89a-50f7-479a-87ab-e422eb80e88e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-30T12:06:24.565Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:06:24.566Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-30T12:06:24.613Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:06:24.614Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 880de89a-50f7-479a-87ab-e422eb80e88e 12
2022-12-30T12:06:24.614Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-30T12:06:24.614Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-12-30T12:06:24.615Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:06:24.615Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:24.618Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:24.618Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401984614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:24.718Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:24.718Z||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-12-30T12:06:24.719Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:24.734Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:24.735Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:25.618Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c00ca6ec-c5a7-4613-b74a-8d5213acff56 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-30T12:06:25.619Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:06:25.619Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-30T12:06:25.691Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:06:25.691Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c00ca6ec-c5a7-4613-b74a-8d5213acff56 2688
2022-12-30T12:06:25.692Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-30T12:06:25.692Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-12-30T12:06:25.692Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:06:25.692Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:25.694Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:25.694Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401985692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:25.794Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:25.795Z||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-12-30T12:06:25.795Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:25.813Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:25.814Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:06:26.695Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ce290276-4c12-4c49-91ac-1c2fd6478829 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-30T12:06:26.695Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:06:26.695Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-30T12:06:26.752Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:06:26.753Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ce290276-4c12-4c49-91ac-1c2fd6478829 828
2022-12-30T12:06:26.753Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-30T12:06:26.753Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-30T12:06:26.753Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:06:26.753Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:26.755Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:26.755Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401986753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:26.855Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:26.856Z||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-12-30T12:06:26.856Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:26.892Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:26.892Z||pool-79-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:06:27.756Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f5a06a4f-fca9-4798-bb88-7ed6fc20ef4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dd87623-2ac1-4048-aec9-e5018d645ee7",
    "vfModuleModelCustomizationUUID": "5df667c4-98a4-421f-ab75-97a75cfc7cdd",
    "isBase": true,
    "artifacts": [
      "c00ca6ec-c5a7-4613-b74a-8d5213acff56",
      "52476595-3f17-416a-965a-79f0c3916ea7",
      "364a7b8f-5d5f-4e07-915e-9a7b43ac0f01"
    ],
    "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-12-30T12:06:27.759Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dd87623-2ac1-4048-aec9-e5018d645ee7
VfModuleModelInvariantUUID:f5a06a4f-fca9-4798-bb88-7ed6fc20ef4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c00ca6ec-c5a7-4613-b74a-8d5213acff56
,
52476595-3f17-416a-965a-79f0c3916ea7
,
364a7b8f-5d5f-4e07-915e-9a7b43ac0f01

}
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-12-30T12:06:27.760Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f5a06a4f-fca9-4798-bb88-7ed6fc20ef4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1dd87623-2ac1-4048-aec9-e5018d645ee7",
    "vfModuleModelCustomizationUUID": "5df667c4-98a4-421f-ab75-97a75cfc7cdd",
    "isBase": true,
    "artifacts": [
      "c00ca6ec-c5a7-4613-b74a-8d5213acff56",
      "52476595-3f17-416a-965a-79f0c3916ea7",
      "364a7b8f-5d5f-4e07-915e-9a7b43ac0f01"
    ],
    "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-12-30T12:06:27.761Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1dd87623-2ac1-4048-aec9-e5018d645ee7
VfModuleModelInvariantUUID:f5a06a4f-fca9-4798-bb88-7ed6fc20ef4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
c00ca6ec-c5a7-4613-b74a-8d5213acff56
,
52476595-3f17-416a-965a-79f0c3916ea7
,
364a7b8f-5d5f-4e07-915e-9a7b43ac0f01

}
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-12-30T12:06:27.761Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 52476595-3f17-416a-965a-79f0c3916ea7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-30T12:06:27.761Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:06:27.761Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-30T12:06:27.805Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:06:27.806Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 52476595-3f17-416a-965a-79f0c3916ea7 1164
2022-12-30T12:06:27.806Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-30T12:06:27.806Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-30T12:06:27.806Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:06:27.806Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:27.808Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:27.808Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401987806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:27.908Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:27.909Z||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-12-30T12:06:27.909Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:27.925Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:27.925Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:28.809Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 364a7b8f-5d5f-4e07-915e-9a7b43ac0f01 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-30T12:06:28.809Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-12-30T12:06:28.810Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-30T12:06:28.856Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-12-30T12:06:28.857Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 364a7b8f-5d5f-4e07-915e-9a7b43ac0f01 200
2022-12-30T12:06:28.857Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-30T12:06:28.857Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-30T12:06:28.857Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:06:28.857Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:28.859Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:28.859Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401988857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:28.959Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:28.960Z||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-12-30T12:06:28.960Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:28.974Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:28.976Z||pool-81-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:06:29.859Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 520c0c68-78a9-4a7b-9bdc-cd3aa888d134
2022-12-30T12:06:29.860Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 93f3c158-d600-4e9a-9a11-fee00796b084 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-12-30T12:06:29.879Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-12-30T12:06:29.883Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@90e80b1, org.onap.sdc.toscaparser.api.parameters.Input@20ab1381, org.onap.sdc.toscaparser.api.parameters.Input@4a527aab, org.onap.sdc.toscaparser.api.parameters.Input@419a04bb, org.onap.sdc.toscaparser.api.parameters.Input@3c6c1f31]
2022-12-30T12:06:29.884Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.885Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.885Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-12-30T12:06:29.885Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 96411355-0e79-43b7-ac67-e0f78765712e
2022-12-30T12:06:29.885Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96411355-0e79-43b7-ac67-e0f78765712e matches Tosca VF Customization UUID: 96411355-0e79-43b7-ac67-e0f78765712e
2022-12-30T12:06:29.886Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 96411355-0e79-43b7-ac67-e0f78765712e  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-12-30T12:06:29.888Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.888Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.889Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 96411355-0e79-43b7-ac67-e0f78765712e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-12-30T12:06:29.889Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cd3f9f3
2022-12-30T12:06:29.889Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.890Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:06:29.890Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5df667c4-98a4-421f-ab75-97a75cfc7cdd
2022-12-30T12:06:29.890Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5df667c4-98a4-421f-ab75-97a75cfc7cdd
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-12-30T12:06:29.893Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.894Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:29.894Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:06:29.895Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.895Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:29.895Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:06:29.896Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.896Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-12-30T12:06:29.896Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-12-30T12:06:29.896Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=b4bbae70-59f0-4521-81f9-9cd848495760
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-12-30T12:06:29.899Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.899Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:29.900Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:06:29.900Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.900Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-12-30T12:06:29.901Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=96411355-0e79-43b7-ac67-e0f78765712e
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-12-30T12:06:29.904Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.905Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.905Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 520c0c68-78a9-4a7b-9bdc-cd3aa888d134: basic_cnf
2022-12-30T12:06:29.905Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.905Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.906Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.906Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.906Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.907Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.907Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.907Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.907Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:06:29.908Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:06:29.908Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T12:06:30.001Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 93f3c158-d600-4e9a-9a11-fee00796b084 1 ASDC deployResourceStructure
2022-12-30T12:06:30.002Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-12-30T12:06:30.002Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-12-30T12:06:30.003Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-30T12:06:30.003Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:30.005Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:30.005Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401990002,
  "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-12-30T12:06:30.105Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:30.106Z||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-12-30T12:06:30.106Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:30.118Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:30.119Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:31.006Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-12-30T12:06:31.006Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-30T12:06:31.006Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-30T12:06:31.007Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:31.009Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:31.009Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401991006,
  "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-12-30T12:06:31.109Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:31.109Z||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-12-30T12:06:31.110Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:31.122Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:31.123Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:32.010Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-12-30T12:06:32.010Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-12-30T12:06:32.010Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:06:32.010Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:32.012Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:32.012Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401992009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:32.112Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:32.113Z||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-12-30T12:06:32.113Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:32.123Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:32.124Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:33.012Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-12-30T12:06:33.014Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-12-30T12:06:33.014Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:06:33.014Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:33.016Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:33.016Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401993012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:33.116Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:33.117Z||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-12-30T12:06:33.117Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:33.134Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:33.134Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:06:34.017Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-12-30T12:06:34.017Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-12-30T12:06:34.017Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:06:34.018Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:34.019Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:34.019Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401994017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:34.120Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T12:06:34.121Z||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-12-30T12:06:34.122Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:34.135Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:34.135Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:35.020Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-12-30T12:06:35.021Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-12-30T12:06:35.021Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:06:35.021Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:06:35.022Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:06:35.022Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401995020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:35.123Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:06:35.123Z||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-12-30T12:06:35.124Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:35.154Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:35.155Z||pool-87-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:06:36.023Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0ceef05-915b-43c7-8a42-33de57596ec6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:06:36.033Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0ceef05-915b-43c7-8a42-33de57596ec6
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-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:06:36.036Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T12:06:36.040Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T12:06:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:06:41.129Z||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-12-30T12:06:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:06:41.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:06:41.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fd653b64-cd64-47a4-85a3-27d91cf2885e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401923135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:06:41.159Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401931920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401934540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401935598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401936653,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401937807,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401938810,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401939814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401940817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:06:41.161Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:06.041Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0ceef05-915b-43c7-8a42-33de57596ec6 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-12-30T12:07:06.051Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0ceef05-915b-43c7-8a42-33de57596ec6 and serviceModelVersionId: 520c0c68-78a9-4a7b-9bdc-cd3aa888d134
2022-12-30T12:07:06.051Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 495b89dc-2b57-46d1-bfb7-97a5df604726
2022-12-30T12:07:06.051Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/495b89dc-2b57-46d1-bfb7-97a5df604726/model-vers/model-ver/520c0c68-78a9-4a7b-9bdc-cd3aa888d134?depth=0
2022-12-30T12:07:06.055Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T12:07:06.095Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/495b89dc-2b57-46d1-bfb7-97a5df604726/model-vers/model-ver/520c0c68-78a9-4a7b-9bdc-cd3aa888d134?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-12-30T12:07:06.096Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/495b89dc-2b57-46d1-bfb7-97a5df604726/model-vers/model-ver/520c0c68-78a9-4a7b-9bdc-cd3aa888d134?depth=0|INFO|500||Invoke
2022-12-30T12:07:06.114Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/495b89dc-2b57-46d1-bfb7-97a5df604726/model-vers/model-ver/520c0c68-78a9-4a7b-9bdc-cd3aa888d134?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T12:07:06.225Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/495b89dc-2b57-46d1-bfb7-97a5df604726/model-vers/model-ver/520c0c68-78a9-4a7b-9bdc-cd3aa888d134?depth=0|INFO|500||InvokeReturn
2022-12-30T12:07:06.225Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/495b89dc-2b57-46d1-bfb7-97a5df604726/model-vers/model-ver/520c0c68-78a9-4a7b-9bdc-cd3aa888d134?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 12:07:06 GMT], content-length=[0], vertex-id=[626816], x-aai-txid=[0-aai-resources-221230-12:07:06:434-46860], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T12:07:06.226Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T12:07:06.227Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T12:07:06.227Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T12:07:06.233Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-12-30T12:07:06.233Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0ceef05-915b-43c7-8a42-33de57596ec6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T12:07:06.234Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T12:07:06.234Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:07:06.236Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:07:06.237Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672402026233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:07:06.337Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:07:06.338Z||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-12-30T12:07:06.338Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:07:06.370Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:07:06.371Z||pool-88-thread-1|||||INFO|500||cambria reply ok (34 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-12-30T12:07:07.247Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:07:07.248Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T12:07:07.248Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:07:16.810Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:07:16.811Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:07:16.812Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:07:16.813Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:07:26.366Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:07:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:07:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:07:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:07:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:07:41.128Z||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-12-30T12:07:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:07:41.163Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:07:41.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c4499024-3928-4f63-8668-e54ea8304cd6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401972103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:07:41.167Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:07:41.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.167Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.167Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-12-30T12:07:41.167Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:07:41.168Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:07:41.169Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401924155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401982282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401984614,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401985692,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:07:41.170Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401986753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401987806,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401988857,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401990002,
  "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-12-30T12:07:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401991006,
  "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-12-30T12:07:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401992009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401993012,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401994017,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:07:41.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:07:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672401995020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:07:41.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:07:50.672Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:08:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:08:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:08:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:08:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:08:41.129Z||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-12-30T12:08:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:08:41.660Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:08:41.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-12-30T12:08:41.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a0ceef05-915b-43c7-8a42-33de57596ec6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672402026233,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:08:41.661Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:08:50.680Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:09:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:09:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:09:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:09:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:09:41.128Z||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-12-30T12:09:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:09:50.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:09:50.703Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:10:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:10:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:10:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:10:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:10:41.128Z||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-12-30T12:10:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:10:50.710Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:10:50.710Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:11:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:11:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:11:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:11:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:11:41.129Z||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-12-30T12:11:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:11:50.676Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:11:50.677Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:12:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:12:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:12:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:12:41.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:12:41.128Z||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-12-30T12:12:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:12:50.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:12:50.682Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:13:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:13:41.127Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:13:41.127Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:13:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:13:41.128Z||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-12-30T12:13:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:13:50.697Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:13:50.698Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:14:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:14:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:14:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:14:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:14:41.129Z||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-12-30T12:14:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:14:50.674Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:14:50.709Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:15:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:15:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:15:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:15:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:15:41.128Z||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-12-30T12:15:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:15:50.680Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:15:50.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:16:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:16:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:16:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:16:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:16:41.129Z||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-12-30T12:16:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:16:50.680Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:16:50.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:17:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:17:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:17:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:17:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:17:41.130Z||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-12-30T12:17:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:17:50.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:17:50.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:18:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:18:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:18:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:18:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:18:41.128Z||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-12-30T12:18:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:18:50.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:18:50.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:19:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:19:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:19:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:19:41.129Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:19:41.131Z||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-12-30T12:19:41.131Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:19:50.675Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:19:50.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:20:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:20:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:20:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:20:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:20:41.128Z||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-12-30T12:20:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:20:50.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:20:50.693Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:21:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:21:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:21:41.126Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:21:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:21:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T12:21:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:21:50.679Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:21:50.681Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:22:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:22:41.127Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:22:41.127Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:22:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:22:41.128Z||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-12-30T12:22:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:22:50.698Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:22:50.713Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:23:41.126Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:23:41.127Z||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-12-30T12:23:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:23:41.129Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:23:41.130Z||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-12-30T12:23:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:23:50.679Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:23:50.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:24:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:24:41.125Z||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-12-30T12:24:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:24:41.129Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:24:41.129Z||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-12-30T12:24:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:24:50.674Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:24:50.703Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:25:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:25:41.125Z||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-12-30T12:25:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:25:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:25:41.128Z||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-12-30T12:25:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:25:50.675Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:25:50.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:26:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:26:41.125Z||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-12-30T12:26:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:26:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:26:41.129Z||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-12-30T12:26:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:26:50.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:26:50.702Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:27:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:27:41.126Z||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-12-30T12:27:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:27:41.128Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:27:41.129Z||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-12-30T12:27:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:27:50.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:27:50.690Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:28:41.124Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:28:41.125Z||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-12-30T12:28:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:28:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:28:41.129Z||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-12-30T12:28:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:28:50.706Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:28:50.709Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:29:41.124Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:29:41.125Z||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-12-30T12:29:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:29:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:29:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:29:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:29:50.692Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:29:50.700Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:30:41.125Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:30:41.126Z||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-12-30T12:30:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:30:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:30:41.129Z||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-12-30T12:30:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:30:50.678Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:30:50.678Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:31:41.125Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:31:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:31:41.128Z||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-12-30T12:31:41.128Z||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-12-30T12:31:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:31:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:31:50.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:31:50.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:32:41.125Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:32:41.126Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:32:41.127Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:32:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:32:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T12:32:41.130Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:32:50.681Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:32:50.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:33:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:33:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:33:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:33:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:33:41.129Z||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-12-30T12:33:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:33:50.698Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:33:50.715Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:34:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:34:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:34:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:34:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:34:41.128Z||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-12-30T12:34:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:34:50.679Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:34:50.682Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:35:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:35:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:35:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:35:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:35:41.128Z||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-12-30T12:35:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:35:50.681Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:35:50.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:36:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:36:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:36:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:36:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:36:41.129Z||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-12-30T12:36:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:36:50.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:36:50.698Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:37:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:37:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:37:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:37:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:37:41.129Z||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-12-30T12:37:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:37:50.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:37:50.685Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:38:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:38:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:38:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:38:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:38:41.128Z||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-12-30T12:38:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:38:50.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:38:50.678Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:39:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:39:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:39:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:39:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:39:41.128Z||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-12-30T12:39:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:39:50.688Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:39:50.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:40:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:40:41.125Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:40:41.125Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:40:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:40:41.129Z||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-12-30T12:40:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:40:50.696Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:40:50.705Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:41:41.126Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:41:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:41:41.128Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:41:41.128Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:41:41.129Z||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-12-30T12:41:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:41:50.692Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:41:50.693Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:41.124Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:42:41.126Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:42:41.126Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:42:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:42:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:41.757Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:41.758Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:41.758Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.758Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d5b14921-5450-4b05-bcd8-a1f1036367d7","serviceDescription":"service","serviceInvariantUUID":"00032938-7526-4de1-b4bd-4a341a924a9c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8756d8e8-e45f-403d-9f10-44a5bf7d476e","resourceInvariantUUID":"5eb1b4fa-3293-4a11-962f-d77f5b0de498","resourceCustomizationUUID":"5f801951-c2d8-4062-893c-da89c97413b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NzhmYzA5NTE5NDkxNmY3ODc4NDA5YjRkNjU5YmJjNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cfb5c622-e417-4a6b-8acd-8367ee6de752","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MTllNTM1ODU3MzA1NTQ5OTYzYzk4MGVmNDZiMjllODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cdce55d2-e081-4b1e-bcff-340bafacfb10","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"574b9d73-ed25-451c-9fbf-3c48987d11a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a4c4c24-4e8a-4a92-a1e9-1199faa5f043","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ff5d585f-95c4-47b8-b1da-dc84a37b88ae","artifactVersion":"2","generatedFromUUID":"bdd59df7-a061-4805-8a85-4bc04e151c6d"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7169aea4-4893-4c94-aa0a-3aea30001402","artifactVersion":"2","generatedFromUUID":"574b9d73-ed25-451c-9fbf-3c48987d11a3"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bdd59df7-a061-4805-8a85-4bc04e151c6d","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0c19c85d-1973-4bbc-9311-75ddeae4878a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZTRjYmU3ZTZhYTJiMWM1NWJkNTA1ZjlmZjg3MTZiYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"126f496c-bca4-4cc4-b799-464ab26bdf8c","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Y2Y4MGE2ZGYwM2QyODYzZjhmZWI0NGI1MmQ5MzRkZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"545be129-8e27-478c-a7d9-a36cd82027fb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T12:42:41.760Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.760Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.761Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.762Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.762Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.762Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.762Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.762Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:41.762Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.763Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.763Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.763Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:41.763Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.763Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.763Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.763Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.763Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:42:41.764Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.764Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.764Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.764Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.764Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.764Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.764Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.765Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.765Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.765Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.765Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.765Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:42:41.765Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.766Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.766Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.766Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.766Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.766Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.767Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.767Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:41.767Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.767Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.767Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.767Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.767Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.768Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.769Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.770Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:42:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:42:41.867Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:41.868Z||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-12-30T12:42:41.868Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:41.884Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:41.884Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":4,"count":1}
2022-12-30T12:42:42.767Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:42.768Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:42.770Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:42.771Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:42:42.871Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:42.871Z||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-12-30T12:42:42.871Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:42.890Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:42.890Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:43.771Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:43.772Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:43.775Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:43.775Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:42:43.875Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:43.876Z||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-12-30T12:42:43.876Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:43.896Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:43.897Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:42:44.775Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:44.776Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:44.778Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:44.778Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:44.878Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:42:44.879Z||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-12-30T12:42:44.880Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:44.894Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:44.894Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:45.779Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:45.780Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:45.782Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:45.782Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-30T12:42:45.882Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:45.882Z||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-12-30T12:42:45.883Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:45.893Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:45.894Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:42:46.782Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:46.783Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:46.785Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:46.785Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-30T12:42:46.885Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:46.886Z||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-12-30T12:42:46.886Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:46.900Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:46.900Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:47.786Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:47.786Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:47.788Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:47.788Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-30T12:42:47.889Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:47.889Z||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-12-30T12:42:47.889Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:47.901Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:47.902Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:48.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:48.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:48.791Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:48.791Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:48.892Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:48.892Z||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-12-30T12:42:48.893Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:48.925Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:48.925Z||pool-96-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:49.792Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:49.793Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:49.795Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:49.796Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:42:49.896Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:49.897Z||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-12-30T12:42:49.897Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:49.921Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:49.922Z||pool-97-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:50.796Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:42:50.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:50.799Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:50.799Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:42:50.900Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:50.901Z||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-12-30T12:42:50.901Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:50.921Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:50.921Z||pool-98-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:42:51.801Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d5b14921-5450-4b05-bcd8-a1f1036367d7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "00032938-7526-4de1-b4bd-4a341a924a9c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "5f801951-c2d8-4062-893c-da89c97413b1",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8756d8e8-e45f-403d-9f10-44a5bf7d476e",
      "resourceInvariantUUID": "5eb1b4fa-3293-4a11-962f-d77f5b0de498",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MTllNTM1ODU3MzA1NTQ5OTYzYzk4MGVmNDZiMjllODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cdce55d2-e081-4b1e-bcff-340bafacfb10",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "574b9d73-ed25-451c-9fbf-3c48987d11a3",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7169aea4-4893-4c94-aa0a-3aea30001402",
            "generatedFromUUID": "574b9d73-ed25-451c-9fbf-3c48987d11a3"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ff5d585f-95c4-47b8-b1da-dc84a37b88ae",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7169aea4-4893-4c94-aa0a-3aea30001402",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bdd59df7-a061-4805-8a85-4bc04e151c6d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Y2Y4MGE2ZGYwM2QyODYzZjhmZWI0NGI1MmQ5MzRkZTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "545be129-8e27-478c-a7d9-a36cd82027fb"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T12:42:51.801Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T12:42:51.801Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d5b14921-5450-4b05-bcd8-a1f1036367d7 ASDC
2022-12-30T12:42:51.802Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d5b14921-5450-4b05-bcd8-a1f1036367d7
ServiceInvariantUUID:00032938-7526-4de1-b4bd-4a341a924a9c
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:545be129-8e27-478c-a7d9-a36cd82027fb
ArtifactChecksum:Y2Y4MGE2ZGYwM2QyODYzZjhmZWI0NGI1MmQ5MzRkZTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:5f801951-c2d8-4062-893c-da89c97413b1
ResourceInvariantUUID:5eb1b4fa-3293-4a11-962f-d77f5b0de498
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:8756d8e8-e45f-403d-9f10-44a5bf7d476e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:cdce55d2-e081-4b1e-bcff-340bafacfb10
ArtifactChecksum:MTllNTM1ODU3MzA1NTQ5OTYzYzk4MGVmNDZiMjllODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:574b9d73-ed25-451c-9fbf-3c48987d11a3
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:7169aea4-4893-4c94-aa0a-3aea30001402
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:ff5d585f-95c4-47b8-b1da-dc84a37b88ae
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:7169aea4-4893-4c94-aa0a-3aea30001402
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:bdd59df7-a061-4805-8a85-4bc04e151c6d
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-30T12:42:51.802Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5b14921-5450-4b05-bcd8-a1f1036367d7 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-12-30T12:42:51.850Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:42:51.851Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:42:51.851Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:42:51.851Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 545be129-8e27-478c-a7d9-a36cd82027fb from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:51.852Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:42:51.852Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:51.937Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:42:51.945Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 545be129-8e27-478c-a7d9-a36cd82027fb 163294
2022-12-30T12:42:51.946Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-30T12:42:51.946Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:51.946Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:42:51.946Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:51.949Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:51.949Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404171946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:42:52.049Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:52.050Z||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-12-30T12:42:52.050Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:52.063Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:52.063Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:52.949Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:42:52.950Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:42:52.951Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 545be129-8e27-478c-a7d9-a36cd82027fb, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:52.951Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-12-30T12:42:52.952Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:52.952Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:53.145Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9770833092828695966/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-12-30T12:42:54.388Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T12:42:54.388Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-30T12:42:54.388Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:54.388Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-12-30T12:42:54.389Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:54.389Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:54.389Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:54.389Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-12-30T12:42:54.389Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-30T12:42:54.389Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.390Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:54.390Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:54.390Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-30T12:42:54.391Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:42:54.391Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.391Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:54.391Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:54.391Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-30T12:42:54.392Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:42:54.392Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.392Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:54.392Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.392Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-30T12:42:54.393Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-12-30T12:42:54.393Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-12-30T12:42:54.393Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T12:42:54.393Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.393Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:42:54.394Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.394Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:54.394Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:42:54.394Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.395Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:54.395Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:42:54.395Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.395Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:54.396Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:42:54.396Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.396Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:54.396Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:42:54.396Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.397Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-12-30T12:42:54.397Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-12-30T12:42:54.397Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1ddf475a-af8a-458f-b02d-4abd6fc4a2c3
2022-12-30T12:42:54.397Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.397Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:54.398Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.398Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:54.398Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.398Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:54.398Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:54.399Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:54.399Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d5b14921-5450-4b05-bcd8-a1f1036367d7
Model Version:NULL
Model InvariantUuid:00032938-7526-4de1-b4bd-4a341a924a9c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:309a5770-16c3-4d4c-bea0-ca5914ca2847
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5eb1b4fa-3293-4a11-962f-d77f5b0de498
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5f801951-c2d8-4062-893c-da89c97413b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4d7241a-517d-4a96-9be4-b3f3cfd759b2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:535fb6c9-2fcc-4ea8-82e9-ff0441b3f927
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:4cba8f54-5b7a-4cea-9913-08048b45914b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:eb46396d-bc90-4134-bedd-6335fff4fb50
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1ddf475a-af8a-458f-b02d-4abd6fc4a2c3
ModelInvariantUuid:d8b9a90f-5987-4178-8382-2b5fc2f7e265
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:d42d1db7-2835-4e65-b953-0b9cccb28c76
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a4317551-6ba5-42e9-8b5f-04ff2c61c8e6
ModelInvariantUuid:1606d967-2ecd-4235-804b-af10293d472a
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:419962c1-1d28-4170-86db-c32bbf4e75d3
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-12-30T12:42:54.405Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 8756d8e8-e45f-403d-9f10-44a5bf7d476e
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-12-30T12:42:54.409Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-12-30T12:42:54.409Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8756d8e8-e45f-403d-9f10-44a5bf7d476e
2022-12-30T12:42:54.410Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cdce55d2-e081-4b1e-bcff-340bafacfb10 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-30T12:42:54.410Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:42:54.410Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-30T12:42:54.476Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:42:54.476Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json cdce55d2-e081-4b1e-bcff-340bafacfb10 1565
2022-12-30T12:42:54.477Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-30T12:42:54.477Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-30T12:42:54.477Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:42:54.478Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:54.479Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:54.480Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404174477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:42:54.580Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:54.580Z||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-12-30T12:42:54.580Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:54.596Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:54.596Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:42:55.480Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4cba8f54-5b7a-4cea-9913-08048b45914b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb46396d-bc90-4134-bedd-6335fff4fb50",
    "vfModuleModelCustomizationUUID": "996a2425-9af3-487c-bb3c-e2dd17205996",
    "isBase": true,
    "artifacts": [
      "574b9d73-ed25-451c-9fbf-3c48987d11a3",
      "7169aea4-4893-4c94-aa0a-3aea30001402"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f4d7241a-517d-4a96-9be4-b3f3cfd759b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "535fb6c9-2fcc-4ea8-82e9-ff0441b3f927",
    "vfModuleModelCustomizationUUID": "99ab02b9-aa60-4818-a0c7-06907db1708a",
    "isBase": false,
    "artifacts": [
      "bdd59df7-a061-4805-8a85-4bc04e151c6d"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-30T12:42:55.485Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb46396d-bc90-4134-bedd-6335fff4fb50
VfModuleModelInvariantUUID:4cba8f54-5b7a-4cea-9913-08048b45914b
VfModuleModelDescription:NULL
Artifacts UUID List:{
574b9d73-ed25-451c-9fbf-3c48987d11a3
,
7169aea4-4893-4c94-aa0a-3aea30001402

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:535fb6c9-2fcc-4ea8-82e9-ff0441b3f927
VfModuleModelInvariantUUID:f4d7241a-517d-4a96-9be4-b3f3cfd759b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdd59df7-a061-4805-8a85-4bc04e151c6d

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

isBase:false


}

2022-12-30T12:42:55.488Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "4cba8f54-5b7a-4cea-9913-08048b45914b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eb46396d-bc90-4134-bedd-6335fff4fb50",
    "vfModuleModelCustomizationUUID": "996a2425-9af3-487c-bb3c-e2dd17205996",
    "isBase": true,
    "artifacts": [
      "574b9d73-ed25-451c-9fbf-3c48987d11a3",
      "7169aea4-4893-4c94-aa0a-3aea30001402"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "f4d7241a-517d-4a96-9be4-b3f3cfd759b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "535fb6c9-2fcc-4ea8-82e9-ff0441b3f927",
    "vfModuleModelCustomizationUUID": "99ab02b9-aa60-4818-a0c7-06907db1708a",
    "isBase": false,
    "artifacts": [
      "bdd59df7-a061-4805-8a85-4bc04e151c6d"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-12-30T12:42:55.488Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eb46396d-bc90-4134-bedd-6335fff4fb50
VfModuleModelInvariantUUID:4cba8f54-5b7a-4cea-9913-08048b45914b
VfModuleModelDescription:NULL
Artifacts UUID List:{
574b9d73-ed25-451c-9fbf-3c48987d11a3
,
7169aea4-4893-4c94-aa0a-3aea30001402

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:535fb6c9-2fcc-4ea8-82e9-ff0441b3f927
VfModuleModelInvariantUUID:f4d7241a-517d-4a96-9be4-b3f3cfd759b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdd59df7-a061-4805-8a85-4bc04e151c6d

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

isBase:false


}

2022-12-30T12:42:55.489Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 574b9d73-ed25-451c-9fbf-3c48987d11a3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-30T12:42:55.489Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:42:55.489Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-30T12:42:55.536Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:42:55.537Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 574b9d73-ed25-451c-9fbf-3c48987d11a3 914
2022-12-30T12:42:55.537Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-30T12:42:55.537Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-30T12:42:55.538Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:42:55.538Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:55.540Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:55.540Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404175537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:42:55.640Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:55.641Z||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-12-30T12:42:55.641Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:55.654Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:55.655Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:42:56.540Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ff5d585f-95c4-47b8-b1da-dc84a37b88ae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-30T12:42:56.541Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:42:56.541Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-30T12:42:56.603Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:42:56.603Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ff5d585f-95c4-47b8-b1da-dc84a37b88ae 12
2022-12-30T12:42:56.604Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-30T12:42:56.604Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-12-30T12:42:56.604Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:42:56.604Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:56.606Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:56.606Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404176604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:42:56.706Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:56.707Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:42:56.707Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:56.719Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:56.719Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:42:57.607Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7169aea4-4893-4c94-aa0a-3aea30001402 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-30T12:42:57.607Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:42:57.608Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-30T12:42:57.659Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:42:57.659Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7169aea4-4893-4c94-aa0a-3aea30001402 96
2022-12-30T12:42:57.660Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-30T12:42:57.660Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-30T12:42:57.660Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:42:57.660Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:57.663Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:57.663Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404177660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:42:57.763Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:57.764Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:42:57.764Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:57.777Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:57.777Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:58.663Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bdd59df7-a061-4805-8a85-4bc04e151c6d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-30T12:42:58.664Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:42:58.664Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-30T12:42:58.725Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:42:58.726Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bdd59df7-a061-4805-8a85-4bc04e151c6d 20206
2022-12-30T12:42:58.727Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-30T12:42:58.727Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-12-30T12:42:58.727Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:42:58.727Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:58.729Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:58.730Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404178727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:42:58.830Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:42:58.831Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:42:58.831Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:58.846Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:58.846Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:42:59.734Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d5b14921-5450-4b05-bcd8-a1f1036367d7
2022-12-30T12:42:59.734Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 8756d8e8-e45f-403d-9f10-44a5bf7d476e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-12-30T12:42:59.744Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@b02640f, org.onap.sdc.toscaparser.api.parameters.Input@21e5fc4c, org.onap.sdc.toscaparser.api.parameters.Input@7bc18931, org.onap.sdc.toscaparser.api.parameters.Input@4c0b2663, org.onap.sdc.toscaparser.api.parameters.Input@54b111f1]
2022-12-30T12:42:59.745Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.745Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.746Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-12-30T12:42:59.746Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 5f801951-c2d8-4062-893c-da89c97413b1
2022-12-30T12:42:59.746Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f801951-c2d8-4062-893c-da89c97413b1 matches Tosca VF Customization UUID: 5f801951-c2d8-4062-893c-da89c97413b1
2022-12-30T12:42:59.746Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 5f801951-c2d8-4062-893c-da89c97413b1  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-12-30T12:42:59.748Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.749Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.749Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 5f801951-c2d8-4062-893c-da89c97413b1: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-12-30T12:42:59.749Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38ea0135
2022-12-30T12:42:59.749Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.750Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:42:59.750Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99ab02b9-aa60-4818-a0c7-06907db1708a
2022-12-30T12:42:59.750Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99ab02b9-aa60-4818-a0c7-06907db1708a
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-12-30T12:42:59.752Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.752Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:59.753Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:42:59.753Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.753Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:59.753Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:42:59.753Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.754Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-12-30T12:42:59.754Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=5f801951-c2d8-4062-893c-da89c97413b1
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-12-30T12:42:59.755Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.756Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.756Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d5b14921-5450-4b05-bcd8-a1f1036367d7: basic_cnf_macro
2022-12-30T12:42:59.756Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.756Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.756Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.757Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.757Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.757Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.757Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.757Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.757Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:42:59.757Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:42:59.758Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T12:42:59.804Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 8756d8e8-e45f-403d-9f10-44a5bf7d476e 2 ASDC deployResourceStructure
2022-12-30T12:42:59.805Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-12-30T12:42:59.805Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-12-30T12:42:59.805Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:42:59.805Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:42:59.807Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:42:59.807Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404179805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:42:59.907Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:42:59.908Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:42:59.908Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:42:59.921Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:42:59.921Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:43:00.808Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-12-30T12:43:00.808Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-12-30T12:43:00.808Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:43:00.809Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:43:00.811Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:43:00.811Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404180808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:43:00.911Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:43:00.912Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:43:00.912Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:43:00.927Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:43:00.927Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:43:01.812Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-12-30T12:43:01.812Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-12-30T12:43:01.812Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-30T12:43:01.813Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:43:01.814Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:43:01.814Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404181812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-30T12:43:01.916Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-12-30T12:43:01.917Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:43:01.917Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:43:01.929Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:43:01.929Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:43:02.815Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-12-30T12:43:02.816Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-12-30T12:43:02.816Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:43:02.816Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:43:02.818Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:43:02.818Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404182815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:43:02.918Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:43:02.919Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:43:02.919Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:43:02.932Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:43:02.932Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:43:03.819Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-12-30T12:43:03.819Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-12-30T12:43:03.819Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-12-30T12:43:03.819Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:43:03.821Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:43:03.821Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404183818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-30T12:43:03.921Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:43:03.922Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:43:03.922Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:43:03.934Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:43:03.934Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:43:04.822Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-12-30T12:43:04.822Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-12-30T12:43:04.822Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:43:04.823Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:43:04.824Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:43:04.825Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404184822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:43:04.925Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:43:04.925Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:43:04.926Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:43:04.939Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:43:04.939Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:43:05.825Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:43:05.844Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
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-12-30T12:43:05.846Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:43:05.847Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T12:43:05.847Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T12:43:35.847Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:43:35.858Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
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-12-30T12:43:35.860Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:43:35.860Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T12:43:35.860Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T12:43:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:43:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:43:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:43:41.254Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:43:41.255Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:43:41.255Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404129620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:43:41.255Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:43:41.256Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:43:41.256Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404095358,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:43:41.256Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:05.860Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:44:05.881Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
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-12-30T12:44:05.883Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:44:05.883Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T12:44:05.883Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T12:44:35.883Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:44:35.893Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
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-12-30T12:44:35.895Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:44:35.895Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-12-30T12:44:35.895Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-12-30T12:44:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:44:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:44:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:44:41.162Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:44:41.681Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.681Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.682Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.682Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.682Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404137036,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.682Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404144255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404164367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404164346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404164693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.684Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404165435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.685Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.686Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.686Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.686Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404166482,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.686Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.686Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.686Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404166971,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-12-30T12:44:41.692Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
2022-12-30T12:44:41.693Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b 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-12-30T12:44:41.705Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.705Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.705Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.705Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.706Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.706Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.706Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.707Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404167534,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.707Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.707Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.707Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.707Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.707Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.707Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.708Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.708Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.708Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.708Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.708Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.708Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404168607,
  "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-12-30T12:44:41.712Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
2022-12-30T12:44:41.713Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b 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-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.720Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404169609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.721Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.722Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404164614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.723Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.724Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404172998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.725Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404171946,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.726Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404174001,
  "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-12-30T12:44:41.730Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
2022-12-30T12:44:41.730Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b 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-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.743Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404167973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.744Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404174477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.745Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404176085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.746Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.747Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.747Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.747Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.747Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.747Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404175537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.747Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.748Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.748Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.748Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.748Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.749Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404177431,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-12-30T12:44:41.761Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5f375c99-e98d-4809-8a57-2d2065962aa9
2022-12-30T12:44:41.761Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f375c99-e98d-4809-8a57-2d2065962aa9 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-12-30T12:44:41.771Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404170613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404176604,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.772Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404178686,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.773Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404177660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.774Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404179749,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.775Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404178727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.776Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404180801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.777Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.777Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.777Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404179805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.777Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.777Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.777Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.777Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.778Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.778Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.778Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.778Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.778Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404181822,
  "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-12-30T12:44:41.782Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5f375c99-e98d-4809-8a57-2d2065962aa9
2022-12-30T12:44:41.782Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f375c99-e98d-4809-8a57-2d2065962aa9 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-12-30T12:44:41.789Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404180808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404183111,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.790Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404182825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404181812,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.791Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404182815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404183818,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-12-30T12:44:41.792Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404185183,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404184822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.793Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404187721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.794Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.794Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.794Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404188727,
  "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-12-30T12:44:41.798Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
2022-12-30T12:44:41.799Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b 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-12-30T12:44:41.807Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404190680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.808Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.809Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.809Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404191682,
  "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-12-30T12:44:41.813Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5f375c99-e98d-4809-8a57-2d2065962aa9
2022-12-30T12:44:41.813Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f375c99-e98d-4809-8a57-2d2065962aa9 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-12-30T12:44:41.819Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.820Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.821Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.822Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.823Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.824Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.825Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.825Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.825Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.825Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.825Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.825Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.826Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.827Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404174349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.828Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.829Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.829Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.829Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.829Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.829Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.829Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404197852,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.830Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.831Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404178433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.832Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1672404183829,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404184112,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404200291,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.833Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404201284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.834Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404200952,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.835Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.835Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.835Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404201294,
  "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-12-30T12:44:41.839Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5f375c99-e98d-4809-8a57-2d2065962aa9
2022-12-30T12:44:41.840Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5f375c99-e98d-4809-8a57-2d2065962aa9 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-12-30T12:44:41.847Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.847Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.848Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.848Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.848Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404202343,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.848Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.848Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.848Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1672404202255,
  "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-12-30T12:44:41.860Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 47fee830-3c24-4733-990d-9bad665afcc3
2022-12-30T12:44:41.860Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fee830-3c24-4733-990d-9bad665afcc3 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-12-30T12:44:41.870Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.870Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.871Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.873Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.873Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1672404203346,
  "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-12-30T12:44:41.878Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 47fee830-3c24-4733-990d-9bad665afcc3
2022-12-30T12:44:41.878Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fee830-3c24-4733-990d-9bad665afcc3 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-12-30T12:44:41.885Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.885Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.886Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.886Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.886Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404197036,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.886Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.886Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.886Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.886Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.887Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.887Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404206132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.887Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.887Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.887Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.887Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.888Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.888Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.888Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.888Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.888Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.888Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.889Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.889Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.889Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.889Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.889Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.889Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.889Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.890Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404211410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.890Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.890Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.890Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.890Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.890Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.890Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "aai-model-loader",
  "timestamp": 1672404212413,
  "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-12-30T12:44:41.896Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 47fee830-3c24-4733-990d-9bad665afcc3
2022-12-30T12:44:41.897Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fee830-3c24-4733-990d-9bad665afcc3 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-12-30T12:44:41.908Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.908Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:44:41.908Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.908Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.908Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404204347,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:44:41.909Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:44:41.909Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.909Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404214170,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:44:41.909Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.910Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.910Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404216090,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:44:41.910Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:44:41.910Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:44:41.910Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1672404217095,
  "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-12-30T12:44:41.915Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 47fee830-3c24-4733-990d-9bad665afcc3
2022-12-30T12:44:41.915Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 47fee830-3c24-4733-990d-9bad665afcc3 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-12-30T12:45:05.895Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:45:05.905Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b
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-12-30T12:45:05.907Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:45:05.907Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T12:45:05.907Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T12:45:05.907Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T12:45:05.907Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:05.908Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:05.908Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:05.908Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:05.908Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:05.908Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||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-12-30T12:45:05.914Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T12:45:35.915Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b 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-12-30T12:45:35.942Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b and serviceModelVersionId: d5b14921-5450-4b05-bcd8-a1f1036367d7
2022-12-30T12:45:35.942Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 00032938-7526-4de1-b4bd-4a341a924a9c
2022-12-30T12:45:35.944Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0
2022-12-30T12:45:35.948Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T12:45:35.992Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0|INFO|500||Invoke
2022-12-30T12:45:35.992Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[126ecd75-de20-46df-a632-e6a5372cf19c], X-ECOMP-RequestID=[c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b], X-TransactionId=[], X-ONAP-RequestID=[c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b], Content-Type=[application/merge-patch+json]}
2022-12-30T12:45:36.017Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T12:45:36.140Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?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/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 12:45:36 GMT], content-length=[0], vertex-id=[213040], x-aai-txid=[2-aai-resources-221230-12:45:36:388-42195], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T12:45:36.140Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-12-30T12:45:36.141Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/00032938-7526-4de1-b4bd-4a341a924a9c/model-vers/model-ver/d5b14921-5450-4b05-bcd8-a1f1036367d7?depth=0|INFO|500||InvokeReturn
2022-12-30T12:45:36.141Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T12:45:36.142Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||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-12-30T12:45:36.146Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||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-12-30T12:45:36.146Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T12:45:36.147Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T12:45:36.147Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:36.148Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:36.149Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404336147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:45:36.249Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:36.249Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:36.249Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:36.267Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:36.268Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 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-12-30T12:45:37.164Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-30T12:45:37.164Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5f375c99-e98d-4809-8a57-2d2065962aa9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d814042d-e670-43d6-965d-d775765e1433","serviceDescription":"service","serviceInvariantUUID":"479d5bb6-106f-4113-87a6-f4836e4fbb1e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9c4896ce-9281-4336-b28c-fca8ba44a207","resourceInvariantUUID":"fc15c29b-ba4f-4d3d-a25c-1d9dce6dda61","resourceCustomizationUUID":"c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0","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":"MDljZjY0NjFiNzRhYmMxNDZlODlmMjc3ZDllYzJhYTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3c243b0-45d5-4362-ac3c-757aa1f91e81","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":"NTRmYjRiZGVjNTUxZjgzY2Y4ODMzNmU4YzAyY2E3OTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e182cb3a-aa66-45b5-94fe-221dc5311693","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":"2cbacbad-6ec7-4193-9d6f-bbf40da721ba","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":"4ec158d4-50a6-4b7d-bc0d-09d55e39fc39","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":"0f8626b9-785a-49bf-b797-aea3c1d0bdcc","artifactVersion":"2","generatedFromUUID":"2cbacbad-6ec7-4193-9d6f-bbf40da721ba"},{"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":"ODY2ZTg4NDk1YTVjMzFmMTFkZGNmYjc2ZjI3NGE1Mjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2a8fb6d8-2ff5-472d-adbf-569749facb88","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":"ZjVmMWI5MmU1ODFkMTFjMmIxN2ZjYTFlYWRhYjI0NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"588a843c-30b6-41bc-a272-d33913895616","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YmRlYmE5OWYxNTg3OTk0ZWJhYjYzZTc5Zjk1MjMyMzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"887105c4-45ae-4409-a517-de055f0d1b95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T12:45:37.165Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:37.165Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:37.167Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:37.167Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:45:37.267Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:37.268Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:37.268Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:37.284Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:37.284Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:38.167Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:38.168Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:38.169Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:38.169Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:45:38.270Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:38.270Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:38.270Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:38.290Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:38.290Z||pool-113-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:45:39.170Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:39.171Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:39.172Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:39.172Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:45:39.272Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:39.273Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:39.273Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:39.298Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:39.298Z||pool-114-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:40.173Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:40.173Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:40.175Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:40.175Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:45:40.275Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:40.276Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:40.276Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:40.290Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:40.290Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:45:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:45:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:41.176Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:41.176Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:41.178Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:41.179Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-30T12:45:41.279Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:41.279Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:41.279Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:41.293Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:41.294Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:41.315Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:41.316Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:45:41.316Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404336147,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:45:41.316Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:45:41.316Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:45:41.316Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:45:41.316Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:45:41.317Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:45:42.179Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:42.180Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:42.181Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:42.182Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:45:42.282Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:42.282Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:42.282Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:42.302Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:42.303Z||pool-117-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:43.182Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:43.183Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:43.185Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:43.185Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:45:43.285Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:43.286Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:43.286Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:43.303Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:43.303Z||pool-118-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:44.186Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:45:44.187Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:44.188Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:44.189Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:45:44.289Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:45:44.289Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:44.289Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:44.301Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:44.302Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:45.190Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d814042d-e670-43d6-965d-d775765e1433",
  "serviceDescription": "service",
  "serviceInvariantUUID": "479d5bb6-106f-4113-87a6-f4836e4fbb1e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9c4896ce-9281-4336-b28c-fca8ba44a207",
      "resourceInvariantUUID": "fc15c29b-ba4f-4d3d-a25c-1d9dce6dda61",
      "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": "NTRmYjRiZGVjNTUxZjgzY2Y4ODMzNmU4YzAyY2E3OTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e182cb3a-aa66-45b5-94fe-221dc5311693",
          "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": "2cbacbad-6ec7-4193-9d6f-bbf40da721ba",
          "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": "0f8626b9-785a-49bf-b797-aea3c1d0bdcc",
            "generatedFromUUID": "2cbacbad-6ec7-4193-9d6f-bbf40da721ba"
          },
          "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": "0f8626b9-785a-49bf-b797-aea3c1d0bdcc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YmRlYmE5OWYxNTg3OTk0ZWJhYjYzZTc5Zjk1MjMyMzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "887105c4-45ae-4409-a517-de055f0d1b95"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T12:45:45.190Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T12:45:45.190Z|c0799f90-f5ea-4bac-a5b0-7e016fb1ae4b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d814042d-e670-43d6-965d-d775765e1433 ASDC
2022-12-30T12:45:45.191Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5f375c99-e98d-4809-8a57-2d2065962aa9
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d814042d-e670-43d6-965d-d775765e1433
ServiceInvariantUUID:479d5bb6-106f-4113-87a6-f4836e4fbb1e
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:887105c4-45ae-4409-a517-de055f0d1b95
ArtifactChecksum:YmRlYmE5OWYxNTg3OTk0ZWJhYjYzZTc5Zjk1MjMyMzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0
ResourceInvariantUUID:fc15c29b-ba4f-4d3d-a25c-1d9dce6dda61
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:9c4896ce-9281-4336-b28c-fca8ba44a207
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:e182cb3a-aa66-45b5-94fe-221dc5311693
ArtifactChecksum:NTRmYjRiZGVjNTUxZjgzY2Y4ODMzNmU4YzAyY2E3OTg=
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:2cbacbad-6ec7-4193-9d6f-bbf40da721ba
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:0f8626b9-785a-49bf-b797-aea3c1d0bdcc
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:0f8626b9-785a-49bf-b797-aea3c1d0bdcc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-12-30T12:45:45.191Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d814042d-e670-43d6-965d-d775765e1433 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-12-30T12:45:45.229Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:45:45.230Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:45:45.230Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:45:45.230Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 887105c4-45ae-4409-a517-de055f0d1b95 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-30T12:45:45.230Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:45:45.231Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-30T12:45:45.393Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:45:45.396Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 887105c4-45ae-4409-a517-de055f0d1b95 82998
2022-12-30T12:45:45.396Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-30T12:45:45.397Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-30T12:45:45.397Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:45:45.397Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:45.399Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:45.399Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404345396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:45:45.499Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:45.499Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:45.500Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:45.514Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:45.514Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:46.399Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:45:46.400Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:45:46.400Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 887105c4-45ae-4409-a517-de055f0d1b95, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-30T12:45:46.400Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-12-30T12:45:46.401Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-30T12:45:46.401Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-30T12:45:46.559Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3120644597043823303/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-12-30T12:45:47.605Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T12:45:47.606Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-30T12:45:47.606Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-12-30T12:45:47.606Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-30T12:45:47.606Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.606Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.606Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.606Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-30T12:45:47.607Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:47.608Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.609Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-30T12:45:47.609Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-12-30T12:45:47.609Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-12-30T12:45:47.609Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-12-30T12:45:47.609Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-30T12:45:47.609Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-12-30T12:45:47.609Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.610Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:45:47.610Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.610Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:47.610Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:45:47.610Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.610Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:47.610Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-30T12:45:47.611Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=351bf30c-f5d0-494c-9909-dc8696fecd6f
2022-12-30T12:45:47.612Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.612Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:47.612Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.612Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:47.612Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.612Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:47.612Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:47.613Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:47.613Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d814042d-e670-43d6-965d-d775765e1433
Model Version:NULL
Model InvariantUuid:479d5bb6-106f-4113-87a6-f4836e4fbb1e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:93c430a1-6269-49ea-9173-385e0075ed47
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fc15c29b-ba4f-4d3d-a25c-1d9dce6dda61
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:07ebcebf-d227-4a62-ae17-38c42da7664f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:f09a792d-61d9-44d7-b96a-dd2585353aaa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:351bf30c-f5d0-494c-9909-dc8696fecd6f
ModelInvariantUuid:f3527a15-ff27-43bd-86e7-45135ad6adc5
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:93b588b4-9a81-4be8-9356-de4b9181f1d2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f4fe9eb3-41d1-47f1-bdb8-4b722c61e789
ModelInvariantUuid:750bb28a-ca71-4a9d-a1f2-aa2d6a4a60a8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:747ab7b0-d5a6-4fa2-a91e-a8bddabeba4c
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-12-30T12:45:47.618Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 9c4896ce-9281-4336-b28c-fca8ba44a207
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-12-30T12:45:47.620Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-12-30T12:45:47.621Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9c4896ce-9281-4336-b28c-fca8ba44a207
2022-12-30T12:45:47.621Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e182cb3a-aa66-45b5-94fe-221dc5311693 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-12-30T12:45:47.621Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:45:47.621Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.695Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:45:47.695Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e182cb3a-aa66-45b5-94fe-221dc5311693 792
2022-12-30T12:45:47.696Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.696Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:47.696Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:45:47.696Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:47.698Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:47.698Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404347696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:45:47.798Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:47.799Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:47.799Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:47.818Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:47.818Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:48.698Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "07ebcebf-d227-4a62-ae17-38c42da7664f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f09a792d-61d9-44d7-b96a-dd2585353aaa",
    "vfModuleModelCustomizationUUID": "bfd37694-c3fa-45bc-9d2e-a04205950211",
    "isBase": true,
    "artifacts": [
      "2cbacbad-6ec7-4193-9d6f-bbf40da721ba",
      "0f8626b9-785a-49bf-b797-aea3c1d0bdcc"
    ],
    "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-12-30T12:45:48.701Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f09a792d-61d9-44d7-b96a-dd2585353aaa
VfModuleModelInvariantUUID:07ebcebf-d227-4a62-ae17-38c42da7664f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2cbacbad-6ec7-4193-9d6f-bbf40da721ba
,
0f8626b9-785a-49bf-b797-aea3c1d0bdcc

}
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-12-30T12:45:48.703Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "07ebcebf-d227-4a62-ae17-38c42da7664f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f09a792d-61d9-44d7-b96a-dd2585353aaa",
    "vfModuleModelCustomizationUUID": "bfd37694-c3fa-45bc-9d2e-a04205950211",
    "isBase": true,
    "artifacts": [
      "2cbacbad-6ec7-4193-9d6f-bbf40da721ba",
      "0f8626b9-785a-49bf-b797-aea3c1d0bdcc"
    ],
    "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-12-30T12:45:48.704Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f09a792d-61d9-44d7-b96a-dd2585353aaa
VfModuleModelInvariantUUID:07ebcebf-d227-4a62-ae17-38c42da7664f
VfModuleModelDescription:NULL
Artifacts UUID List:{
2cbacbad-6ec7-4193-9d6f-bbf40da721ba
,
0f8626b9-785a-49bf-b797-aea3c1d0bdcc

}
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-12-30T12:45:48.704Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2cbacbad-6ec7-4193-9d6f-bbf40da721ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-12-30T12:45:48.704Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:45:48.704Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:48.766Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:45:48.766Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2cbacbad-6ec7-4193-9d6f-bbf40da721ba 5033
2022-12-30T12:45:48.767Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:48.767Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:48.767Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:45:48.767Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:48.769Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:48.769Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404348767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:45:48.869Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:45:48.870Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:48.870Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:48.882Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:48.882Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:49.770Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0f8626b9-785a-49bf-b797-aea3c1d0bdcc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-12-30T12:45:49.770Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:45:49.771Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:49.827Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:45:49.827Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0f8626b9-785a-49bf-b797-aea3c1d0bdcc 903
2022-12-30T12:45:49.828Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:49.828Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:49.828Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:45:49.828Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:49.830Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:49.831Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404349828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:45:49.931Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:49.931Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:49.931Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:49.984Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:49.984Z||pool-123-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:50.831Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: d814042d-e670-43d6-965d-d775765e1433
2022-12-30T12:45:50.832Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9c4896ce-9281-4336-b28c-fca8ba44a207 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-12-30T12:45:50.844Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34a595b2, org.onap.sdc.toscaparser.api.parameters.Input@57ca2ae2, org.onap.sdc.toscaparser.api.parameters.Input@72780f4f, org.onap.sdc.toscaparser.api.parameters.Input@64da3228, org.onap.sdc.toscaparser.api.parameters.Input@7cca3304]
2022-12-30T12:45:50.845Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.846Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.846Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-12-30T12:45:50.846Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0
2022-12-30T12:45:50.846Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0 matches Tosca VF Customization UUID: c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0
2022-12-30T12:45:50.847Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0  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-12-30T12:45:50.848Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.848Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.849Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0: {\"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-12-30T12:45:50.849Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d9fd161
2022-12-30T12:45:50.849Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.850Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-12-30T12:45:50.850Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bfd37694-c3fa-45bc-9d2e-a04205950211
2022-12-30T12:45:50.850Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bfd37694-c3fa-45bc-9d2e-a04205950211
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-12-30T12:45:50.852Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.852Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:50.852Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:45:50.853Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.853Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:50.853Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:45:50.854Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.854Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-12-30T12:45:50.854Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-12-30T12:45:50.854Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-12-30T12:45:50.854Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=351bf30c-f5d0-494c-9909-dc8696fecd6f
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-12-30T12:45:50.857Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.857Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:50.857Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-12-30T12:45:50.857Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.858Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-12-30T12:45:50.858Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=c1a373d8-3a9d-42cb-b3a1-117fc1cde3a0
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-12-30T12:45:50.860Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.860Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.860Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid d814042d-e670-43d6-965d-d775765e1433: basic_vm_macro
2022-12-30T12:45:50.860Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.861Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.861Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.861Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.861Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.861Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.862Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.862Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.862Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:45:50.862Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:45:50.862Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:50.954Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9c4896ce-9281-4336-b28c-fca8ba44a207 1 ASDC deployResourceStructure
2022-12-30T12:45:50.954Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:50.954Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:50.955Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:45:50.955Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:50.957Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:50.957Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404350954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:45:51.057Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:45:51.058Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:51.058Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:51.073Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:51.073Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:51.958Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:51.959Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:51.959Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:45:51.959Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:51.961Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:51.961Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404351958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:45:52.061Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:52.062Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:52.062Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:52.091Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:52.092Z||pool-125-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:45:52.962Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:52.962Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:52.963Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:45:52.963Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:52.965Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:52.965Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404352962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:45:53.065Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:45:53.066Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:53.066Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:53.081Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:53.081Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:45:53.966Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-12-30T12:45:53.967Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-12-30T12:45:53.967Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:45:53.967Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:45:53.969Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:45:53.969Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404353966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:45:54.069Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:45:54.070Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:45:54.070Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:45:54.105Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:45:54.105Z||pool-127-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:45:54.971Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5f375c99-e98d-4809-8a57-2d2065962aa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:45:54.985Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5f375c99-e98d-4809-8a57-2d2065962aa9
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-12-30T12:45:54.987Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:45:54.987Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T12:45:54.987Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T12:45:54.987Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T12:45:54.987Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:54.987Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:54.988Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:54.988Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:54.988Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:45:54.988Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:45:54.992Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T12:46:24.993Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5f375c99-e98d-4809-8a57-2d2065962aa9 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-12-30T12:46:24.999Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5f375c99-e98d-4809-8a57-2d2065962aa9 and serviceModelVersionId: d814042d-e670-43d6-965d-d775765e1433
2022-12-30T12:46:24.999Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 479d5bb6-106f-4113-87a6-f4836e4fbb1e
2022-12-30T12:46:25.000Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/479d5bb6-106f-4113-87a6-f4836e4fbb1e/model-vers/model-ver/d814042d-e670-43d6-965d-d775765e1433?depth=0
2022-12-30T12:46:25.003Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T12:46:25.046Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/479d5bb6-106f-4113-87a6-f4836e4fbb1e/model-vers/model-ver/d814042d-e670-43d6-965d-d775765e1433?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-12-30T12:46:25.048Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/479d5bb6-106f-4113-87a6-f4836e4fbb1e/model-vers/model-ver/d814042d-e670-43d6-965d-d775765e1433?depth=0|INFO|500||Invoke
2022-12-30T12:46:25.073Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/479d5bb6-106f-4113-87a6-f4836e4fbb1e/model-vers/model-ver/d814042d-e670-43d6-965d-d775765e1433?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T12:46:25.201Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/479d5bb6-106f-4113-87a6-f4836e4fbb1e/model-vers/model-ver/d814042d-e670-43d6-965d-d775765e1433?depth=0|INFO|500||InvokeReturn
2022-12-30T12:46:25.202Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/479d5bb6-106f-4113-87a6-f4836e4fbb1e/model-vers/model-ver/d814042d-e670-43d6-965d-d775765e1433?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 12:46:25 GMT], content-length=[0], vertex-id=[229424], x-aai-txid=[1-aai-resources-221230-12:46:25:445-12122], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T12:46:25.203Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T12:46:25.203Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T12:46:25.203Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:46:25.207Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||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-12-30T12:46:25.207Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5f375c99-e98d-4809-8a57-2d2065962aa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T12:46:25.207Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T12:46:25.208Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:25.209Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:25.210Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404385207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:46:25.310Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:25.311Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:25.311Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:25.330Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:25.330Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T12:46:26.223Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:46:26.223Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:46:26.224Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:31.274Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:31.275Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-12-30T12:46:31.275Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"47fee830-3c24-4733-990d-9bad665afcc3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"f549c563-3c74-404a-af14-58892117554f","serviceDescription":"service","serviceInvariantUUID":"960f9933-f312-4912-9dbb-c29845398da1","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0f55cbb0-06b8-43a6-b435-fc42574c4986","resourceInvariantUUID":"15e03c7f-b216-4b7a-8e8f-c0e3cdd08d6a","resourceCustomizationUUID":"b7ee708d-16cb-4d3f-b57d-7c3e2f893727","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":"MDU5Yjc3ZjY2OTY2OWE1MWYzZjU3NmZiMDAyOGIxOTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b395a5c-34b3-4e3e-a683-e16afe1509ca","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":"cf228f3f-1874-497a-88ab-4fb985c908a4","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":"4e900209-87e3-472f-b57e-e17c8186a189","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":"NjEzYjZkMDdkYzQ4ZDAyZmYyZTZjZTRjZjlmYmVkYzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fcd019b9-4cf6-4260-9cf6-e20be06380dc","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":"0a580d6e-e4d3-496e-a0dd-9e2c6e40f315","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":"27145320-2912-4ba0-8b16-ef72780200d2","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":"2d2df5ab-396d-4f73-b483-1f7d424546f9","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":"Nzk2NDJmMmNjZTdkMzZhYmM5MGJmNmE4N2FkNjAxZWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d36cb54-cf7a-40d8-b673-f2efee8fb3df","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWY0NDgwZjU5NDkwZTg2ZDg0NGQ4YzQ2ZTk0MzRlOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"468fea65-f967-4385-bd2e-d15be9eb9b16","artifactVersion":"1"}],"workloadContext":"Production"}
2022-12-30T12:46:31.276Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:31.277Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:31.278Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:31.278Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:31.378Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:31.379Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:31.379Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:31.393Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:31.393Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:46:32.279Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:32.279Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:32.281Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:32.281Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:32.382Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-12-30T12:46:32.383Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:32.383Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:32.395Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:32.396Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:46:33.282Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:33.283Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:33.284Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:33.285Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:33.385Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:33.386Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:33.386Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:33.398Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:33.399Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:46:34.285Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:34.286Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:34.287Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:34.287Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:34.387Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:34.388Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:34.388Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:34.399Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:34.400Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:46:35.288Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:35.288Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:35.290Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:35.290Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:35.390Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:35.391Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:35.391Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:35.415Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:35.415Z||pool-133-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:46:36.290Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:36.291Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:36.293Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:36.293Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:36.393Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:36.393Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:36.394Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:36.407Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:36.407Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:46:37.293Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:37.294Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:37.295Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:37.296Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:37.396Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:37.396Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:37.396Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:37.413Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:37.413Z||pool-135-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-12-30T12:46:38.296Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:38.297Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:38.298Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:38.298Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:46:38.399Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:38.399Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:38.399Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:38.410Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:38.411Z||pool-136-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:46:39.299Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-12-30T12:46:39.300Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:39.301Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:39.301Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:46:39.401Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-12-30T12:46:39.402Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:39.402Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:39.418Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:39.418Z||pool-137-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:46:40.302Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f549c563-3c74-404a-af14-58892117554f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "960f9933-f312-4912-9dbb-c29845398da1",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "b7ee708d-16cb-4d3f-b57d-7c3e2f893727",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "0f55cbb0-06b8-43a6-b435-fc42574c4986",
      "resourceInvariantUUID": "15e03c7f-b216-4b7a-8e8f-c0e3cdd08d6a",
      "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": "ZWY0NDgwZjU5NDkwZTg2ZDg0NGQ4YzQ2ZTk0MzRlOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "468fea65-f967-4385-bd2e-d15be9eb9b16"
    }
  ],
  "workloadContext": "Production"
}
2022-12-30T12:46:40.303Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-12-30T12:46:40.303Z|5f375c99-e98d-4809-8a57-2d2065962aa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f549c563-3c74-404a-af14-58892117554f ASDC
2022-12-30T12:46:40.304Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:47fee830-3c24-4733-990d-9bad665afcc3
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:f549c563-3c74-404a-af14-58892117554f
ServiceInvariantUUID:960f9933-f312-4912-9dbb-c29845398da1
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:468fea65-f967-4385-bd2e-d15be9eb9b16
ArtifactChecksum:ZWY0NDgwZjU5NDkwZTg2ZDg0NGQ4YzQ2ZTk0MzRlOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:b7ee708d-16cb-4d3f-b57d-7c3e2f893727
ResourceInvariantUUID:15e03c7f-b216-4b7a-8e8f-c0e3cdd08d6a
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:0f55cbb0-06b8-43a6-b435-fc42574c4986
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-12-30T12:46:40.304Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f549c563-3c74-404a-af14-58892117554f 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-12-30T12:46:40.329Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:46:40.330Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:46:40.330Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:46:40.330Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 468fea65-f967-4385-bd2e-d15be9eb9b16 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-30T12:46:40.331Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-12-30T12:46:40.331Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-30T12:46:40.508Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-12-30T12:46:40.514Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 468fea65-f967-4385-bd2e-d15be9eb9b16 111099
2022-12-30T12:46:40.514Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-30T12:46:40.514Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-30T12:46:40.514Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-12-30T12:46:40.515Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:40.516Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:40.517Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404400514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:46:40.617Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:40.617Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:40.618Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:40.631Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:40.632Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:46:41.128Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:46:41.130Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T12:46:41.130Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:41.154Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:41.154Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-12-30T12:46:41.155Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-12-30T12:46:41.155Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:46:41.517Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-12-30T12:46:41.518Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-12-30T12:46:41.518Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 468fea65-f967-4385-bd2e-d15be9eb9b16, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-30T12:46:41.518Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-12-30T12:46:41.519Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-30T12:46:41.519Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-30T12:46:41.635Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12255600933517666503/Definitions/service-TestPnfMacro-template.yml
2022-12-30T12:46:42.366Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:42.367Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:42.368Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-12-30T12:46:42.368Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.368Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.368Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-30T12:46:42.368Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-30T12:46:42.368Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:46:42.368Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.369Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.369Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-12-30T12:46:42.369Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-12-30T12:46:42.369Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-12-30T12:46:42.369Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.369Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.369Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.370Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:f549c563-3c74-404a-af14-58892117554f
Model Version:NULL
Model InvariantUuid:960f9933-f312-4912-9dbb-c29845398da1
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-12-30T12:46:42.378Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0f55cbb0-06b8-43a6-b435-fc42574c4986
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-12-30T12:46:42.382Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-12-30T12:46:42.382Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0f55cbb0-06b8-43a6-b435-fc42574c4986
2022-12-30T12:46:42.382Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||No resources found for Service: f549c563-3c74-404a-af14-58892117554f
2022-12-30T12:46:42.382Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f549c563-3c74-404a-af14-58892117554f
2022-12-30T12:46:42.382Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 0f55cbb0-06b8-43a6-b435-fc42574c4986 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-12-30T12:46:42.386Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ab99555, org.onap.sdc.toscaparser.api.parameters.Input@31e80c2c, org.onap.sdc.toscaparser.api.parameters.Input@4003f4bc, org.onap.sdc.toscaparser.api.parameters.Input@57db2821, org.onap.sdc.toscaparser.api.parameters.Input@51ce1cb2]
2022-12-30T12:46:42.386Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.387Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.387Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f549c563-3c74-404a-af14-58892117554f: test-pnf
2022-12-30T12:46:42.387Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||Processing PNF resource: 0f55cbb0-06b8-43a6-b435-fc42574c4986
2022-12-30T12:46:42.387Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-12-30T12:46:42.387Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-12-30T12:46:42.387Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||Resource customization UUID: b7ee708d-16cb-4d3f-b57d-7c3e2f893727 is the same as notified resource customizationUUID: b7ee708d-16cb-4d3f-b57d-7c3e2f893727
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-12-30T12:46:42.420Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 0f55cbb0-06b8-43a6-b435-fc42574c4986 0 ASDC deployResourceStructure
2022-12-30T12:46:42.421Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-12-30T12:46:42.421Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-12-30T12:46:42.421Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-12-30T12:46:42.421Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:46:42.423Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:46:42.423Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404402421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:46:42.523Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:46:42.524Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:46:42.525Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:46:42.537Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:46:42.538Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-12-30T12:46:43.423Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 47fee830-3c24-4733-990d-9bad665afcc3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-12-30T12:46:43.435Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 47fee830-3c24-4733-990d-9bad665afcc3
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-12-30T12:46:43.437Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-12-30T12:46:43.437Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-12-30T12:46:43.438Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:46:43.442Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-12-30T12:47:13.443Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 47fee830-3c24-4733-990d-9bad665afcc3 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-12-30T12:47:13.447Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 47fee830-3c24-4733-990d-9bad665afcc3 and serviceModelVersionId: f549c563-3c74-404a-af14-58892117554f
2022-12-30T12:47:13.447Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 960f9933-f312-4912-9dbb-c29845398da1
2022-12-30T12:47:13.448Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/960f9933-f312-4912-9dbb-c29845398da1/model-vers/model-ver/f549c563-3c74-404a-af14-58892117554f?depth=0
2022-12-30T12:47:13.451Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-12-30T12:47:13.481Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960f9933-f312-4912-9dbb-c29845398da1/model-vers/model-ver/f549c563-3c74-404a-af14-58892117554f?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-12-30T12:47:13.482Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960f9933-f312-4912-9dbb-c29845398da1/model-vers/model-ver/f549c563-3c74-404a-af14-58892117554f?depth=0|INFO|500||Invoke
2022-12-30T12:47:13.500Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960f9933-f312-4912-9dbb-c29845398da1/model-vers/model-ver/f549c563-3c74-404a-af14-58892117554f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-12-30T12:47:13.676Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960f9933-f312-4912-9dbb-c29845398da1/model-vers/model-ver/f549c563-3c74-404a-af14-58892117554f?depth=0|INFO|500||InvokeReturn
2022-12-30T12:47:13.677Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/960f9933-f312-4912-9dbb-c29845398da1/model-vers/model-ver/f549c563-3c74-404a-af14-58892117554f?depth=0 has http status code:200 and response headers:{date=[Fri, 30 Dec 2022 12:47:13 GMT], content-length=[0], vertex-id=[241784], x-aai-txid=[0-aai-resources-221230-12:47:13:874-29858], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2022-12-30T12:47:13.677Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-12-30T12:47:13.677Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-12-30T12:47:13.677Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:47:13.681Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||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-12-30T12:47:13.681Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 47fee830-3c24-4733-990d-9bad665afcc3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-12-30T12:47:13.681Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-12-30T12:47:13.682Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-12-30T12:47:13.683Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-12-30T12:47:13.683Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404433681,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:47:13.784Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-12-30T12:47:13.784Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-12-30T12:47:13.784Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:47:13.801Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:47:13.802Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-12-30T12:47:14.695Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:47:14.696Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:47:14.696Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:47:24.274Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:47:24.275Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:47:24.275Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:47:24.275Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:47:33.824Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:47:33.825Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:47:33.826Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:47:33.826Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:47:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:47:41.129Z||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-12-30T12:47:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:47:41.169Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:47:41.170Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.170Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.170Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404161124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404345396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.171Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404347696,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404348767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404349828,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404350954,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.172Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404351958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404352962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404353966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5f375c99-e98d-4809-8a57-2d2065962aa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404385207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.173Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.174Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404386223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-12-30T12:47:41.175Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-12-30T12:47:41.176Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:47:41.176Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404400514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-12-30T12:47:41.176Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:47:43.382Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:47:43.383Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:47:43.383Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:47:43.383Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:47:52.942Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:48:41.125Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:48:41.126Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:48:41.126Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:48:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:48:41.129Z||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-12-30T12:48:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:48:41.667Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:48:41.667Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:48:41.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404402421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-12-30T12:48:41.668Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:48:41.668Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-12-30T12:48:41.668Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "47fee830-3c24-4733-990d-9bad665afcc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1672404433681,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-12-30T12:48:41.669Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-12-30T12:48:50.693Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:49:41.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:49:41.125Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:49:41.125Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:49:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:49:41.128Z||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-12-30T12:49:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:49:50.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:49:50.687Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:50:41.125Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:50:41.126Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:50:41.126Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:50:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:50:41.129Z||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-12-30T12:50:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:50:50.676Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:50:50.681Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:51:41.125Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:51:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:51:41.129Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:51:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T12:51:41.129Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:51:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:51:50.688Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:51:50.689Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:52:41.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:52:41.125Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:52:41.126Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:52:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:52:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T12:52:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:52:50.678Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:52:50.686Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:53:41.124Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:53:41.125Z||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-12-30T12:53:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:53:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:53:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T12:53:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:53:50.705Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:53:50.706Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:54:41.124Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:54:41.125Z||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-12-30T12:54:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:54:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:54:41.129Z||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-12-30T12:54:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:54:50.689Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:54:50.689Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:55:41.124Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:55:41.125Z||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-12-30T12:55:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:55:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:55:41.129Z||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-12-30T12:55:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:55:50.675Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:55:50.679Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:56:41.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:56:41.125Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:56:41.125Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:56:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:56:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T12:56:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:56:50.679Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:56:50.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:57:41.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:57:41.126Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:57:41.126Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:57:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:57:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T12:57:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:57:50.680Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:57:50.690Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:58:41.124Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:58:41.125Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-12-30T12:58:41.125Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as EJYnUA7wyo0KrV50) ...
2022-12-30T12:58:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:58:41.128Z||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-12-30T12:58:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:58:50.681Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:58:50.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:59:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:59:41.125Z||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-12-30T12:59:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:59:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T12:59:41.128Z||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-12-30T12:59:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T12:59:50.675Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T12:59:50.676Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:00:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:00:41.125Z||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-12-30T13:00:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:00:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:00:41.129Z||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-12-30T13:00:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:00:50.680Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:00:50.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:01:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:01:41.127Z||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-12-30T13:01:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:01:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:01:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:01:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:01:50.698Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:01:50.704Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:02:41.125Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:02:41.127Z||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-12-30T13:02:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:02:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:02:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T13:02:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:02:50.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:02:50.688Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:03:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:03:41.125Z||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-12-30T13:03:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:03:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:03:41.128Z||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-12-30T13:03:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:03:50.688Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:03:50.688Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:04:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:04:41.125Z||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-12-30T13:04:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:04:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:04:41.128Z||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-12-30T13:04:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:04:50.698Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:04:50.699Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:05:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:05:41.125Z||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-12-30T13:05:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:05:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:05:41.128Z||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-12-30T13:05:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:05:50.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:05:50.682Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:06:41.124Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:06:41.125Z||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-12-30T13:06:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:06:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:06:41.128Z||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-12-30T13:06:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:06:50.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:06:50.686Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:07:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:07:41.125Z||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-12-30T13:07:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:07:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:07:41.129Z||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-12-30T13:07:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:07:50.722Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:07:50.726Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:08:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:08:41.125Z||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-12-30T13:08:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:08:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:08:41.128Z||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-12-30T13:08:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:08:50.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:08:50.691Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:09:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:09:41.125Z||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-12-30T13:09:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:09:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:09:41.129Z||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-12-30T13:09:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:09:50.676Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:09:50.678Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:10:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:10:41.125Z||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-12-30T13:10:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:10:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:10:41.128Z||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-12-30T13:10:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:10:50.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:10:50.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:11:41.125Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:11:41.126Z||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-12-30T13:11:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:11:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:11:41.129Z||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-12-30T13:11:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:11:50.689Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:11:50.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:12:41.125Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:12:41.128Z||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-12-30T13:12:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:12:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:12:41.128Z||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-12-30T13:12:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:12:50.685Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:12:50.685Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:13:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:13:41.125Z||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-12-30T13:13:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:13:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:13:41.129Z||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-12-30T13:13:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:13:50.670Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:13:50.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:14:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:14:41.127Z||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-12-30T13:14:41.127Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:14:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:14:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T13:14:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:14:50.680Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:14:50.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:15:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:15:41.125Z||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-12-30T13:15:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:15:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:15:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T13:15:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:15:50.681Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:15:50.686Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:16:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:16:41.125Z||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-12-30T13:16:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:16:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:16:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:16:41.129Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:16:50.680Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:16:50.680Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:17:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:17:41.125Z||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-12-30T13:17:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:17:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:17:41.128Z||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-12-30T13:17:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:17:50.683Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:17:50.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:18:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:18:41.125Z||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-12-30T13:18:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:18:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:18:41.128Z||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-12-30T13:18:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:18:50.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:18:50.686Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:19:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:19:41.125Z||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-12-30T13:19:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:19:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:19:41.129Z||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-12-30T13:19:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:19:50.709Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:19:50.714Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:20:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:20:41.125Z||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-12-30T13:20:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:20:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:20:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:20:41.128Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:20:50.694Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:20:50.701Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:21:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:21:41.125Z||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-12-30T13:21:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:21:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:21:41.129Z||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-12-30T13:21:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:21:50.681Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:21:50.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:22:41.125Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:22:41.126Z||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-12-30T13:22:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:22:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:22:41.128Z||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-12-30T13:22:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:22:50.673Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:22:50.677Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:23:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:23:41.125Z||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-12-30T13:23:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:23:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:23:41.130Z||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-12-30T13:23:41.131Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:23:50.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:23:50.684Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:24:41.124Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:24:41.125Z||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-12-30T13:24:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:24:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:24:41.128Z||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-12-30T13:24:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:24:50.686Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:24:50.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:25:41.124Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:25:41.125Z||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-12-30T13:25:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:25:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:25:41.129Z||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-12-30T13:25:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:25:50.690Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:25:50.693Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:26:41.125Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:26:41.126Z||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-12-30T13:26:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:26:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:26:41.130Z||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-12-30T13:26:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:26:50.672Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:26:50.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:27:41.124Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:27:41.125Z||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-12-30T13:27:41.125Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:27:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:27:41.128Z||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-12-30T13:27:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:27:50.671Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:27:50.671Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:28:41.125Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:28:41.126Z||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-12-30T13:28:41.126Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:28:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:28:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T13:28:41.129Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:28:50.683Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:28:50.683Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:29:41.124Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:29:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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-12-30T13:29:41.125Z|c460b760-5cfb-43b0-bcee-94768a982ac8|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:29:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:29:41.129Z||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-12-30T13:29:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:29:50.682Z|c460b760-5cfb-43b0-bcee-94768a982ac8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:29:50.721Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:30:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:30:41.126Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:30:41.126Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:30:41.129Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:30:41.130Z||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-12-30T13:30:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:30:50.678Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:30:50.704Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:31:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:31:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:31:41.130Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:31:41.130Z||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-12-30T13:31:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:31:41.130Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:31:50.682Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:31:50.682Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:32:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:32:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:32:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:32:41.128Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:32:41.128Z||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-12-30T13:32:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:32:50.677Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:32:50.678Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:33:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:33:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:33:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:33:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:33:41.129Z||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-12-30T13:33:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:33:50.709Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:33:50.712Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:34:41.126Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:34:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:34:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:34:41.130Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:34:41.130Z||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-12-30T13:34:41.130Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:34:50.682Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:34:50.683Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:35:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:35:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:35:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:35:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:35:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T13:35:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:35:50.675Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:35:50.676Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:36:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:36:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:36:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:36:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:36:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T13:36:41.129Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:36:50.678Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:36:50.678Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:37:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:37:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:37:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:37:41.128Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:37:41.128Z||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-12-30T13:37:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:37:50.674Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:37:50.674Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:38:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:38:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:38:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:38:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:38:41.128Z||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-12-30T13:38:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:38:50.678Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:38:50.707Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:39:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:39:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:39:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:39:41.128Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:39:41.128Z||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-12-30T13:39:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:39:50.687Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:39:50.692Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:40:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:40:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:40:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:40:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:40:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|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-12-30T13:40:41.128Z|47fee830-3c24-4733-990d-9bad665afcc3|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:40:50.687Z|47fee830-3c24-4733-990d-9bad665afcc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:40:50.688Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:41:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:41:41.126Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:41:41.126Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:41:41.128Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:41:41.128Z||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-12-30T13:41:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:41:50.677Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:41:50.691Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:42:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:42:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:42:41.127Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:42:41.129Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:42:41.129Z||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-12-30T13:42:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:42:50.683Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:42:50.683Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:43:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:43:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:43:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:43:41.128Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:43:41.129Z||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-12-30T13:43:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:43:50.677Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:43:50.685Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:44:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:44:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:44:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:44:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:44:41.128Z||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-12-30T13:44:41.128Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:44:50.697Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:44:50.701Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:45:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:45:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:45:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:45:41.128Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:45:41.129Z||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-12-30T13:45:41.129Z||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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:45:50.687Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:45:50.702Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-12-30T13:46:41.124Z|a0ceef05-915b-43c7-8a42-33de57596ec6|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:46:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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-12-30T13:46:41.125Z|a0ceef05-915b-43c7-8a42-33de57596ec6|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 EJYnUA7wyo0KrV50) ...
2022-12-30T13:46:41.128Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-12-30T13:46:41.128Z||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-12-30T13:46:41.128Z||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 EJYnUA7wyo0KrV50) ...