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-03-21T00:24:37.221Z||main|||||INFO|500||The following profiles are active: basic
2022-03-21T00:24:45.340Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-21T00:24:45.341Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-21T00:24:45.416Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-21T00:24:47.323Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-21T00:24:47.496Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-21T00:24:47.799Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-21T00:24:47.804Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-21T00:24:47.885Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-21T00:24:48.017Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-21T00:24:48.395Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-21T00:24:49.246Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-21T00:24:51.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-21T00:24:51.052Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-21T00:24:51.488Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-21T00:24:51.683Z||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-03-21T00:24:52.754Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-21T00:24:53.627Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-21T00:24:53.642Z||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$$b169728.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-03-21T00:24:53.642Z||main|||||WARN|500||The sdc end point is not alive
2022-03-21T00:24:56.125Z||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-03-21T00:24:58.515Z||main|||||WARN|500||---
2022-03-21T00:24:58.516Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-21T00:24:58.516Z||main|||||WARN|500||---
2022-03-21T00:24:58.899Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-21T00:25:02.962Z||main|||||INFO|500||Started Application in 29.598 seconds (JVM running for 30.758)
2022-03-21T00:25:02.973Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-21T00:25:02.975Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-21T00:25:02.983Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-21T00:25:03.004Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-21T00:25:03.085Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b26ab5f4-7c71-4054-a1aa-fca539a71eab url= /sdc/v1/artifactTypes
2022-03-21T00:25:03.085Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-21T00:25:03.309Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-21T00:25:03.328Z||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-03-21T00:25:03.346Z||scheduling-1|||||DEBUG|500||create keys
2022-03-21T00:25:03.353Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-21T00:25:03.713Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:25:03.730Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2c8bd9cf-626b-4315-a73e-05abd1ffaba5 url= /sdc/v1/registerForDistribution
2022-03-21T00:25:04.186Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2c8bd9cf-626b-4315-a73e-05abd1ffaba5 url= /sdc/v1/registerForDistribution
2022-03-21T00:25:04.186Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-21T00:25:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:25:04.195Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:25:04.198Z||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-03-21T00:25:04.199Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:25:04.199Z||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-03-21T00:25:04.199Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:25:04.200Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-21T00:25:14.934Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:25:14.954Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:26:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:26:04.193Z||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-03-21T00:26:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:26:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:26:04.195Z||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-03-21T00:26:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:26:13.758Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:26:13.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:27:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:27:04.194Z||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-03-21T00:27:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:27:04.194Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:27:04.195Z||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-03-21T00:27:04.196Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:27:13.743Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:27:13.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:28:04.193Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:28:04.194Z||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-03-21T00:28:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:28:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:28:04.195Z||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-03-21T00:28:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:28:13.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:28:13.746Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:29:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:29:04.194Z||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-03-21T00:29:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:29:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:29:04.195Z||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-03-21T00:29:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:29:13.746Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:29:13.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:30:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:30:04.194Z||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-03-21T00:30:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:30:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:30:04.195Z||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-03-21T00:30:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:30:13.751Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:30:13.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:31:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:31:04.193Z||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-03-21T00:31:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:31:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:31:04.195Z||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-03-21T00:31:04.196Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:31:13.743Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:31:13.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:32:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:32:04.193Z||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-03-21T00:32:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:32:04.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:32:04.195Z||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-03-21T00:32:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:32:13.740Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:32:13.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:33:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:33:04.194Z||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-03-21T00:33:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:33:04.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:33:04.195Z||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-03-21T00:33:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:33:13.746Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:33:13.747Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:34:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:34:04.194Z||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-03-21T00:34:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:34:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:34:04.195Z||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-03-21T00:34:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:34:13.742Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:34:13.743Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:34:34.959Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-21T00:34:35.119Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@628c4ee ((conn=760) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-21T00:35:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:35:04.194Z||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-03-21T00:35:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:35:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:35:04.195Z||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-03-21T00:35:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:35:13.749Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:35:13.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:36:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:36:04.193Z||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-03-21T00:36:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:36:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:36:04.195Z||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-03-21T00:36:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:36:13.741Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:36:13.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:37:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:37:04.194Z||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-03-21T00:37:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:37:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:37:04.195Z||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-03-21T00:37:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:37:13.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:37:13.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:38:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:38:04.193Z||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-03-21T00:38:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:38:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:38:04.195Z||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-03-21T00:38:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:38:13.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:38:13.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:39:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:39:04.193Z||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-03-21T00:39:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:39:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:39:04.195Z||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-03-21T00:39:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:39:13.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:39:13.749Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:40:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:40:04.194Z||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-03-21T00:40:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:40:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:40:04.195Z||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-03-21T00:40:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:40:13.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:40:13.746Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:41:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:41:04.194Z||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-03-21T00:41:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:41:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:41:04.195Z||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-03-21T00:41:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:41:13.743Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:41:13.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:42:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:42:04.194Z||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-03-21T00:42:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:42:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:42:04.195Z||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-03-21T00:42:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:42:13.755Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:42:13.758Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:43:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:43:04.193Z||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-03-21T00:43:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:43:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:43:04.195Z||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-03-21T00:43:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:43:13.743Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:43:13.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:44:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:44:04.193Z||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-03-21T00:44:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:44:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:44:04.195Z||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-03-21T00:44:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:44:13.739Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:44:13.741Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:45:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:45:04.193Z||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-03-21T00:45:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:45:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:45:04.195Z||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-03-21T00:45:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:45:13.737Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:45:13.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:46:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:46:04.194Z||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-03-21T00:46:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:46:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:46:04.195Z||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-03-21T00:46:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:46:13.753Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:46:13.758Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:47:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:47:04.193Z||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-03-21T00:47:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:47:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:47:04.195Z||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-03-21T00:47:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:47:13.744Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:47:13.744Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:48:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:48:04.193Z||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-03-21T00:48:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:48:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:48:04.195Z||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-03-21T00:48:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:48:13.738Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:48:13.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:49:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:49:04.193Z||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-03-21T00:49:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:49:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:49:04.195Z||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-03-21T00:49:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:49:13.741Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:49:13.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:50:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:50:04.194Z||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-03-21T00:50:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:50:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:50:04.195Z||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-03-21T00:50:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:50:13.742Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:50:13.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:51:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:51:04.194Z||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-03-21T00:51:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:51:04.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:51:04.195Z||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-03-21T00:51:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:51:13.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:51:13.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:52:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:52:04.193Z||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-03-21T00:52:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:52:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:52:04.195Z||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-03-21T00:52:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:52:13.759Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:52:13.762Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:53:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:53:04.193Z||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-03-21T00:53:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:53:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:53:04.195Z||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-03-21T00:53:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:53:13.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:53:13.744Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:54:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:54:04.193Z||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-03-21T00:54:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:54:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:54:04.195Z||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-03-21T00:54:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:54:13.733Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:54:13.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:54:34.861Z||http-nio-8085-exec-1|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@7a84c27 ((conn=763) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-21T00:55:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:55:04.193Z||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-03-21T00:55:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:55:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:55:04.195Z||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-03-21T00:55:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:55:13.741Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:55:13.744Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:56:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:56:04.193Z||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-03-21T00:56:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:56:04.194Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:56:04.195Z||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-03-21T00:56:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:56:13.741Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:56:13.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:57:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:57:04.193Z||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-03-21T00:57:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:57:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:57:04.195Z||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-03-21T00:57:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:57:13.739Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:57:13.741Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:58:04.193Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:58:04.193Z||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-03-21T00:58:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:58:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:58:04.195Z||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-03-21T00:58:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:58:13.742Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:58:13.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:59:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:59:04.193Z||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-03-21T00:59:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:59:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T00:59:04.195Z||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-03-21T00:59:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T00:59:13.743Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T00:59:13.747Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:00:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:00:04.193Z||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-03-21T01:00:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:00:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:00:04.195Z||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-03-21T01:00:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:00:13.734Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:00:13.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:01:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:01:04.193Z||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-03-21T01:01:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:01:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:01:04.195Z||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-03-21T01:01:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:01:13.735Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:01:13.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:02:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:02:04.193Z||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-03-21T01:02:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:02:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:02:04.195Z||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-03-21T01:02:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:02:13.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:02:13.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:03:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:03:04.193Z||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-03-21T01:03:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:03:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:03:04.195Z||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-03-21T01:03:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:03:13.737Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:03:13.763Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:04:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:04:04.194Z||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-03-21T01:04:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:04:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:04:04.195Z||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-03-21T01:04:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:04:13.738Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:04:13.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:05:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:05:04.193Z||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-03-21T01:05:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:05:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:05:04.195Z||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-03-21T01:05:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:05:13.741Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:05:13.742Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:06:04.193Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:06:04.193Z||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-03-21T01:06:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:06:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:06:04.195Z||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-03-21T01:06:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:06:13.737Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:06:13.738Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:07:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:07:04.193Z||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-03-21T01:07:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:07:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:07:04.195Z||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-03-21T01:07:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:07:13.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:07:13.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:08:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:08:04.193Z||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-03-21T01:08:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:08:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:08:04.195Z||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-03-21T01:08:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:08:13.736Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:08:13.738Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:09:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:09:04.193Z||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-03-21T01:09:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:09:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:09:04.195Z||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-03-21T01:09:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:09:13.733Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:09:13.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:10:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:10:04.193Z||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-03-21T01:10:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:10:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:10:04.195Z||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-03-21T01:10:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:10:13.742Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:10:13.744Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:11:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:11:04.194Z||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-03-21T01:11:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:11:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:11:04.195Z||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-03-21T01:11:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:11:13.742Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:11:13.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:04.193Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:12:04.193Z||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-03-21T01:12:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:12:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:12:04.195Z||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-03-21T01:12:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:12:04.822Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:04.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"622d1b0a-3bd1-4099-a469-f797f9e95b7d","serviceName":"vFW 2022-03-21 01-09-02","serviceVersion":"1.0","serviceUUID":"32cf6107-0cf8-42f0-8dec-51670fd864f8","serviceDescription":"catalog service description","serviceInvariantUUID":"e8ff393b-feb3-49cc-bae6-c055f157a74e","resources":[{"resourceInstanceName":"vFW be5e5706-d1e4 0","resourceName":"vFW be5e5706-d1e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"70b31301-fcb7-44c9-9f60-a1fae24f1cee","resourceInvariantUUID":"4a3c66f7-6b90-4233-846e-15022a13928a","resourceCustomizationUUID":"0fd771c2-f496-4f51-b823-ea4416eb5317","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml","artifactChecksum":"YTdjMTYzNzBiYjQ4MDVhMDJkNzJlZDgxYTg2MjU2ZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"28d90f9e-c6b1-4f68-81c2-5bf98cd006e9","artifactVersion":"1"},{"artifactName":"vfwbe5e5706d1e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json","artifactChecksum":"MWM0ZWMwYjkzMzBjOGY5Mjk0YTE5MTljNjcwNTgyY2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76450652-565e-4a4e-85d5-eae4780e25db","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dda6dc85-2060-4d97-91d3-a19692e533c1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml","artifactChecksum":"OTJiZjcyY2EzYmViNjdkMzQ1ZWVlNmI0N2I1ODhmY2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33c259f8-7e41-45a6-b229-8bb5ce302284","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"30be203c-8306-4465-ab07-91f8e45145f3","artifactVersion":"2","generatedFromUUID":"dda6dc85-2060-4d97-91d3-a19692e533c1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321010902-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml","artifactChecksum":"MDk5NzE2NzYxNmQ1MDlhN2UyOTI1NWQ3MGJlZjA1YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0ce597da-f665-4fa9-a6ae-cd21065e7439","artifactVersion":"1"},{"artifactName":"service-Vfw20220321010902-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar","artifactChecksum":"YzNiZGFlMWQ1ZTA4NmY2Y2U0NjIzOTQwNWQ3ZWUzMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28c247a6-dfa5-4bcf-9e81-65ee9357e06a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:12:04.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825071675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:04.842Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:04.852Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:04.852Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825065930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.856Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825065558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825071675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825065930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825065558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825075427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825071675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825065930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825065558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825075427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825071675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825065930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825065558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825075427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825065930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825071675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825065558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825075427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.862Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825071675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825065930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825065558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.863Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "policy-id",
  "timestamp": 1647825079009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825075427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825071675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825065930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:12:04.864Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825065558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "policy-id",
  "timestamp": 1647825079009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825075427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "policy-id",
  "timestamp": 1647825079009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825075427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "policy-id",
  "timestamp": 1647825079009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825082996,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "aai-ml",
  "timestamp": 1647825083186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:12:04.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "policy-id",
  "timestamp": 1647825079009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825083805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:12:04.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "cds",
  "timestamp": 1647825084010,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-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-03-21T01:12:04.929Z||pool-2-thread-2|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@3f996cbf marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1522) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-21T01:12:04.931Z||pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-21T01:12:04.931Z||pool-2-thread-2|||||ERROR|500||(conn=1522) WSREP has not yet prepared node for application use
2022-03-21T01:12:04.933Z||pool-2-thread-2|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1522) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-21T01:12:04.934Z||pool-2-thread-2|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 41 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1522) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 62 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 67 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 68 common frames omitted
2022-03-21T01:12:04.939Z||pool-2-thread-2|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-21T01:12:04.940Z||pool-2-thread-2|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 25 common frames omitted
2022-03-21T01:12:04.954Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-21T01:12:04.957Z||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-03-21T01:12:04.957Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:04.971Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:04.971Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:05.858Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:05.859Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:05.860Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:05.860Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:12:05.960Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:05.961Z||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-03-21T01:12:05.961Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:05.974Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:05.974Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:06.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:06.861Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:06.863Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:06.863Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:12:06.963Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:06.964Z||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-03-21T01:12:06.964Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:06.978Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:06.978Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:12:07.863Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:07.864Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:07.865Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:07.866Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:07.966Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:07.966Z||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-03-21T01:12:07.967Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:07.979Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:07.980Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:08.866Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:08.867Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:08.868Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:08.868Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:12:08.968Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:08.969Z||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-03-21T01:12:08.969Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:08.982Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:08.982Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:09.869Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:09.870Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:09.871Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:09.872Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:12:09.971Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:12:09.972Z||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-03-21T01:12:09.972Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:09.984Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:09.984Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:10.872Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:12:10.873Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:10.874Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:10.875Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:12:10.975Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:10.976Z||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-03-21T01:12:10.976Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:10.988Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:10.989Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:12:11.876Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "serviceName": "vFW 2022-03-21 01-09-02",
  "serviceVersion": "1.0",
  "serviceUUID": "32cf6107-0cf8-42f0-8dec-51670fd864f8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e8ff393b-feb3-49cc-bae6-c055f157a74e",
  "resources": [
    {
      "resourceInstanceName": "vFW be5e5706-d1e4 0",
      "resourceCustomizationUUID": "0fd771c2-f496-4f51-b823-ea4416eb5317",
      "resourceName": "vFW be5e5706-d1e4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "70b31301-fcb7-44c9-9f60-a1fae24f1cee",
      "resourceInvariantUUID": "4a3c66f7-6b90-4233-846e-15022a13928a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwbe5e5706d1e40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
          "artifactChecksum": "MWM0ZWMwYjkzMzBjOGY5Mjk0YTE5MTljNjcwNTgyY2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "76450652-565e-4a4e-85d5-eae4780e25db",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "dda6dc85-2060-4d97-91d3-a19692e533c1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "30be203c-8306-4465-ab07-91f8e45145f3",
            "generatedFromUUID": "dda6dc85-2060-4d97-91d3-a19692e533c1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "30be203c-8306-4465-ab07-91f8e45145f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220321010902-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
      "artifactChecksum": "YzNiZGFlMWQ1ZTA4NmY2Y2U0NjIzOTQwNWQ3ZWUzMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28c247a6-dfa5-4bcf-9e81-65ee9357e06a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:12:11.878Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:12:11.878Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 32cf6107-0cf8-42f0-8dec-51670fd864f8 ASDC
2022-03-21T01:12:11.972Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:622d1b0a-3bd1-4099-a469-f797f9e95b7d
ServiceName:vFW 2022-03-21 01-09-02
ServiceVersion:1.0
ServiceUUID:32cf6107-0cf8-42f0-8dec-51670fd864f8
ServiceInvariantUUID:e8ff393b-feb3-49cc-bae6-c055f157a74e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321010902-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
ArtifactUUID:28c247a6-dfa5-4bcf-9e81-65ee9357e06a
ArtifactChecksum:YzNiZGFlMWQ1ZTA4NmY2Y2U0NjIzOTQwNWQ3ZWUzMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW be5e5706-d1e4 0
ResourceCustomizationUUID:0fd771c2-f496-4f51-b823-ea4416eb5317
ResourceInvariantUUID:4a3c66f7-6b90-4233-846e-15022a13928a
ResourceName:vFW be5e5706-d1e4
ResourceType:VF
ResourceUUID:70b31301-fcb7-44c9-9f60-a1fae24f1cee
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwbe5e5706d1e40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json
ArtifactUUID:76450652-565e-4a4e-85d5-eae4780e25db
ArtifactChecksum:MWM0ZWMwYjkzMzBjOGY5Mjk0YTE5MTljNjcwNTgyY2I=
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/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml
ArtifactUUID:dda6dc85-2060-4d97-91d3-a19692e533c1
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/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env
ArtifactUUID:30be203c-8306-4465-ab07-91f8e45145f3
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/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env
ArtifactUUID:30be203c-8306-4465-ab07-91f8e45145f3
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T01:12:11.972Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 32cf6107-0cf8-42f0-8dec-51670fd864f8 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-03-21T01:12:12.105Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:12:12.105Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-21T01:12:12.106Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-21T01:12:12.106Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28c247a6-dfa5-4bcf-9e81-65ee9357e06a from URL: /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:12.106Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-21T01:12:12.107Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:12.377Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-21T01:12:12.393Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar 28c247a6-dfa5-4bcf-9e81-65ee9357e06a 98992
2022-03-21T01:12:12.394Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar ASDC sendASDCNotification
2022-03-21T01:12:12.394Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:12.394Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:12:12.395Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:12.396Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:12.397Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825132393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:12:12.497Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:12.499Z||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-03-21T01:12:12.499Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:12.511Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:12.512Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:12:13.397Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:12:13.398Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-21T01:12:13.398Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 28c247a6-dfa5-4bcf-9e81-65ee9357e06a, URL: /sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar to file: /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:13.399Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321010902-csar.csar
2022-03-21T01:12:13.457Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:13.458Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:14.301Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6115034307350778944/Definitions/service-Vfw20220321010902-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-03-21T01:12:16.713Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:12:16.717Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-21T01:12:16.717Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.717Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||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-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||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-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.718Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||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-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW be5e5706-d1e4 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220321010902-csar.csar
2022-03-21T01:12:16.719Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-21T01:12:16.725Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.726Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.729Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.730Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-21T01:12:16.731Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-21T01:12:16.733Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:12:16.734Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.734Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.737Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:12:16.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:12:16.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.741Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.742Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is matching search criteria
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW be5e5706-d1e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:12:16.743Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:12:16.744Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.745Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7c3c4511-b61b-4bfa-97a2-51b42b0cf367
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.746Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.747Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=613b0552-13e4-4c51-aeca-2f8986f06949
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vFW be5e5706-d1e4 0 is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:12:16.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:12:16.749Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:12:16.750Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:12:16.750Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=94802699-6ab4-439d-98d5-61cc648733a0
2022-03-21T01:12:16.750Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.757Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.757Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-21 01-09-02 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:12:16.758Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-21 01-09-02
Description:catalog service description
Model UUID:32cf6107-0cf8-42f0-8dec-51670fd864f8
Model Version:NULL
Model InvariantUuid:e8ff393b-feb3-49cc-bae6-c055f157a74e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW be5e5706-d1e4
Model UUID:21a34113-1891-479a-92f6-c9a1086aa992
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4a3c66f7-6b90-4233-846e-15022a13928a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0fd771c2-f496-4f51-b823-ea4416eb5317
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5b8cf75e-00f2-4165-8b0d-c3d5bd7d5fb8
ModelName:VfwBe5e5706D1e4..base_vfw..module-0
ModelUuid:6e0addbe-762f-4efc-9189-dbd295aec37a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c3c4511-b61b-4bfa-97a2-51b42b0cf367
ModelInvariantUuid:66046ca2-30f7-4d7b-9b72-4e325437f673
ModelName:vFW be5e5706-d1e4-nodes.vfwCvfc
ModelUuid:6106c695-0c5c-4592-b846-d8d18681ea34
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2254b893-57fa-45fb-8448-f2b910d2172b
ModelInvariantUuid:e3c129dd-66ab-42c2-b2e6-661b3377166b
ModelName:VfwBe5e5706D1e4.compute.nodes.heat.vfw
ModelUuid:f3339ee3-9b3e-4b92-b849-db44443d862a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:613b0552-13e4-4c51-aeca-2f8986f06949
ModelInvariantUuid:a848954e-7d23-40ca-b650-3eec37c66ee8
ModelName:vFW be5e5706-d1e4-nodes.vsnCvfc
ModelUuid:9378f945-56b3-4e78-822a-a54ac7dfd00a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d774c472-70ae-4949-8fcf-f8ec8550e734
ModelInvariantUuid:5e1d5ecb-457d-4944-84bd-247a937a4754
ModelName:VfwBe5e5706D1e4.compute.nodes.heat.vsn
ModelUuid:d49bdba8-5bf2-46ae-b012-a92d18c508b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:94802699-6ab4-439d-98d5-61cc648733a0
ModelInvariantUuid:d8d8f28c-6f04-4195-bda5-3c2ae4eb57ee
ModelName:vFW be5e5706-d1e4-nodes.vpgCvfc
ModelUuid:ab1f061d-7eed-4de9-9cd2-75a08d141a6b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b7f9d0b4-fa97-46e0-9f38-cb399a3c30c6
ModelInvariantUuid:aaa899fb-51b1-45d4-b9e5-7181d7c26b65
ModelName:VfwBe5e5706D1e4.compute.nodes.heat.vpg
ModelUuid:8d10fe18-925b-4837-855b-2f9552c5eac5
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-03-21T01:12:16.765Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@43622633 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=1528) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 76 common frames omitted
2022-03-21T01:12:16.766Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-21T01:12:16.766Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||ERROR|500||(conn=1528) WSREP has not yet prepared node for application use
2022-03-21T01:12:16.767Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1528) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 76 common frames omitted
2022-03-21T01:12:16.768Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 49 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=1528) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 70 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 75 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 76 common frames omitted
2022-03-21T01:12:16.772Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy222.findById(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.isCsarAlreadyDeployed()
	at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 30 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 33 common frames omitted
2022-03-21T01:12:16.772Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 622d1b0a-3bd1-4099-a469-f797f9e95b7d 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-03-21T01:12:16.847Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 622d1b0a-3bd1-4099-a469-f797f9e95b7d and serviceModelVersionId: 32cf6107-0cf8-42f0-8dec-51670fd864f8
2022-03-21T01:12:16.847Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e8ff393b-feb3-49cc-bae6-c055f157a74e
2022-03-21T01:12:28.146Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0
2022-03-21T01:12:28.245Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:12:28.663Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|INFO|500||Invoke
2022-03-21T01:12:28.670Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[622d1b0a-3bd1-4099-a469-f797f9e95b7d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1280a9f2-837d-46e6-9c7f-dd43365cd5d1], X-ECOMP-RequestID=[622d1b0a-3bd1-4099-a469-f797f9e95b7d], X-TransactionId=[], X-ONAP-RequestID=[622d1b0a-3bd1-4099-a469-f797f9e95b7d], Content-Type=[application/merge-patch+json]}
2022-03-21T01:12:28.812Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-21T01:12:28.950Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?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/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220321-01:12:28:821-49796], vertex-id=[184496], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:12:28 GMT], Content-Type=[application/json]}
2022-03-21T01:12:28.951Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:12:28.952Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e8ff393b-feb3-49cc-bae6-c055f157a74e/model-vers/model-ver/32cf6107-0cf8-42f0-8dec-51670fd864f8?depth=0|INFO|500||InvokeReturn
2022-03-21T01:12:28.955Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:12:28.955Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR
2022-03-21T01:12:28.961Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 622d1b0a-3bd1-4099-a469-f797f9e95b7d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-21T01:12:28.962Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-21T01:12:28.962Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:12:28.964Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:12:28.964Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825148961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-21T01:12:29.064Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:12:29.066Z||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-03-21T01:12:29.066Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:12:29.078Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:12:29.079Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T01:13:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:13:04.194Z||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-03-21T01:13:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:13:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:13:04.195Z||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-03-21T01:13:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:13:04.320Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:13:04.321Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:13:04.321Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:13:04.322Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:13:13.743Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:14:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:14:04.193Z||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-03-21T01:14:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:14:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:14:04.195Z||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-03-21T01:14:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:14:04.720Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:14:04.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vfwbe5e5706d1e40_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:14:04.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/resourceInstances/vfwbe5e5706d1e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825124193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825132393,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321010902/1.0/artifacts/service-Vfw20220321010902-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:14:04.725Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:14:04.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T01:14:04.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "622d1b0a-3bd1-4099-a469-f797f9e95b7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825148961,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-21T01:14:04.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:14:13.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:15:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:15:04.193Z||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-03-21T01:15:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:15:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:15:04.195Z||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-03-21T01:15:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:15:13.748Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:15:13.748Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:04.193Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:16:04.193Z||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-03-21T01:16:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:16:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:16:04.195Z||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-03-21T01:16:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:16:04.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:04.824Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.824Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"e479adc5-773d-45f5-b597-b583945f17ea","serviceName":"vFW 2022-03-21 01-13-56","serviceVersion":"1.0","serviceUUID":"2edc6791-6e77-4500-aa1c-7215c35a4ad7","serviceDescription":"catalog service description","serviceInvariantUUID":"ad8e146c-a3f1-4840-a547-89c9b2bea65e","resources":[{"resourceInstanceName":"vFW 424c8d12-b3e4 0","resourceName":"vFW 424c8d12-b3e4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b59adab-48fa-467c-ae7f-8e4dc4e02016","resourceInvariantUUID":"d6547045-cc3e-4321-bc47-213a384dd638","resourceCustomizationUUID":"bc0679e8-483f-4be1-8a3f-a893c0d9da71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml","artifactChecksum":"MWNjY2ZiMTgzYTRhNjE0MzA2ZWFlMTE4ZTVmMzRjMWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8056ad0e-c6ca-462e-a34c-32264e2209a7","artifactVersion":"1"},{"artifactName":"vfw424c8d12b3e40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json","artifactChecksum":"ZTYzNTNiMmI3YWRlMjRmNjZjNDUyYzAyODIyOTcwODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"93719d27-63cd-4a30-bdc3-063f0f4c2aef","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a490aa10-d1d9-47ce-9e3d-14d0272d16e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml","artifactChecksum":"NzU4OWY0NzE1YTI5ZWYxM2MwYWVmNDFiYTUxMmZkYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"308d9cb7-dabc-4cef-994c-573afcf5f3b7","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1b214617-2c14-46b3-9e60-5d2fb83420b4","artifactVersion":"2","generatedFromUUID":"a490aa10-d1d9-47ce-9e3d-14d0272d16e9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321011356-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml","artifactChecksum":"NzkzMDE3ZjU4ZjQ5ODFmNTg0OWFiZjEzMWJlOTEwNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbf2a513-55f4-4034-92ab-6361bd431cc3","artifactVersion":"1"},{"artifactName":"service-Vfw20220321011356-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar","artifactChecksum":"YmUzYTMxNDJmYWU1NjA5YjMzOGFhYWY1MzNjZDBjNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93f35df4-8ec0-4287-a8aa-35c3ef5ed3da","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:16:04.826Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:04.826Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:04.829Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:04.829Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:04.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825324572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825320558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825328366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825320558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825324572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825328366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825324572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825320558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825328366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825331675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825320558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825324572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825328366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.838Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825331675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825324572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825320558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825328366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825331675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825324572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825320558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825328366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.840Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825331675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825324572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825320558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.841Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825328366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.842Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825335427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825331675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825335930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825336923,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825336995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825335427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825331675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.844Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825335930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.845Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "cds",
  "timestamp": 1647825337927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-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-03-21T01:16:04.860Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.860Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825335427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825331675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825335930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825335427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825335930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825339009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825339736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825335427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825335930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825339009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825340740,
  "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-03-21T01:16:04.884Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.884Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825335427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825335930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825339009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825335427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825335930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825339009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825343187,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825339009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825343903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825344390,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825339009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825339009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:16:04.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825345796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825346816,
  "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-03-21T01:16:04.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.898Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825347184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825347819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825348191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "policy-id",
  "timestamp": 1647825349196,
  "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-03-21T01:16:04.907Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-21T01:16:04.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825350906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:04.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825352914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "clamp",
  "timestamp": 1647825353918,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:16:04.916Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.917Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825355892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:16:04.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "aai-ml",
  "timestamp": 1647825356895,
  "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-03-21T01:16:04.925Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e479adc5-773d-45f5-b597-b583945f17ea
2022-03-21T01:16:04.925Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:04.929Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:04.930Z||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-03-21T01:16:04.930Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:04.944Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:04.944Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:05.829Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:05.830Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:05.832Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:05.832Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:16:05.932Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:05.933Z||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-03-21T01:16:05.933Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:05.945Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:05.946Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:06.832Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:06.833Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:06.834Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:06.834Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:16:06.935Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:06.935Z||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-03-21T01:16:06.935Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:06.947Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:06.947Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:16:07.835Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:07.836Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:07.838Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:07.838Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:07.938Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:07.939Z||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-03-21T01:16:07.939Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:07.952Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:07.952Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:08.838Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:08.840Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:08.841Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:08.841Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:16:08.943Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-21T01:16:08.944Z||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-03-21T01:16:08.944Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:08.958Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:08.958Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:09.841Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:09.842Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:09.844Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:09.844Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:16:09.944Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:09.945Z||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-03-21T01:16:09.945Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:09.957Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:09.957Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:10.844Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:16:10.845Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:10.847Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:10.847Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:16:10.947Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:10.949Z||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-03-21T01:16:10.949Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:10.962Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:10.962Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:11.848Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "serviceName": "vFW 2022-03-21 01-13-56",
  "serviceVersion": "1.0",
  "serviceUUID": "2edc6791-6e77-4500-aa1c-7215c35a4ad7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ad8e146c-a3f1-4840-a547-89c9b2bea65e",
  "resources": [
    {
      "resourceInstanceName": "vFW 424c8d12-b3e4 0",
      "resourceCustomizationUUID": "bc0679e8-483f-4be1-8a3f-a893c0d9da71",
      "resourceName": "vFW 424c8d12-b3e4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2b59adab-48fa-467c-ae7f-8e4dc4e02016",
      "resourceInvariantUUID": "d6547045-cc3e-4321-bc47-213a384dd638",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw424c8d12b3e40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
          "artifactChecksum": "ZTYzNTNiMmI3YWRlMjRmNjZjNDUyYzAyODIyOTcwODQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "93719d27-63cd-4a30-bdc3-063f0f4c2aef",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a490aa10-d1d9-47ce-9e3d-14d0272d16e9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "1b214617-2c14-46b3-9e60-5d2fb83420b4",
            "generatedFromUUID": "a490aa10-d1d9-47ce-9e3d-14d0272d16e9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1b214617-2c14-46b3-9e60-5d2fb83420b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220321011356-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
      "artifactChecksum": "YmUzYTMxNDJmYWU1NjA5YjMzOGFhYWY1MzNjZDBjNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "93f35df4-8ec0-4287-a8aa-35c3ef5ed3da"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:16:11.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:16:11.849Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2edc6791-6e77-4500-aa1c-7215c35a4ad7 ASDC
2022-03-21T01:16:11.849Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:e479adc5-773d-45f5-b597-b583945f17ea
ServiceName:vFW 2022-03-21 01-13-56
ServiceVersion:1.0
ServiceUUID:2edc6791-6e77-4500-aa1c-7215c35a4ad7
ServiceInvariantUUID:ad8e146c-a3f1-4840-a547-89c9b2bea65e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321011356-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
ArtifactUUID:93f35df4-8ec0-4287-a8aa-35c3ef5ed3da
ArtifactChecksum:YmUzYTMxNDJmYWU1NjA5YjMzOGFhYWY1MzNjZDBjNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 424c8d12-b3e4 0
ResourceCustomizationUUID:bc0679e8-483f-4be1-8a3f-a893c0d9da71
ResourceInvariantUUID:d6547045-cc3e-4321-bc47-213a384dd638
ResourceName:vFW 424c8d12-b3e4
ResourceType:VF
ResourceUUID:2b59adab-48fa-467c-ae7f-8e4dc4e02016
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw424c8d12b3e40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
ArtifactUUID:93719d27-63cd-4a30-bdc3-063f0f4c2aef
ArtifactChecksum:ZTYzNTNiMmI3YWRlMjRmNjZjNDUyYzAyODIyOTcwODQ=
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/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
ArtifactUUID:a490aa10-d1d9-47ce-9e3d-14d0272d16e9
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/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
ArtifactUUID:1b214617-2c14-46b3-9e60-5d2fb83420b4
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/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
ArtifactUUID:1b214617-2c14-46b3-9e60-5d2fb83420b4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T01:16:11.849Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2edc6791-6e77-4500-aa1c-7215c35a4ad7 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-03-21T01:16:11.875Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93f35df4-8ec0-4287-a8aa-35c3ef5ed3da from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:11.876Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:12.082Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar 93f35df4-8ec0-4287-a8aa-35c3ef5ed3da 99015
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar ASDC sendASDCNotification
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:12.088Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:12.089Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:12.090Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:12.090Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825372088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:12.191Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:16:12.191Z||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-03-21T01:16:12.191Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:12.203Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:12.204Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:13.091Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:16:13.092Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:16:13.092Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 93f35df4-8ec0-4287-a8aa-35c3ef5ed3da, URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar to file: /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.093Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.093Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.093Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:13.220Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2979387953318924283/Definitions/service-Vfw20220321011356-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-21T01:16:14.905Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:16:14.905Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:16:14.905Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.906Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 424c8d12-b3e4 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:14.907Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:16:14.908Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.908Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.908Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.909Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.910Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.911Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.912Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.913Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:16:14.914Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.915Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.916Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.917Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:14.918Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:14.919Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dfb13516-4179-463f-bdb8-515ab7cc109a
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.921Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:14.922Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57ca28df-8ec0-4aa1-8877-07700ae486cd
2022-03-21T01:16:14.923Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:14.924Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:14.925Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:16:14.926Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ec842da3-bc58-49fe-a756-a182a546ca54
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.927Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:14.928Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-21 01-13-56
Description:catalog service description
Model UUID:2edc6791-6e77-4500-aa1c-7215c35a4ad7
Model Version:NULL
Model InvariantUuid:ad8e146c-a3f1-4840-a547-89c9b2bea65e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 424c8d12-b3e4
Model UUID:41518753-1fdc-4719-a5c0-e9ed03c2af82
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d6547045-cc3e-4321-bc47-213a384dd638
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc0679e8-483f-4be1-8a3f-a893c0d9da71
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:62e14a43-8f54-4200-b96c-dc112c474a4c
ModelName:Vfw424c8d12B3e4..base_vfw..module-0
ModelUuid:616b514c-8efa-4d8f-8e21-75703453eb0d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dfb13516-4179-463f-bdb8-515ab7cc109a
ModelInvariantUuid:cf4765f9-20a7-46a2-8b9b-57c41d22d0b0
ModelName:vFW 424c8d12-b3e4-nodes.vfwCvfc
ModelUuid:11e2ebaf-0887-4d53-acbc-7258e2a69e04
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a6ec4cd5-8a3f-4929-9ec4-384d6c525698
ModelInvariantUuid:38345a8a-dd18-466a-ba11-dfede36416b2
ModelName:Vfw424c8d12B3e4.compute.nodes.heat.vfw
ModelUuid:88df5917-e348-4fe8-bc51-71de03a7b56b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:57ca28df-8ec0-4aa1-8877-07700ae486cd
ModelInvariantUuid:bcbb39ab-0709-4568-b169-eab2279b25bb
ModelName:vFW 424c8d12-b3e4-nodes.vsnCvfc
ModelUuid:15d34fa4-ed88-4862-9588-1d71fa290aac
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b0c27040-f875-47c7-9d09-ef1406095ba6
ModelInvariantUuid:b099e5a5-e996-443e-8322-e4740e8215a1
ModelName:Vfw424c8d12B3e4.compute.nodes.heat.vsn
ModelUuid:5ecd99f2-62e4-437c-95fe-5b1fc2c288bd
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ec842da3-bc58-49fe-a756-a182a546ca54
ModelInvariantUuid:71a7b99e-f802-4548-8eba-cdc8bdc0dff1
ModelName:vFW 424c8d12-b3e4-nodes.vpgCvfc
ModelUuid:4fca7e55-afc5-4b07-9e3b-5c520262f858
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9c25c17e-3e24-4054-a74f-95a0fb4892a0
ModelInvariantUuid:318a2c47-7e07-4b6f-a6a2-05246ff48100
ModelName:Vfw424c8d12B3e4.compute.nodes.heat.vpg
ModelUuid:e00cfa89-5a71-4e10-ba4a-2379da79b3aa
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-03-21T01:16:14.936Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b59adab-48fa-467c-ae7f-8e4dc4e02016
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-03-21T01:16:14.966Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||vFW 424c8d12-b3e4 0
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b59adab-48fa-467c-ae7f-8e4dc4e02016
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 93719d27-63cd-4a30-bdc3-063f0f4c2aef from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:14.972Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:15.777Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json 93719d27-63cd-4a30-bdc3-063f0f4c2aef 785
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json ASDC sendASDCNotification
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:15.778Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:15.780Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:15.780Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825375778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:15.880Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:15.881Z||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-03-21T01:16:15.881Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:15.893Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:15.894Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:16.781Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw424c8d12B3e4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "62e14a43-8f54-4200-b96c-dc112c474a4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "616b514c-8efa-4d8f-8e21-75703453eb0d",
    "vfModuleModelCustomizationUUID": "c89c775c-83a4-44f8-975e-9316ff99cd36",
    "isBase": true,
    "artifacts": [
      "a490aa10-d1d9-47ce-9e3d-14d0272d16e9",
      "1b214617-2c14-46b3-9e60-5d2fb83420b4"
    ],
    "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-03-21T01:16:16.795Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw424c8d12B3e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:616b514c-8efa-4d8f-8e21-75703453eb0d
VfModuleModelInvariantUUID:62e14a43-8f54-4200-b96c-dc112c474a4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a490aa10-d1d9-47ce-9e3d-14d0272d16e9
,
1b214617-2c14-46b3-9e60-5d2fb83420b4

}
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-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw424c8d12B3e4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "62e14a43-8f54-4200-b96c-dc112c474a4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "616b514c-8efa-4d8f-8e21-75703453eb0d",
    "vfModuleModelCustomizationUUID": "c89c775c-83a4-44f8-975e-9316ff99cd36",
    "isBase": true,
    "artifacts": [
      "a490aa10-d1d9-47ce-9e3d-14d0272d16e9",
      "1b214617-2c14-46b3-9e60-5d2fb83420b4"
    ],
    "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-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw424c8d12B3e4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:616b514c-8efa-4d8f-8e21-75703453eb0d
VfModuleModelInvariantUUID:62e14a43-8f54-4200-b96c-dc112c474a4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a490aa10-d1d9-47ce-9e3d-14d0272d16e9
,
1b214617-2c14-46b3-9e60-5d2fb83420b4

}
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-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a490aa10-d1d9-47ce-9e3d-14d0272d16e9 from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:16.798Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:17.187Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml a490aa10-d1d9-47ce-9e3d-14d0272d16e9 20368
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:17.188Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:17.189Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:17.191Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:17.191Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825377188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:17.291Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:17.292Z||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-03-21T01:16:17.292Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:17.307Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:17.307Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:18.192Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1b214617-2c14-46b3-9e60-5d2fb83420b4 from URL: /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:18.192Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:16:18.193Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:18.497Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env 1b214617-2c14-46b3-9e60-5d2fb83420b4 2098
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:18.498Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:16:18.499Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:18.501Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:18.501Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825378498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:16:18.601Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:18.602Z||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-03-21T01:16:18.602Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:18.617Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:18.617Z||pool-22-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:19.502Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 2edc6791-6e77-4500-aa1c-7215c35a4ad7
2022-03-21T01:16:19.502Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 424c8d12-b3e4 0 2b59adab-48fa-467c-ae7f-8e4dc4e02016 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-03-21T01:16:19.533Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@644a07b7, org.onap.sdc.toscaparser.api.parameters.Input@20c133c2, org.onap.sdc.toscaparser.api.parameters.Input@3ba92ffe, org.onap.sdc.toscaparser.api.parameters.Input@7d86bcc0, org.onap.sdc.toscaparser.api.parameters.Input@49456b78]
2022-03-21T01:16:19.537Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.537Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.537Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-21T01:16:19.538Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= bc0679e8-483f-4be1-8a3f-a893c0d9da71
2022-03-21T01:16:19.538Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc0679e8-483f-4be1-8a3f-a893c0d9da71 matches Tosca VF Customization UUID: bc0679e8-483f-4be1-8a3f-a893c0d9da71
2022-03-21T01:16:19.538Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: bc0679e8-483f-4be1-8a3f-a893c0d9da71  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-03-21T01:16:19.543Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.544Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id bc0679e8-483f-4be1-8a3f-a893c0d9da71: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47fbcedd
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:16:19.545Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c89c775c-83a4-44f8-975e-9316ff99cd36
2022-03-21T01:16:19.546Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c89c775c-83a4-44f8-975e-9316ff99cd36
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-03-21T01:16:19.551Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.551Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.551Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.552Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.552Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.552Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:19.553Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.554Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:19.555Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.556Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=dfb13516-4179-463f-bdb8-515ab7cc109a
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-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.561Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:19.562Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:16:19.563Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.564Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=57ca28df-8ec0-4aa1-8877-07700ae486cd
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-03-21T01:16:19.566Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.566Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.566Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is not matching search criteria
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:16:19.569Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:16:19.570Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:16:19.571Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:16:19.572Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ec842da3-bc58-49fe-a756-a182a546ca54
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-03-21T01:16:19.573Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.573Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Node template vFW 424c8d12-b3e4 0 is matching search criteria
2022-03-21T01:16:19.574Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 424c8d12-b3e4 0] matching following query criteria: sdcType=VF, customizationUUID=bc0679e8-483f-4be1-8a3f-a893c0d9da71
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-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 2edc6791-6e77-4500-aa1c-7215c35a4ad7: vFW 424c8d12-b3e4
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.576Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.577Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-13-56 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:16:19.578Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-21 01-13-56 
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-03-21T01:16:19.799Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 424c8d12-b3e4 2b59adab-48fa-467c-ae7f-8e4dc4e02016 1 ASDC deployResourceStructure
2022-03-21T01:16:19.799Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json ASDC sendASDCNotification
2022-03-21T01:16:19.800Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json
2022-03-21T01:16:19.800Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:19.800Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:19.802Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:19.802Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825379799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:19.902Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:19.903Z||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-03-21T01:16:19.903Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:19.915Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:19.916Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:20.803Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T01:16:20.804Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml
2022-03-21T01:16:20.804Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:20.804Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:20.806Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:20.806Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825380803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:20.906Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:20.907Z||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-03-21T01:16:20.907Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:20.921Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:20.922Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:21.807Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T01:16:21.808Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env
2022-03-21T01:16:21.808Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:21.808Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:21.810Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:21.810Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825381807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:21.910Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:21.910Z||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-03-21T01:16:21.911Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:21.924Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:21.924Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:16:22.811Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar ASDC sendASDCNotification
2022-03-21T01:16:22.811Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar
2022-03-21T01:16:22.811Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:16:22.812Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:22.815Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:22.815Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825382811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:16:22.915Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:22.916Z||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-03-21T01:16:22.916Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:22.929Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:22.929Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:16:23.816Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e479adc5-773d-45f5-b597-b583945f17ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:16:23.829Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e479adc5-773d-45f5-b597-b583945f17ea
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-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T01:16:23.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:16:23.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:16:23.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T01:16:53.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e479adc5-773d-45f5-b597-b583945f17ea 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-03-21T01:16:53.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e479adc5-773d-45f5-b597-b583945f17ea and serviceModelVersionId: 2edc6791-6e77-4500-aa1c-7215c35a4ad7
2022-03-21T01:16:53.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ad8e146c-a3f1-4840-a547-89c9b2bea65e
2022-03-21T01:16:53.844Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0
2022-03-21T01:16:53.849Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:16:53.896Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|INFO|500||Invoke
2022-03-21T01:16:53.896Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e479adc5-773d-45f5-b597-b583945f17ea], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a9dfba3e-1e99-4b04-808d-4e5257cc4921], X-ECOMP-RequestID=[e479adc5-773d-45f5-b597-b583945f17ea], X-TransactionId=[], X-ONAP-RequestID=[e479adc5-773d-45f5-b597-b583945f17ea], Content-Type=[application/merge-patch+json]}
2022-03-21T01:16:53.920Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T01:16:54.588Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?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/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220321-01:16:53:926-11133], vertex-id=[200784], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:16:53 GMT], Content-Type=[application/json]}
2022-03-21T01:16:54.589Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:16:54.589Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ad8e146c-a3f1-4840-a547-89c9b2bea65e/model-vers/model-ver/2edc6791-6e77-4500-aa1c-7215c35a4ad7?depth=0|INFO|500||InvokeReturn
2022-03-21T01:16:54.590Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:16:54.590Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-21T01:16:54.594Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-21T01:16:54.595Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e479adc5-773d-45f5-b597-b583945f17ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T01:16:54.595Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T01:16:54.595Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:16:54.597Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:16:54.597Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825414595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:16:54.697Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:16:54.698Z||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-03-21T01:16:54.698Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:16:54.713Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:16:54.714Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T01:17:04.193Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:17:04.193Z|e479adc5-773d-45f5-b597-b583945f17ea|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-03-21T01:17:04.194Z|e479adc5-773d-45f5-b597-b583945f17ea|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:17:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:17:04.195Z||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-03-21T01:17:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:17:04.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:04.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:17:04.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:17:04.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:17:04.819Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:04.820Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-21T01:17:04.820Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"c6c1c26b-d577-4d73-8b7b-d7271e4697a3","serviceName":"vFW 2022-03-21 01-15-45","serviceVersion":"1.0","serviceUUID":"13ad7caa-b05e-4210-a6c0-89c1a77f167f","serviceDescription":"catalog service description","serviceInvariantUUID":"3af05090-c876-4093-b67f-910cf3254ea1","resources":[{"resourceInstanceName":"vFW 99c832af-4021 0","resourceName":"vFW 99c832af-4021","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"18ca6c3b-405e-49bd-b8e1-e09526f24a65","resourceInvariantUUID":"3423e85d-9da0-427e-a871-1a6d6b66a9e2","resourceCustomizationUUID":"23840bb2-c673-4f9c-b8c1-835fbf841198","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml","artifactChecksum":"MGQyNjk5Y2RlZTU5NGYzNWI4YzQyY2JkZGRmMDQ0NWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d9a047a-0587-40f8-baad-d42bc05fb739","artifactVersion":"1"},{"artifactName":"vfw99c832af40210_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json","artifactChecksum":"NmMyNzdiNjQxNjRiYjRkOGFmYmUyMTYwNTAzMWMyODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d845a407-d2e6-4b74-ac8e-46f030a64a16","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"137c5a24-e07a-4cff-82b5-46fd12586b55","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml","artifactChecksum":"MWNhZGUxMDcyZTAxYTdkMWI4NjY3NDU4NmY4ZDQ0OTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8ec9ba38-7473-49cd-ae48-7a0e99a2a8c4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b929539c-9c57-4e03-9147-df05a2b90f0e","artifactVersion":"2","generatedFromUUID":"137c5a24-e07a-4cff-82b5-46fd12586b55"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220321011545-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml","artifactChecksum":"ZWEyN2M2ZWQzNGFiOGUwZWIzYzEzMjI0MjI5ZmJiYzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3c07245-ae73-4aa8-b804-c76bbbd7cfb8","artifactVersion":"1"},{"artifactName":"service-Vfw20220321011545-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar","artifactChecksum":"NzVmMTU5MGZlM2QyNjYzODNjZmI1YWUwYTE4MTc5YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eabc4ce8-42a0-44e7-8bed-9da2734f9871","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:17:04.822Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:04.822Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:04.824Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:04.824Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:17:04.924Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:04.925Z||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-03-21T01:17:04.925Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:04.939Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:04.939Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:05.824Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:05.825Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:05.828Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:05.828Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:17:05.927Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:17:05.928Z||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-03-21T01:17:05.928Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:05.942Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:05.942Z||pool-29-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:06.829Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:06.829Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:06.831Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:06.831Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:17:06.931Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:06.932Z||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-03-21T01:17:06.932Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:06.943Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:06.944Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:07.832Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:07.833Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:07.834Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:07.834Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:17:07.934Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:07.935Z||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-03-21T01:17:07.935Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:07.949Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:07.949Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:08.835Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:08.836Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:08.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:08.837Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:17:08.937Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:08.938Z||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-03-21T01:17:08.938Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:08.952Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:08.952Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:09.838Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:09.838Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:09.840Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:09.840Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:17:09.940Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:09.941Z||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-03-21T01:17:09.941Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:09.954Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:09.954Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:10.840Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:17:10.841Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:10.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:10.843Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:17:10.943Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:10.944Z||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-03-21T01:17:10.944Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:10.954Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:10.954Z||pool-34-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:17:11.844Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "serviceName": "vFW 2022-03-21 01-15-45",
  "serviceVersion": "1.0",
  "serviceUUID": "13ad7caa-b05e-4210-a6c0-89c1a77f167f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3af05090-c876-4093-b67f-910cf3254ea1",
  "resources": [
    {
      "resourceInstanceName": "vFW 99c832af-4021 0",
      "resourceCustomizationUUID": "23840bb2-c673-4f9c-b8c1-835fbf841198",
      "resourceName": "vFW 99c832af-4021",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "18ca6c3b-405e-49bd-b8e1-e09526f24a65",
      "resourceInvariantUUID": "3423e85d-9da0-427e-a871-1a6d6b66a9e2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw99c832af40210_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
          "artifactChecksum": "NmMyNzdiNjQxNjRiYjRkOGFmYmUyMTYwNTAzMWMyODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d845a407-d2e6-4b74-ac8e-46f030a64a16",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "137c5a24-e07a-4cff-82b5-46fd12586b55",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b929539c-9c57-4e03-9147-df05a2b90f0e",
            "generatedFromUUID": "137c5a24-e07a-4cff-82b5-46fd12586b55"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b929539c-9c57-4e03-9147-df05a2b90f0e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220321011545-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
      "artifactChecksum": "NzVmMTU5MGZlM2QyNjYzODNjZmI1YWUwYTE4MTc5YjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eabc4ce8-42a0-44e7-8bed-9da2734f9871"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:17:11.844Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:17:11.845Z|e479adc5-773d-45f5-b597-b583945f17ea|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 13ad7caa-b05e-4210-a6c0-89c1a77f167f ASDC
2022-03-21T01:17:11.845Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:c6c1c26b-d577-4d73-8b7b-d7271e4697a3
ServiceName:vFW 2022-03-21 01-15-45
ServiceVersion:1.0
ServiceUUID:13ad7caa-b05e-4210-a6c0-89c1a77f167f
ServiceInvariantUUID:3af05090-c876-4093-b67f-910cf3254ea1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220321011545-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
ArtifactUUID:eabc4ce8-42a0-44e7-8bed-9da2734f9871
ArtifactChecksum:NzVmMTU5MGZlM2QyNjYzODNjZmI1YWUwYTE4MTc5YjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 99c832af-4021 0
ResourceCustomizationUUID:23840bb2-c673-4f9c-b8c1-835fbf841198
ResourceInvariantUUID:3423e85d-9da0-427e-a871-1a6d6b66a9e2
ResourceName:vFW 99c832af-4021
ResourceType:VF
ResourceUUID:18ca6c3b-405e-49bd-b8e1-e09526f24a65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw99c832af40210_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
ArtifactUUID:d845a407-d2e6-4b74-ac8e-46f030a64a16
ArtifactChecksum:NmMyNzdiNjQxNjRiYjRkOGFmYmUyMTYwNTAzMWMyODU=
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/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
ArtifactUUID:137c5a24-e07a-4cff-82b5-46fd12586b55
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/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
ArtifactUUID:b929539c-9c57-4e03-9147-df05a2b90f0e
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/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
ArtifactUUID:b929539c-9c57-4e03-9147-df05a2b90f0e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T01:17:11.845Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13ad7caa-b05e-4210-a6c0-89c1a77f167f 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-03-21T01:17:11.863Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:17:11.863Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: eabc4ce8-42a0-44e7-8bed-9da2734f9871 from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:11.864Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:12.078Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar eabc4ce8-42a0-44e7-8bed-9da2734f9871 98971
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar ASDC sendASDCNotification
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:12.083Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:12.085Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:12.085Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825432083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:17:12.185Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:12.186Z||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-03-21T01:17:12.186Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:12.194Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:12.194Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:13.085Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:17:13.086Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: eabc4ce8-42a0-44e7-8bed-9da2734f9871, URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar to file: /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.087Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:13.212Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5582945850352060692/Definitions/service-Vfw20220321011545-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-03-21T01:17:14.779Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 99c832af-4021 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.780Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:17:14.781Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.782Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:14.783Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:17:14.784Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:14.785Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:14.786Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96127b9f-1ed7-4b0b-b261-d6823f7795cd
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.787Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd802391-1d2f-455c-bd70-e34571c5fe3c
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.788Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:14.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5be0279b-313c-4d8d-aca2-1e0ca341f915
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:14.791Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:14.791Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-21 01-15-45
Description:catalog service description
Model UUID:13ad7caa-b05e-4210-a6c0-89c1a77f167f
Model Version:NULL
Model InvariantUuid:3af05090-c876-4093-b67f-910cf3254ea1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 99c832af-4021
Model UUID:ff15d26f-4f56-4561-8d54-4054f028f3ea
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3423e85d-9da0-427e-a871-1a6d6b66a9e2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:23840bb2-c673-4f9c-b8c1-835fbf841198
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e
ModelName:Vfw99c832af4021..base_vfw..module-0
ModelUuid:b053ff28-6cea-4180-8a2b-3f3cd6566e8b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:96127b9f-1ed7-4b0b-b261-d6823f7795cd
ModelInvariantUuid:f440ae07-df5a-40e4-ba31-852406482921
ModelName:vFW 99c832af-4021-nodes.vfwCvfc
ModelUuid:4c28609b-48c6-4e21-be31-fee616eb1444
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:beb013bc-901a-4bf1-8445-77c405b0b921
ModelInvariantUuid:a9de8539-73bd-4f8e-81e6-42a2e170340b
ModelName:Vfw99c832af4021.compute.nodes.heat.vfw
ModelUuid:d400d154-9308-4a40-ba8d-79181356d7dc
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd802391-1d2f-455c-bd70-e34571c5fe3c
ModelInvariantUuid:8089eafa-3a5e-42f8-acfa-e900507987d3
ModelName:vFW 99c832af-4021-nodes.vsnCvfc
ModelUuid:3f58a08a-c4c6-4424-8482-e5463a1f9069
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:137935fc-3bf7-4d06-a775-5ba7aa6b963f
ModelInvariantUuid:1489dbf3-eba6-4cf7-bf59-58695fd0d8b0
ModelName:Vfw99c832af4021.compute.nodes.heat.vsn
ModelUuid:6f4db1d7-6421-4e0a-a9d4-2efed91ce589
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5be0279b-313c-4d8d-aca2-1e0ca341f915
ModelInvariantUuid:416b377f-8e83-4e11-a81a-557ea02a30c0
ModelName:vFW 99c832af-4021-nodes.vpgCvfc
ModelUuid:2676f03b-cbf7-449b-855a-beb1ea4e9641
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d87a6855-0cb2-4f7d-92c4-eaec5052fdf7
ModelInvariantUuid:76b03688-a9fe-4478-9a41-a66d4ba80358
ModelName:Vfw99c832af4021.compute.nodes.heat.vpg
ModelUuid:b0812b64-b615-4a5d-8a6a-2358c656d516
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-03-21T01:17:14.795Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 18ca6c3b-405e-49bd-b8e1-e09526f24a65
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-03-21T01:17:14.796Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||vFW 99c832af-4021 0
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 18ca6c3b-405e-49bd-b8e1-e09526f24a65
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d845a407-d2e6-4b74-ac8e-46f030a64a16 from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:14.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
2022-03-21T01:17:14.999Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json d845a407-d2e6-4b74-ac8e-46f030a64a16 785
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json ASDC sendASDCNotification
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:15.000Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:15.001Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:15.002Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825435000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:17:15.102Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:15.102Z||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-03-21T01:17:15.102Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:15.114Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:15.114Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:17:16.002Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw99c832af4021..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b053ff28-6cea-4180-8a2b-3f3cd6566e8b",
    "vfModuleModelCustomizationUUID": "8bdad268-7e7e-4819-8204-b94f88b147a1",
    "isBase": true,
    "artifacts": [
      "137c5a24-e07a-4cff-82b5-46fd12586b55",
      "b929539c-9c57-4e03-9147-df05a2b90f0e"
    ],
    "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-03-21T01:17:16.005Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99c832af4021..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b053ff28-6cea-4180-8a2b-3f3cd6566e8b
VfModuleModelInvariantUUID:0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
137c5a24-e07a-4cff-82b5-46fd12586b55
,
b929539c-9c57-4e03-9147-df05a2b90f0e

}
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-03-21T01:17:16.006Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw99c832af4021..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b053ff28-6cea-4180-8a2b-3f3cd6566e8b",
    "vfModuleModelCustomizationUUID": "8bdad268-7e7e-4819-8204-b94f88b147a1",
    "isBase": true,
    "artifacts": [
      "137c5a24-e07a-4cff-82b5-46fd12586b55",
      "b929539c-9c57-4e03-9147-df05a2b90f0e"
    ],
    "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-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw99c832af4021..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b053ff28-6cea-4180-8a2b-3f3cd6566e8b
VfModuleModelInvariantUUID:0073d8b5-e261-4dd9-b2e8-faa1d04c0e4e
VfModuleModelDescription:NULL
Artifacts UUID List:{
137c5a24-e07a-4cff-82b5-46fd12586b55
,
b929539c-9c57-4e03-9147-df05a2b90f0e

}
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-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 137c5a24-e07a-4cff-82b5-46fd12586b55 from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
2022-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:16.007Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
2022-03-21T01:17:16.473Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:16.473Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml 137c5a24-e07a-4cff-82b5-46fd12586b55 20368
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:16.474Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:16.476Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:16.476Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825436474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:17:16.576Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:16.577Z||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-03-21T01:17:16.577Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:16.589Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:16.589Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:17.476Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b929539c-9c57-4e03-9147-df05a2b90f0e from URL: /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
2022-03-21T01:17:17.477Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-03-21T01:17:17.477Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
2022-03-21T01:17:17.879Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env b929539c-9c57-4e03-9147-df05a2b90f0e 2098
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:17:17.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:17.882Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:17.882Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825437880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:17:17.982Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:17.982Z||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-03-21T01:17:17.982Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:17.994Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:17.995Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:18.882Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 13ad7caa-b05e-4210-a6c0-89c1a77f167f
2022-03-21T01:17:18.883Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 99c832af-4021 0 18ca6c3b-405e-49bd-b8e1-e09526f24a65 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-03-21T01:17:18.896Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@49210f4, org.onap.sdc.toscaparser.api.parameters.Input@29d6cc9f, org.onap.sdc.toscaparser.api.parameters.Input@42656358, org.onap.sdc.toscaparser.api.parameters.Input@7665cb06, org.onap.sdc.toscaparser.api.parameters.Input@62e4708e]
2022-03-21T01:17:18.897Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 23840bb2-c673-4f9c-b8c1-835fbf841198
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 23840bb2-c673-4f9c-b8c1-835fbf841198 matches Tosca VF Customization UUID: 23840bb2-c673-4f9c-b8c1-835fbf841198
2022-03-21T01:17:18.898Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 23840bb2-c673-4f9c-b8c1-835fbf841198  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-03-21T01:17:18.900Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.900Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.901Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 23840bb2-c673-4f9c-b8c1-835fbf841198: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-03-21T01:17:18.901Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cbafd4d
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8bdad268-7e7e-4819-8204-b94f88b147a1
2022-03-21T01:17:18.902Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8bdad268-7e7e-4819-8204-b94f88b147a1
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-03-21T01:17:18.904Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.904Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.905Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:18.906Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.907Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:18.908Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.908Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=96127b9f-1ed7-4b0b-b261-d6823f7795cd
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-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.910Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:18.911Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:18.912Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.913Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=dd802391-1d2f-455c-bd70-e34571c5fe3c
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-03-21T01:17:18.915Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is not matching search criteria
2022-03-21T01:17:18.916Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.917Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-21T01:17:18.918Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-21T01:17:18.919Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-21T01:17:18.919Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5be0279b-313c-4d8d-aca2-1e0ca341f915
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-03-21T01:17:18.920Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.920Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Node template vFW 99c832af-4021 0 is matching search criteria
2022-03-21T01:17:18.921Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 99c832af-4021 0] matching following query criteria: sdcType=VF, customizationUUID=23840bb2-c673-4f9c-b8c1-835fbf841198
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-03-21T01:17:18.922Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 13ad7caa-b05e-4210-a6c0-89c1a77f167f: vFW 99c832af-4021
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.923Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-03-21 01-15-45 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:17:18.924Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-03-21 01-15-45 
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-03-21T01:17:19.035Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 99c832af-4021 18ca6c3b-405e-49bd-b8e1-e09526f24a65 1 ASDC deployResourceStructure
2022-03-21T01:17:19.036Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json ASDC sendASDCNotification
2022-03-21T01:17:19.036Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json
2022-03-21T01:17:19.036Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:17:19.036Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:19.037Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:19.037Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825439036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:17:19.138Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:19.138Z||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-03-21T01:17:19.138Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:19.150Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:19.151Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:20.038Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-21T01:17:20.039Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml
2022-03-21T01:17:20.039Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:17:20.039Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:20.041Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:20.041Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825440038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:17:20.141Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:20.142Z||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-03-21T01:17:20.142Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:20.154Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:20.154Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:21.042Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-21T01:17:21.042Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env
2022-03-21T01:17:21.042Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:17:21.042Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:21.043Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:21.044Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825441041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:17:21.144Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:21.144Z||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-03-21T01:17:21.144Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:21.158Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:21.158Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:22.045Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar ASDC sendASDCNotification
2022-03-21T01:17:22.045Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar
2022-03-21T01:17:22.046Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:17:22.046Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:17:22.048Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:17:22.048Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825442044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:17:22.148Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:17:22.148Z||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-03-21T01:17:22.149Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:17:22.157Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:17:22.157Z||pool-42-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:17:23.048Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:17:23.057Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
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-03-21T01:17:23.059Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:17:23.059Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:17:23.059Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:17:53.059Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:17:53.066Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
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-03-21T01:17:53.068Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:17:53.068Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:17:53.068Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:18:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:18:04.195Z||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-03-21T01:18:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:18:04.224Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:18:04.225Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.225Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:18:04.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:18:04.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.226Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825364193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825372088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825375778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825377188,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825378498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825379799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/vfw424c8d12b3e40_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825380803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825381807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/resourceInstances/vfw424c8d12b3e40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825382811,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011356/1.0/artifacts/service-Vfw20220321011356-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e479adc5-773d-45f5-b597-b583945f17ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825414595,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825415427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825414572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825418366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825419009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825415427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825414572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:18:04.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825418366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:04.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:18:04.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825419009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:18:04.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:18:23.069Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:18:23.079Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
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-03-21T01:18:23.080Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:18:23.080Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:18:23.080Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:18:53.081Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:18:53.089Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
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-03-21T01:18:53.090Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:18:53.090Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:18:53.090Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:19:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:19:04.195Z||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-03-21T01:19:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:19:04.725Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:19:04.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825415427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825414572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825418366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825419009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825415427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825414572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825418366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825419009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825425558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825425930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825415427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825414572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825418366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825419009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825425558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825425930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825415427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825414572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825418366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825419009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825425558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825425930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825415427,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825414572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825418366,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825419009,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825425558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825425930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825429804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825429826,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825429805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825425558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825425930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825430808,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825424193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825430875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825425558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825425930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "policy-id",
  "timestamp": 1647825431812,
  "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-03-21T01:19:04.751Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6c1c26b-d577-4d73-8b7b-d7271e4697a3
2022-03-21T01:19:04.751Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c1c26b-d577-4d73-8b7b-d7271e4697a3 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-03-21T01:19:04.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.757Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825432078,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825432083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825425558,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825431675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825432384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825425930,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:19:04.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825433100,
  "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-03-21T01:19:04.762Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c6c1c26b-d577-4d73-8b7b-d7271e4697a3
2022-03-21T01:19:04.762Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c1c26b-d577-4d73-8b7b-d7271e4697a3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-21T01:19:04.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825431675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647825433387,
  "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-03-21T01:19:04.769Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c6c1c26b-d577-4d73-8b7b-d7271e4697a3
2022-03-21T01:19:04.770Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c1c26b-d577-4d73-8b7b-d7271e4697a3 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-03-21T01:19:04.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.774Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825433580,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.774Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825433989,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647825434104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825431675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.775Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "cds",
  "timestamp": 1647825434584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-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-03-21T01:19:04.778Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c6c1c26b-d577-4d73-8b7b-d7271e4697a3
2022-03-21T01:19:04.778Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c1c26b-d577-4d73-8b7b-d7271e4697a3 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-03-21T01:19:04.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825435000,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825431675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825431675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825436474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825436914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825431675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825437880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647825431675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825438925,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825439036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/vfw99c832af40210_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "clamp",
  "timestamp": 1647825439928,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:19:04.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c6c1c26b-d577-4d73-8b7b-d7271e4697a3
2022-03-21T01:19:04.788Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c1c26b-d577-4d73-8b7b-d7271e4697a3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825440038,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825441041,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/resourceInstances/vfw99c832af40210/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825442044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825445355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220321011545/1.0/artifacts/service-Vfw20220321011545-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:19:04.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:19:04.794Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:19:04.794Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "aai-ml",
  "timestamp": 1647825446358,
  "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-03-21T01:19:04.797Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c6c1c26b-d577-4d73-8b7b-d7271e4697a3
2022-03-21T01:19:04.797Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c6c1c26b-d577-4d73-8b7b-d7271e4697a3 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-03-21T01:19:23.091Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:19:23.101Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3
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-03-21T01:19:23.103Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:19:23.104Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:19:23.108Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T01:19:53.108Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3 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-03-21T01:19:53.114Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c6c1c26b-d577-4d73-8b7b-d7271e4697a3 and serviceModelVersionId: 13ad7caa-b05e-4210-a6c0-89c1a77f167f
2022-03-21T01:19:53.114Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3af05090-c876-4093-b67f-910cf3254ea1
2022-03-21T01:19:53.115Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3af05090-c876-4093-b67f-910cf3254ea1/model-vers/model-ver/13ad7caa-b05e-4210-a6c0-89c1a77f167f?depth=0
2022-03-21T01:19:53.119Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:19:53.151Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3af05090-c876-4093-b67f-910cf3254ea1/model-vers/model-ver/13ad7caa-b05e-4210-a6c0-89c1a77f167f?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-03-21T01:19:53.152Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3af05090-c876-4093-b67f-910cf3254ea1/model-vers/model-ver/13ad7caa-b05e-4210-a6c0-89c1a77f167f?depth=0|INFO|500||Invoke
2022-03-21T01:19:53.171Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3af05090-c876-4093-b67f-910cf3254ea1/model-vers/model-ver/13ad7caa-b05e-4210-a6c0-89c1a77f167f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T01:19:53.789Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3af05090-c876-4093-b67f-910cf3254ea1/model-vers/model-ver/13ad7caa-b05e-4210-a6c0-89c1a77f167f?depth=0|INFO|500||InvokeReturn
2022-03-21T01:19:53.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3af05090-c876-4093-b67f-910cf3254ea1/model-vers/model-ver/13ad7caa-b05e-4210-a6c0-89c1a77f167f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220321-01:19:53:177-21583], vertex-id=[192736], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:19:53 GMT], Content-Type=[application/json]}
2022-03-21T01:19:53.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:19:53.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:19:53.790Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-21T01:19:53.794Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-21T01:19:53.795Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c6c1c26b-d577-4d73-8b7b-d7271e4697a3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T01:19:53.795Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T01:19:53.795Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:19:53.796Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:19:53.797Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825593795,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:19:53.897Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:19:53.897Z||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-03-21T01:19:53.897Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:19:53.915Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:19:53.916Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T01:19:54.805Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:19:54.806Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T01:19:54.806Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:20:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:20:04.195Z||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-03-21T01:20:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:20:04.818Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:20:04.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:20:04.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c6c1c26b-d577-4d73-8b7b-d7271e4697a3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647825593795,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:20:04.819Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:20:05.338Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:20:05.338Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:20:05.339Z||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-03-21T01:20:05.339Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:20:14.889Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:20:14.889Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:20:14.890Z||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-03-21T01:20:14.890Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:20:24.433Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:21:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:21:04.193Z||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-03-21T01:21:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:21:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:21:04.195Z||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-03-21T01:21:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:21:13.738Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:21:13.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:22:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:22:04.193Z||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-03-21T01:22:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:22:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:22:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T01:22:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:22:13.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:22:13.741Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:23:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:23:04.194Z||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-03-21T01:23:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:23:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:23:04.194Z||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-03-21T01:23:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:23:13.742Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:23:13.743Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:24:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:24:04.193Z||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-03-21T01:24:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:24:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:24:04.194Z||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-03-21T01:24:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:24:13.737Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:24:13.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:25:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:25:04.193Z||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-03-21T01:25:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:25:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:25:04.195Z||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-03-21T01:25:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:25:13.735Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:25:13.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:26:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:26:04.193Z||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-03-21T01:26:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:26:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:26:04.194Z||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-03-21T01:26:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:26:13.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:26:13.742Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:27:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:27:04.193Z||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-03-21T01:27:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:27:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:27:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T01:27:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:27:13.737Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:27:13.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:28:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:28:04.193Z||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-03-21T01:28:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:28:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:28:04.195Z||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-03-21T01:28:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:28:13.738Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:28:13.742Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:29:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:29:04.193Z||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-03-21T01:29:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:29:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:29:04.195Z||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-03-21T01:29:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:29:13.741Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:29:13.742Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:30:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:30:04.193Z||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-03-21T01:30:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:30:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:30:04.195Z||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-03-21T01:30:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:30:13.737Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:30:13.737Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:31:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:31:04.193Z||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-03-21T01:31:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:31:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:31:04.195Z||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-03-21T01:31:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:31:13.736Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:31:13.739Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:32:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:32:04.193Z||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-03-21T01:32:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:32:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:32:04.195Z||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-03-21T01:32:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:32:13.740Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:32:13.742Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:04.193Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:33:04.193Z||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-03-21T01:33:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:33:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:33:04.194Z||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-03-21T01:33:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:33:10.232Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:10.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-21T01:33:10.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5e72b951-45e4-4e3a-ac16-9e33a6878544","serviceName":"basic_onboard_CceaHD","serviceVersion":"1.0","serviceUUID":"556ef2da-561c-40ce-8f85-fbeeed43a60b","serviceDescription":"service","serviceInvariantUUID":"2384f076-2931-4d75-9da1-4a42135a4442","resources":[{"resourceInstanceName":"basic_onboard_CceaHD 0","resourceName":"basic_onboard_CceaHD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"074cd6be-8332-4db4-9c0e-c57caa98eae8","resourceInvariantUUID":"50f828ba-d46f-42d8-9fd5-082df40cfd7e","resourceCustomizationUUID":"6ba39206-e7c3-4b4d-b066-563beee1a7d2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml","artifactChecksum":"YjI1MzJlNjRiZjk2ZGQ4YTA3ZDhlNGUyY2ExZDYxMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2ec4c704-64ab-412d-9563-878ebae4aba3","artifactVersion":"1"},{"artifactName":"basic_onboard_cceahd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json","artifactChecksum":"YWVlMTZiOWJhNzVlZjc1N2Y0ZjYyNDZmMzg5ZGE5YzU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85854d7e-5232-4fe1-b4e9-8f4822af020e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2621979b-9a0d-492e-95f3-4c755ab9bf2d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e21a9d8-dfa7-4886-b85f-0f06115f8de7","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3f978e64-d45e-4709-a579-a1d6ccc2e462","artifactVersion":"2","generatedFromUUID":"2621979b-9a0d-492e-95f3-4c755ab9bf2d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCceahd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml","artifactChecksum":"ZmFjZTI5ODJlZjkwZGY5NjJjZTU3MDZhZDUxY2ExODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"257f1c93-38bf-4e1f-a623-dd04feb05f2e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCceahd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar","artifactChecksum":"ZWE3ZmJlZjBjNjlkMjE3MzI0NzIwOTFmOTdkYjc3NTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"067b3c5c-a1be-4d32-a76c-ce3d7d3ff14c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:33:10.235Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:33:10.236Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:10.238Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:10.238Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:33:10.338Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:33:10.339Z||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-03-21T01:33:10.339Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:10.351Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:10.351Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:33:10.463Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:10.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:33:10.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:33:10.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:33:10.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:33:10.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826385558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:33:10.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:33:11.239Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:33:11.239Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:11.241Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:11.241Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:33:11.341Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:33:11.342Z||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-03-21T01:33:11.342Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:11.369Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:11.370Z||pool-45-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:33:12.242Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:33:12.242Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:12.244Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:12.244Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:33:12.344Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:33:12.346Z||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-03-21T01:33:12.346Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:12.358Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:12.358Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:33:13.245Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:33:13.245Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:13.247Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:13.247Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:33:13.347Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:33:13.347Z||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-03-21T01:33:13.347Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:13.356Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:13.357Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:33:14.247Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:33:14.248Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:14.249Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:14.249Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-21T01:33:14.349Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:33:14.350Z||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-03-21T01:33:14.350Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:14.359Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:14.359Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:33:15.250Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:33:15.251Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:15.252Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:15.252Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:33:15.352Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:33:15.353Z||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-03-21T01:33:15.353Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:15.364Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:15.364Z||pool-49-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:33:16.252Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:33:16.253Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:16.254Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:16.255Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:33:16.355Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:33:16.355Z||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-03-21T01:33:16.355Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:16.365Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:16.365Z||pool-50-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:33:17.256Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "serviceName": "basic_onboard_CceaHD",
  "serviceVersion": "1.0",
  "serviceUUID": "556ef2da-561c-40ce-8f85-fbeeed43a60b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2384f076-2931-4d75-9da1-4a42135a4442",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_CceaHD 0",
      "resourceCustomizationUUID": "6ba39206-e7c3-4b4d-b066-563beee1a7d2",
      "resourceName": "basic_onboard_CceaHD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "074cd6be-8332-4db4-9c0e-c57caa98eae8",
      "resourceInvariantUUID": "50f828ba-d46f-42d8-9fd5-082df40cfd7e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_cceahd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
          "artifactChecksum": "YWVlMTZiOWJhNzVlZjc1N2Y0ZjYyNDZmMzg5ZGE5YzU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "85854d7e-5232-4fe1-b4e9-8f4822af020e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "2621979b-9a0d-492e-95f3-4c755ab9bf2d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "3f978e64-d45e-4709-a579-a1d6ccc2e462",
            "generatedFromUUID": "2621979b-9a0d-492e-95f3-4c755ab9bf2d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "3f978e64-d45e-4709-a579-a1d6ccc2e462",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardCceahd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
      "artifactChecksum": "ZWE3ZmJlZjBjNjlkMjE3MzI0NzIwOTFmOTdkYjc3NTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "067b3c5c-a1be-4d32-a76c-ce3d7d3ff14c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:33:17.256Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:33:17.256Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 556ef2da-561c-40ce-8f85-fbeeed43a60b ASDC
2022-03-21T01:33:17.256Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5e72b951-45e4-4e3a-ac16-9e33a6878544
ServiceName:basic_onboard_CceaHD
ServiceVersion:1.0
ServiceUUID:556ef2da-561c-40ce-8f85-fbeeed43a60b
ServiceInvariantUUID:2384f076-2931-4d75-9da1-4a42135a4442
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardCceahd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar
ArtifactUUID:067b3c5c-a1be-4d32-a76c-ce3d7d3ff14c
ArtifactChecksum:ZWE3ZmJlZjBjNjlkMjE3MzI0NzIwOTFmOTdkYjc3NTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_CceaHD 0
ResourceCustomizationUUID:6ba39206-e7c3-4b4d-b066-563beee1a7d2
ResourceInvariantUUID:50f828ba-d46f-42d8-9fd5-082df40cfd7e
ResourceName:basic_onboard_CceaHD
ResourceType:VF
ResourceUUID:074cd6be-8332-4db4-9c0e-c57caa98eae8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_cceahd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json
ArtifactUUID:85854d7e-5232-4fe1-b4e9-8f4822af020e
ArtifactChecksum:YWVlMTZiOWJhNzVlZjc1N2Y0ZjYyNDZmMzg5ZGE5YzU=
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/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:2621979b-9a0d-492e-95f3-4c755ab9bf2d
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/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env
ArtifactUUID:3f978e64-d45e-4709-a579-a1d6ccc2e462
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/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env
ArtifactUUID:3f978e64-d45e-4709-a579-a1d6ccc2e462
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T01:33:17.256Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 556ef2da-561c-40ce-8f85-fbeeed43a60b 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=?
2022-03-21T01:33:17.265Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@7dd3a0c7 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2018) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor199.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 83 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 84 common frames omitted
2022-03-21T01:33:17.266Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-21T01:33:17.266Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||ERROR|500||(conn=2018) WSREP has not yet prepared node for application use
2022-03-21T01:33:17.267Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor199.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2018) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 78 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 83 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 84 common frames omitted
2022-03-21T01:33:17.268Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:181)
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:188)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:804)
	at org.hibernate.internal.SessionImpl.merge(SessionImpl.java:780)
	at jdk.internal.reflect.GeneratedMethodAccessor199.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.merge(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.save(SimpleJpaRepository.java:557)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.saveAndFlush(SimpleJpaRepository.java:569)
	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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:319)
	at org.hibernate.loader.Loader.loadEntity(Loader.java:2422)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:72)
	at org.hibernate.loader.entity.AbstractEntityLoader.load(AbstractEntityLoader.java:61)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.get(SessionImpl.java:988)
	at org.hibernate.event.internal.DefaultMergeEventListener.entityIsDetached(DefaultMergeEventListener.java:306)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:172)
	at org.hibernate.event.internal.DefaultMergeEventListener.onMerge(DefaultMergeEventListener.java:70)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:102)
	at org.hibernate.internal.SessionImpl.fireMerge(SessionImpl.java:793)
	... 47 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2018) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 78 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 83 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 84 common frames omitted
2022-03-21T01:33:17.270Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||ERROR|500||
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy219.saveAndFlush(Unknown Source)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.processWatchdog(ToscaResourceInstaller.java:1222)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
	at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$6d1a572d.processWatchdog()
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:626)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 28 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 31 common frames omitted
2022-03-21T01:33:17.270Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5e72b951-45e4-4e3a-ac16-9e33a6878544 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-03-21T01:33:17.274Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5e72b951-45e4-4e3a-ac16-9e33a6878544 and serviceModelVersionId: 
2022-03-21T01:33:17.274Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2384f076-2931-4d75-9da1-4a42135a4442
2022-03-21T01:33:17.275Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||No Service found with serviceModelInvariantUUID: 2384f076-2931-4d75-9da1-4a42135a4442
2022-03-21T01:33:17.275Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||Exception occurred on executePatchAAI : No Service found with serviceModelInvariantUUID: 2384f076-2931-4d75-9da1-4a42135a4442
2022-03-21T01:33:17.275Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||ERROR|500||Exception occurred
java.lang.Exception: No Service found with serviceModelInvariantUUID: 2384f076-2931-4d75-9da1-4a42135a4442
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	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-03-21T01:33:17.275Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||Exception in executePatchAAI(): {}
java.lang.Exception: java.lang.Exception: No Service found with serviceModelInvariantUUID: 2384f076-2931-4d75-9da1-4a42135a4442
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:199)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:722)
	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)
Caused by: java.lang.Exception: No Service found with serviceModelInvariantUUID: 2384f076-2931-4d75-9da1-4a42135a4442
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.executePatchAAI(WatchdogDistribution.java:181)
	... 9 common frames omitted
2022-03-21T01:33:17.275Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||Exception caused by: No Service found with serviceModelInvariantUUID: 2384f076-2931-4d75-9da1-4a42135a4442
2022-03-21T01:33:17.275Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5e72b951-45e4-4e3a-ac16-9e33a6878544 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-21T01:33:17.275Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-21T01:33:17.276Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:33:17.277Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:33:17.277Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826397275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-21T01:33:17.377Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:33:17.378Z||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-03-21T01:33:17.378Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:33:17.391Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:33:17.391Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:34:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:34:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:34:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:34:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:34:04.194Z||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-03-21T01:34:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:34:04.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:34:04.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T01:34:04.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826385930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:34:04.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:34:13.742Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:35:04.192Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:35:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:35:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:35:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:35:04.194Z||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-03-21T01:35:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:35:04.718Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:35:04.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826385558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826385930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826385558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826385930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826391675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826385558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826385930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826391675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826385558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826385930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826391675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826385558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826385930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826391675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826385558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826385930,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826384192,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826391675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826397275,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection"
}
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826391675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826397907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826398078,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826391675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "cds",
  "timestamp": 1647826398911,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-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-03-21T01:35:04.730Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5e72b951-45e4-4e3a-ac16-9e33a6878544
2022-03-21T01:35:04.730Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e72b951-45e4-4e3a-ac16-9e33a6878544 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-03-21T01:35:04.735Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.735Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.736Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.736Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.736Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.737Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.738Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826403554,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826404664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.739Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826404572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826405456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.740Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826405953,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826404572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.741Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "aai-ml",
  "timestamp": 1647826406460,
  "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-03-21T01:35:04.744Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5e72b951-45e4-4e3a-ac16-9e33a6878544
2022-03-21T01:35:04.744Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e72b951-45e4-4e3a-ac16-9e33a6878544 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-03-21T01:35:04.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826406863,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.750Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826406977,
  "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-03-21T01:35:04.753Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e72b951-45e4-4e3a-ac16-9e33a6878544
2022-03-21T01:35:04.753Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e72b951-45e4-4e3a-ac16-9e33a6878544 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-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826404572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826407868,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826407981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826404572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.758Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.759Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.759Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "policy-id",
  "timestamp": 1647826408872,
  "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-03-21T01:35:04.761Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5e72b951-45e4-4e3a-ac16-9e33a6878544
2022-03-21T01:35:04.761Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e72b951-45e4-4e3a-ac16-9e33a6878544 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-21T01:35:04.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826408366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.765Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826404572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826408366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/basic_onboard_cceahd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826404572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826408366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826404572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826408366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826408366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/resourceInstances/basic_onboard_cceahd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826408366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826408366,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826416111,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826418036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826419043,
  "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-03-21T01:35:04.770Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5e72b951-45e4-4e3a-ac16-9e33a6878544
2022-03-21T01:35:04.770Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e72b951-45e4-4e3a-ac16-9e33a6878544 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-03-21T01:35:04.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826423020,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:35:04.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826426021,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCceahd/1.0/artifacts/service-BasicOnboardCceahd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:35:04.774Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:35:04.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:35:04.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5e72b951-45e4-4e3a-ac16-9e33a6878544",
  "consumerID": "clamp",
  "timestamp": 1647826427025,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:35:04.777Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5e72b951-45e4-4e3a-ac16-9e33a6878544
2022-03-21T01:35:04.777Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5e72b951-45e4-4e3a-ac16-9e33a6878544 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:35:13.738Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:36:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:36:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:36:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:36:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:36:04.195Z||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-03-21T01:36:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:36:13.742Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:36:13.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:37:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:37:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:37:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:37:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:37:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T01:37:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:37:13.735Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:37:13.739Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:38:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:38:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:38:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:38:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:38:04.195Z||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-03-21T01:38:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:38:13.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:38:13.739Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:39:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:39:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:39:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:39:04.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:39:04.194Z||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-03-21T01:39:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:39:13.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:39:13.739Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:40:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:40:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:40:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:40:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:40:04.194Z||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-03-21T01:40:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:40:13.735Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:40:13.738Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:41:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:41:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:41:04.194Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:41:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:41:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T01:41:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:41:13.732Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:41:13.735Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:42:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:42:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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-03-21T01:42:04.193Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:42:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:42:04.195Z||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-03-21T01:42:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:42:04.817Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:42:04.818Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.818Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"89541d0f-7a7d-4c79-b660-471ad53d31c3","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"40e3d1c5-f487-476d-8af8-454550234138","serviceDescription":"service","serviceInvariantUUID":"9eea7a1a-7b50-4f2b-9dc9-8a271c333094","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9d8fd4c6-5efd-4a63-b14e-e528fcf53654","resourceInvariantUUID":"13307dd6-6d45-4e7e-8abb-aa09aca92ee2","resourceCustomizationUUID":"4d48f9ab-d618-4980-8e16-9457324951be","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":"YWJmYzkxOWFhYWNmYmVkOGFjZjQ2MTczNGI1YzA2OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aba76d5c-3fe0-4361-acdc-a8a2cbb2a95e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGY3MDgwNTMzN2MwMTA5YWJjYmZlYThjM2M4OGYyNDA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4cf3e4c0-4f23-493c-87d3-ce0a8fb279e9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:42:04.820Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:42:04.820Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:42:04.820Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:42:04.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826911675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.821Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "clamp",
  "timestamp": 1647826914572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.821Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.821Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "cds",
  "timestamp": 1647826910558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826915427,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826911675,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.822Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.822Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826924193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "clamp",
  "timestamp": 1647826914572,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:42:04.822Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "cds",
  "timestamp": 1647826910558,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826915427,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826918366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "policy-id",
  "timestamp": 1647826919009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.823Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "cds",
  "timestamp": 1647826919892,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826918366,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "policy-id",
  "timestamp": 1647826919009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.824Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "cds",
  "timestamp": 1647826920896,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:42:04.836Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89541d0f-7a7d-4c79-b660-471ad53d31c3
2022-03-21T01:42:04.836Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89541d0f-7a7d-4c79-b660-471ad53d31c3 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-03-21T01:42:04.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826921124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:42:04.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:42:04.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "policy-id",
  "timestamp": 1647826921693,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:42:04.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:42:04.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826922505,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:42:04.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:42:04.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "policy-id",
  "timestamp": 1647826922696,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:42:04.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:42:04.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826923507,
  "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-03-21T01:42:04.846Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89541d0f-7a7d-4c79-b660-471ad53d31c3
2022-03-21T01:42:04.846Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89541d0f-7a7d-4c79-b660-471ad53d31c3 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-03-21T01:42:04.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:42:04.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "policy-id",
  "timestamp": 1647826923698,
  "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-03-21T01:42:04.854Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89541d0f-7a7d-4c79-b660-471ad53d31c3
2022-03-21T01:42:04.854Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89541d0f-7a7d-4c79-b660-471ad53d31c3 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-03-21T01:42:04.922Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:42:04.923Z||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-03-21T01:42:04.923Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:42:04.936Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:42:04.936Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:42:05.823Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:42:05.823Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:42:05.825Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:42:05.825Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826924193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:42:05.925Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:42:05.926Z||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-03-21T01:42:05.926Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:42:05.939Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:42:05.939Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:42:06.826Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "40e3d1c5-f487-476d-8af8-454550234138",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9eea7a1a-7b50-4f2b-9dc9-8a271c333094",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "4d48f9ab-d618-4980-8e16-9457324951be",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "9d8fd4c6-5efd-4a63-b14e-e528fcf53654",
      "resourceInvariantUUID": "13307dd6-6d45-4e7e-8abb-aa09aca92ee2",
      "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": "ZGY3MDgwNTMzN2MwMTA5YWJjYmZlYThjM2M4OGYyNDA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4cf3e4c0-4f23-493c-87d3-ce0a8fb279e9"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:42:06.826Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:42:06.826Z|5e72b951-45e4-4e3a-ac16-9e33a6878544|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 40e3d1c5-f487-476d-8af8-454550234138 ASDC
2022-03-21T01:42:06.826Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:89541d0f-7a7d-4c79-b660-471ad53d31c3
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:40e3d1c5-f487-476d-8af8-454550234138
ServiceInvariantUUID:9eea7a1a-7b50-4f2b-9dc9-8a271c333094
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:4cf3e4c0-4f23-493c-87d3-ce0a8fb279e9
ArtifactChecksum:ZGY3MDgwNTMzN2MwMTA5YWJjYmZlYThjM2M4OGYyNDA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:4d48f9ab-d618-4980-8e16-9457324951be
ResourceInvariantUUID:13307dd6-6d45-4e7e-8abb-aa09aca92ee2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:9d8fd4c6-5efd-4a63-b14e-e528fcf53654
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-21T01:42:06.827Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 40e3d1c5-f487-476d-8af8-454550234138 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-03-21T01:42:06.844Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:42:06.844Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:42:06.844Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:42:06.844Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4cf3e4c0-4f23-493c-87d3-ce0a8fb279e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-21T01:42:06.844Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:42:06.844Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-21T01:42:06.915Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:42:06.917Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4cf3e4c0-4f23-493c-87d3-ce0a8fb279e9 52511
2022-03-21T01:42:06.917Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-21T01:42:06.917Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-21T01:42:06.917Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:42:06.917Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:42:06.919Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:42:06.919Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826926917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:42:07.019Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:42:07.020Z||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-03-21T01:42:07.020Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:42:07.033Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:42:07.034Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:42:07.919Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:42:07.920Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:42:07.920Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4cf3e4c0-4f23-493c-87d3-ce0a8fb279e9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-21T01:42:07.921Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-21T01:42:07.922Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-21T01:42:07.922Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-21T01:42:07.990Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13430664250549139288/Definitions/service-BasicNetwork-template.yml
2022-03-21T01:42:08.296Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:42:08.296Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:42:08.296Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-21T01:42:08.296Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-21T01:42:08.296Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.297Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.298Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.299Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:40e3d1c5-f487-476d-8af8-454550234138
Model Version:NULL
Model InvariantUuid:9eea7a1a-7b50-4f2b-9dc9-8a271c333094
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:13307dd6-6d45-4e7e-8abb-aa09aca92ee2
Model UUID:a3fcde78-a871-4cf2-81b7-173d4412fe28
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:4d48f9ab-d618-4980-8e16-9457324951be
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-03-21T01:42:08.304Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 9d8fd4c6-5efd-4a63-b14e-e528fcf53654
2022-03-21T01:42:08.304Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||No resources found for Service: 40e3d1c5-f487-476d-8af8-454550234138
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-03-21T01:42:08.307Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||
2022-03-21T01:42:08.307Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-21T01:42:08.308Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 40e3d1c5-f487-476d-8af8-454550234138
2022-03-21T01:42:08.308Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 40e3d1c5-f487-476d-8af8-454550234138
2022-03-21T01:42:08.308Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-21T01:42:08.308Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.311Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fcf894a, org.onap.sdc.toscaparser.api.parameters.Input@1003a440, org.onap.sdc.toscaparser.api.parameters.Input@2f04c91b, org.onap.sdc.toscaparser.api.parameters.Input@138451b, org.onap.sdc.toscaparser.api.parameters.Input@229e19af]
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 40e3d1c5-f487-476d-8af8-454550234138: Generic NeutronNet
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.312Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.313Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.328Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.328Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.328Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.328Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.328Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:42:08.328Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:42:08.328Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||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-03-21T01:42:08.367Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-21T01:42:08.368Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-21T01:42:08.368Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-21T01:42:08.368Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:42:08.368Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:42:08.369Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:42:08.369Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:42:08.469Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:42:08.470Z||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-03-21T01:42:08.470Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:42:08.484Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:42:08.484Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:42:09.370Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:42:09.377Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
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-03-21T01:42:09.379Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:42:09.379Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:42:09.379Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:42:39.379Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:42:39.386Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
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-03-21T01:42:39.389Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:42:39.389Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:42:39.389Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:43:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:43:04.195Z||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-03-21T01:43:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:43:04.320Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:43:04.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:43:04.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826924193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:43:04.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:43:09.389Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:43:09.398Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
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-03-21T01:43:09.400Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:43:09.400Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:43:09.400Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:43:39.400Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:43:39.407Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
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-03-21T01:43:39.409Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:43:39.409Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:43:39.409Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:44:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:44:04.195Z||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-03-21T01:44:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:44:04.219Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:04.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826924193,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:44:04.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "aai-ml",
  "timestamp": 1647826925930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826926917,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "aai-ml",
  "timestamp": 1647826925930,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "clamp",
  "timestamp": 1647826928072,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647826928368,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "aai-ml",
  "timestamp": 1647826928679,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:44:04.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:44:04.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "clamp",
  "timestamp": 1647826929089,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:44:04.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:44:04.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "clamp",
  "timestamp": 1647826930093,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:44:04.226Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89541d0f-7a7d-4c79-b660-471ad53d31c3
2022-03-21T01:44:04.226Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89541d0f-7a7d-4c79-b660-471ad53d31c3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:44:04.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "aai-ml",
  "timestamp": 1647826931496,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:44:04.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:44:04.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "aai-ml",
  "timestamp": 1647826932499,
  "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-03-21T01:44:04.234Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89541d0f-7a7d-4c79-b660-471ad53d31c3
2022-03-21T01:44:04.234Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89541d0f-7a7d-4c79-b660-471ad53d31c3 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-03-21T01:44:04.238Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.239Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826971675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826970558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826974572,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647826975427,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:04.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:44:09.410Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:44:09.418Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3
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-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:44:09.423Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:44:09.427Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T01:44:39.427Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3 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-03-21T01:44:39.431Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89541d0f-7a7d-4c79-b660-471ad53d31c3 and serviceModelVersionId: 40e3d1c5-f487-476d-8af8-454550234138
2022-03-21T01:44:39.431Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9eea7a1a-7b50-4f2b-9dc9-8a271c333094
2022-03-21T01:44:39.432Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0
2022-03-21T01:44:39.436Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:44:39.472Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0|INFO|500||Invoke
2022-03-21T01:44:39.473Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89541d0f-7a7d-4c79-b660-471ad53d31c3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[00b7f649-481a-4f3b-ba5a-4b4f99ac865b], X-ECOMP-RequestID=[89541d0f-7a7d-4c79-b660-471ad53d31c3], X-TransactionId=[], X-ONAP-RequestID=[89541d0f-7a7d-4c79-b660-471ad53d31c3], Content-Type=[application/merge-patch+json]}
2022-03-21T01:44:39.490Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T01:44:39.554Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?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/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220321-01:44:39:496-70556], vertex-id=[196640], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:44:39 GMT], Content-Type=[application/json]}
2022-03-21T01:44:39.554Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:44:39.554Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9eea7a1a-7b50-4f2b-9dc9-8a271c333094/model-vers/model-ver/40e3d1c5-f487-476d-8af8-454550234138?depth=0|INFO|500||InvokeReturn
2022-03-21T01:44:39.555Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:44:39.555Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-21T01:44:39.558Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-21T01:44:39.558Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89541d0f-7a7d-4c79-b660-471ad53d31c3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T01:44:39.559Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T01:44:39.559Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:39.560Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:39.560Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827079558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:44:39.660Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:39.661Z||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-03-21T01:44:39.661Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:39.677Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:39.677Z||pool-56-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-03-21T01:44:40.570Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:44:40.570Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|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-03-21T01:44:40.570Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:44:45.548Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:45.549Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-21T01:44:45.549Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"b90648e9-73e6-486a-ba34-62b125edf3b0","serviceName":"Demo_pNF_FxrVeXonoJ1pxtmDcKOi","serviceVersion":"1.0","serviceUUID":"ac1a4d46-0ee2-4e20-b35c-8385051b4002","serviceDescription":"catalog service description","serviceInvariantUUID":"4c646c9f-088f-4036-9986-0f4b77cb982c","resources":[{"resourceInstanceName":"pNF ef4ac458-90e3 0","resourceName":"pNF ef4ac458-90e3","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639","resourceInvariantUUID":"eb2cbba4-aa9c-4161-bc5c-aa94b5bdaf5c","resourceCustomizationUUID":"b298ec3f-0084-481f-945b-85a511c2f395","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml","artifactChecksum":"OWFjMTZkZTRlMWRhMDVmMzc3YWEwYzhjM2QxZWI2Njk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e425323-27a4-4593-81f6-617ac43d72c6","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar","artifactChecksum":"M2E3ZDIxNjk5MmMxMTE1ZTQzN2U3NjA5YjVlMjlkYWE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3456eae9-92ee-41bd-a6bf-d90afa83b009","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c12dc4a7-38c7-4140-82e0-78122feddd18","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml","artifactChecksum":"MjkzODQ5ZDYwOGM0YWY5YWY5MDI4OTIwNDVkNjJiMjA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"901fb38d-287e-4b07-b61f-0f9bb7f4ca69","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9fb9153-8b20-4722-9503-58abf3d218e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"616d0da1-ead8-4da0-a63f-c15443908c15","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml","artifactChecksum":"Nzc1ZjYzMjMxOTNmMDY5ZTdiYmE5ZTYzYmI5Mjc2NDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b3a63ea-0391-4643-ba6e-1c3dc77b0e8e","artifactVersion":"1"},{"artifactName":"service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar","artifactChecksum":"NmMxMWZhNTY5ZmZhNWNkYzg4MjhiNTY1NjQ4MGE4YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"435c626e-dd63-4a6f-b382-f34ae5603ff6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:44:45.550Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:45.550Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:45.552Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:45.552Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:45.652Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:45.653Z||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-03-21T01:44:45.653Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:45.665Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:45.666Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:46.553Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:46.553Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:46.555Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:46.555Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:46.655Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:46.655Z||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-03-21T01:44:46.656Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:46.668Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:46.668Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:47.555Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:47.556Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:47.557Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:47.557Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:47.657Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:47.658Z||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-03-21T01:44:47.658Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:47.671Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:47.671Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:44:48.558Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:48.558Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:48.560Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:48.560Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:48.660Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:48.661Z||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-03-21T01:44:48.661Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:48.672Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:48.672Z||pool-60-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:49.561Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:49.561Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:49.563Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:49.563Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:49.663Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:49.663Z||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-03-21T01:44:49.663Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:49.677Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:49.677Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:50.563Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:50.564Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:50.565Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:50.565Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:50.665Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:50.666Z||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-03-21T01:44:50.666Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:50.678Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:50.678Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:51.566Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:51.566Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:51.567Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:51.568Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:44:51.668Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:51.668Z||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-03-21T01:44:51.668Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:51.685Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:51.686Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:44:52.568Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:44:52.569Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:52.570Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:52.570Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:44:52.670Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:52.671Z||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-03-21T01:44:52.671Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:52.685Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:52.685Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:53.571Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "serviceName": "Demo_pNF_FxrVeXonoJ1pxtmDcKOi",
  "serviceVersion": "1.0",
  "serviceUUID": "ac1a4d46-0ee2-4e20-b35c-8385051b4002",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4c646c9f-088f-4036-9986-0f4b77cb982c",
  "resources": [
    {
      "resourceInstanceName": "pNF ef4ac458-90e3 0",
      "resourceCustomizationUUID": "b298ec3f-0084-481f-945b-85a511c2f395",
      "resourceName": "pNF ef4ac458-90e3",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639",
      "resourceInvariantUUID": "eb2cbba4-aa9c-4161-bc5c-aa94b5bdaf5c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
      "artifactChecksum": "NmMxMWZhNTY5ZmZhNWNkYzg4MjhiNTY1NjQ4MGE4YzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "435c626e-dd63-4a6f-b382-f34ae5603ff6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:44:53.571Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:44:53.572Z|89541d0f-7a7d-4c79-b660-471ad53d31c3|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ac1a4d46-0ee2-4e20-b35c-8385051b4002 ASDC
2022-03-21T01:44:53.572Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:b90648e9-73e6-486a-ba34-62b125edf3b0
ServiceName:Demo_pNF_FxrVeXonoJ1pxtmDcKOi
ServiceVersion:1.0
ServiceUUID:ac1a4d46-0ee2-4e20-b35c-8385051b4002
ServiceInvariantUUID:4c646c9f-088f-4036-9986-0f4b77cb982c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
ArtifactUUID:435c626e-dd63-4a6f-b382-f34ae5603ff6
ArtifactChecksum:NmMxMWZhNTY5ZmZhNWNkYzg4MjhiNTY1NjQ4MGE4YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ef4ac458-90e3 0
ResourceCustomizationUUID:b298ec3f-0084-481f-945b-85a511c2f395
ResourceInvariantUUID:eb2cbba4-aa9c-4161-bc5c-aa94b5bdaf5c
ResourceName:pNF ef4ac458-90e3
ResourceType:PNF
ResourceUUID:f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-21T01:44:53.572Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac1a4d46-0ee2-4e20-b35c-8385051b4002 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-03-21T01:44:53.588Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:44:53.588Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:44:53.588Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:44:53.589Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 435c626e-dd63-4a6f-b382-f34ae5603ff6 from URL: /sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:53.589Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:44:53.589Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:54.352Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:44:54.355Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar 435c626e-dd63-4a6f-b382-f34ae5603ff6 82633
2022-03-21T01:44:54.356Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar ASDC sendASDCNotification
2022-03-21T01:44:54.356Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:54.356Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:44:54.356Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:54.357Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:54.358Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827094356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:44:54.458Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:54.458Z||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-03-21T01:44:54.458Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:54.473Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:54.473Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:55.358Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:44:55.359Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:44:55.359Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 435c626e-dd63-4a6f-b382-f34ae5603ff6, URL: /sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar to file: /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:55.360Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:55.360Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:55.360Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:55.759Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17122286431477568165/Definitions/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml
2022-03-21T01:44:56.301Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ef4ac458-90e3 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-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.302Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Node template pNF ef4ac458-90e3 0 is matching search criteria
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ef4ac458-90e3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Node template pNF ef4ac458-90e3 0 is matching search criteria
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ef4ac458-90e3 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.303Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.304Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FxrVeXonoJ1pxtmDcKOi
Description:catalog service description
Model UUID:ac1a4d46-0ee2-4e20-b35c-8385051b4002
Model Version:NULL
Model InvariantUuid:4c646c9f-088f-4036-9986-0f4b77cb982c
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-03-21T01:44:56.311Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639
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-03-21T01:44:56.312Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||pNF ef4ac458-90e3 0
2022-03-21T01:44:56.313Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639
2022-03-21T01:44:56.313Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||No resources found for Service: ac1a4d46-0ee2-4e20-b35c-8385051b4002
2022-03-21T01:44:56.313Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ac1a4d46-0ee2-4e20-b35c-8385051b4002
2022-03-21T01:44:56.313Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ef4ac458-90e3 0 f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639 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-03-21T01:44:56.316Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@42b88ef4, org.onap.sdc.toscaparser.api.parameters.Input@3b73378a, org.onap.sdc.toscaparser.api.parameters.Input@67573062, org.onap.sdc.toscaparser.api.parameters.Input@2a95d8a8, org.onap.sdc.toscaparser.api.parameters.Input@2c5c2c20]
2022-03-21T01:44:56.316Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.316Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.317Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ac1a4d46-0ee2-4e20-b35c-8385051b4002: pNF ef4ac458-90e3
2022-03-21T01:44:56.317Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||Processing PNF resource: f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639
2022-03-21T01:44:56.317Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:44:56.317Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_FxrVeXonoJ1pxtmDcKOi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:44:56.317Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||Resource customization UUID: b298ec3f-0084-481f-945b-85a511c2f395 is the same as notified resource customizationUUID: b298ec3f-0084-481f-945b-85a511c2f395
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-03-21T01:44:56.351Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ef4ac458-90e3 f4bb2a09-535c-4bc5-ab2b-b9fd00ca6639 0 ASDC deployResourceStructure
2022-03-21T01:44:56.351Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar ASDC sendASDCNotification
2022-03-21T01:44:56.351Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar
2022-03-21T01:44:56.351Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:44:56.351Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:44:56.352Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:44:56.353Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827096351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:44:56.453Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:44:56.453Z||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-03-21T01:44:56.453Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:44:56.466Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:44:56.466Z||pool-66-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:44:57.353Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:44:57.443Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
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-03-21T01:44:57.444Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:44:57.444Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:44:57.444Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:45:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:45:04.195Z||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-03-21T01:45:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:45:04.216Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:45:04.216Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:45:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826984681,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:45:04.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:45:27.444Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:45:27.451Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
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-03-21T01:45:27.453Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:45:27.453Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:45:27.453Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:45:57.453Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:45:57.461Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
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-03-21T01:45:57.462Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:45:57.462Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:45:57.462Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:46:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:46:04.195Z||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-03-21T01:46:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:46:04.217Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:46:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826984701,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:46:04.219Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "cds",
  "timestamp": 1647826985684,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-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-03-21T01:46:04.224Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b90648e9-73e6-486a-ba34-62b125edf3b0
2022-03-21T01:46:04.224Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90648e9-73e6-486a-ba34-62b125edf3b0 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-03-21T01:46:04.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826985879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826978366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:46:04.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826979009,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647826986882,
  "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-03-21T01:46:04.232Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b90648e9-73e6-486a-ba34-62b125edf3b0
2022-03-21T01:46:04.233Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90648e9-73e6-486a-ba34-62b125edf3b0 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-03-21T01:46:04.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826987113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826987736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:46:04.237Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826988714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826988740,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647826989717,
  "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-03-21T01:46:04.241Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b90648e9-73e6-486a-ba34-62b125edf3b0
2022-03-21T01:46:04.241Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90648e9-73e6-486a-ba34-62b125edf3b0 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-03-21T01:46:04.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "policy-id",
  "timestamp": 1647826989742,
  "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-03-21T01:46:04.248Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90648e9-73e6-486a-ba34-62b125edf3b0
2022-03-21T01:46:04.248Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90648e9-73e6-486a-ba34-62b125edf3b0 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-03-21T01:46:04.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826991080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:46:04.252Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826993088,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826985930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "clamp",
  "timestamp": 1647826994092,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:46:04.256Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b90648e9-73e6-486a-ba34-62b125edf3b0
2022-03-21T01:46:04.256Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90648e9-73e6-486a-ba34-62b125edf3b0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:46:04.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826994886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:46:04.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647826999590,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:46:04.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:46:04.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:46:04.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "aai-ml",
  "timestamp": 1647827000594,
  "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-03-21T01:46:04.263Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b90648e9-73e6-486a-ba34-62b125edf3b0
2022-03-21T01:46:04.263Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90648e9-73e6-486a-ba34-62b125edf3b0 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-03-21T01:46:27.462Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:46:27.470Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0
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-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:46:27.472Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:46:27.473Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:46:27.473Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:46:27.473Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:46:27.476Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T01:46:57.476Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b90648e9-73e6-486a-ba34-62b125edf3b0 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-03-21T01:46:57.481Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b90648e9-73e6-486a-ba34-62b125edf3b0 and serviceModelVersionId: ac1a4d46-0ee2-4e20-b35c-8385051b4002
2022-03-21T01:46:57.481Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c646c9f-088f-4036-9986-0f4b77cb982c
2022-03-21T01:46:57.482Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0
2022-03-21T01:46:57.485Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:46:57.514Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0|INFO|500||Invoke
2022-03-21T01:46:57.514Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b90648e9-73e6-486a-ba34-62b125edf3b0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e18b7490-e590-40ec-a9cc-aaa72885c59e], X-ECOMP-RequestID=[b90648e9-73e6-486a-ba34-62b125edf3b0], X-TransactionId=[], X-ONAP-RequestID=[b90648e9-73e6-486a-ba34-62b125edf3b0], Content-Type=[application/merge-patch+json]}
2022-03-21T01:46:57.529Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T01:46:57.853Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?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/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220321-01:46:57:534-97816], vertex-id=[241664], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:46:57 GMT], Content-Type=[application/json]}
2022-03-21T01:46:57.853Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:46:57.854Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c646c9f-088f-4036-9986-0f4b77cb982c/model-vers/model-ver/ac1a4d46-0ee2-4e20-b35c-8385051b4002?depth=0|INFO|500||InvokeReturn
2022-03-21T01:46:57.854Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:46:57.854Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-21T01:46:57.857Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-21T01:46:57.857Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b90648e9-73e6-486a-ba34-62b125edf3b0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T01:46:57.857Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T01:46:57.858Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:46:57.859Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:46:57.859Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827217857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:46:57.959Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:46:57.960Z||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-03-21T01:46:57.960Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:46:57.974Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:46:57.974Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T01:46:58.867Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:46:58.867Z|b90648e9-73e6-486a-ba34-62b125edf3b0|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-03-21T01:46:58.868Z|b90648e9-73e6-486a-ba34-62b125edf3b0|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:47:03.423Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:03.423Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-21T01:47:03.423Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"ddb4a880-d132-4652-88e0-f26ab0ac2a7f","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03","serviceDescription":"service","serviceInvariantUUID":"f748b217-d8de-4bf1-adf6-28775e0fbe70","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ebcd6efd-684a-4863-b486-6720167dfe06","resourceInvariantUUID":"8b11b9b5-00b2-44af-846c-b202096d4583","resourceCustomizationUUID":"5aeef4c0-7b7e-4ea6-bbb6-f0893d933295","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":"MWMwYjQ5NTk1MzFmOTc0MWYzYmZlNGFjZmEwOTNjN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa7a9999-ed14-4bdb-9305-19edb55f7cdf","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":"ODJjMzFmNmVjYmRhN2M0MzQ5ZjU2M2U2NWIzYjZlZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b341624f-c468-4571-bd9d-7a42f1ba740f","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":"30f2faa5-d39a-4782-a74e-9c7dc31a58c0","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":"6d21c25b-de2f-4764-affa-eb06919a139b","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":"fa833e3a-3ca4-4248-9d72-35705430c904","artifactVersion":"2","generatedFromUUID":"30f2faa5-d39a-4782-a74e-9c7dc31a58c0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YWUzMWYxNTUwNTNmMDZlMjVhNzg2MmM0NzJkNzczNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d2d59670-b274-4574-8655-3406f8d94f32","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Mzg2ZjFjOWIyYjExYWQwNmM1MzljOTQxM2FkYmNiNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b164efd-c826-4c07-9c3c-56e4bbd0003c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:47:03.424Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:47:03.424Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:03.426Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:03.426Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:03.526Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:03.526Z||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-03-21T01:47:03.527Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:03.541Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:03.541Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:47:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:47:04.195Z||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-03-21T01:47:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:47:04.216Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89541d0f-7a7d-4c79-b660-471ad53d31c3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827079558,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.217Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/resourceInstances/pnfef4ac45890e30/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827080570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827094356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827096351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFxrvexonoj1pxtmdckoi/1.0/artifacts/service-DemoPnfFxrvexonoj1pxtmdckoi-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:47:04.218Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:47:04.426Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:47:04.427Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:04.428Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:04.428Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:47:04.528Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:04.529Z||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-03-21T01:47:04.529Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:04.541Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:04.541Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:47:05.429Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:47:05.429Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:05.430Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:05.431Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:47:05.531Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:05.531Z||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-03-21T01:47:05.531Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:05.543Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:05.543Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:06.431Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:47:06.431Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:06.433Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:06.433Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:06.533Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:06.534Z||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-03-21T01:47:06.534Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:06.548Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:06.548Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:07.434Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:47:07.434Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:07.435Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:07.435Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-21T01:47:07.536Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T01:47:07.536Z||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-03-21T01:47:07.537Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:07.550Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:07.550Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:08.436Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:47:08.436Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:08.438Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:08.438Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:47:08.538Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:08.538Z||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-03-21T01:47:08.539Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:08.551Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:08.551Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:09.438Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:47:09.439Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:09.440Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:09.440Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:47:09.540Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:09.541Z||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-03-21T01:47:09.541Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:09.553Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:09.553Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:10.441Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f748b217-d8de-4bf1-adf6-28775e0fbe70",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "5aeef4c0-7b7e-4ea6-bbb6-f0893d933295",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ebcd6efd-684a-4863-b486-6720167dfe06",
      "resourceInvariantUUID": "8b11b9b5-00b2-44af-846c-b202096d4583",
      "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": "ODJjMzFmNmVjYmRhN2M0MzQ5ZjU2M2U2NWIzYjZlZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b341624f-c468-4571-bd9d-7a42f1ba740f",
          "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": "30f2faa5-d39a-4782-a74e-9c7dc31a58c0",
          "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": "fa833e3a-3ca4-4248-9d72-35705430c904",
            "generatedFromUUID": "30f2faa5-d39a-4782-a74e-9c7dc31a58c0"
          },
          "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": "fa833e3a-3ca4-4248-9d72-35705430c904",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Mzg2ZjFjOWIyYjExYWQwNmM1MzljOTQxM2FkYmNiNTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6b164efd-c826-4c07-9c3c-56e4bbd0003c"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:47:10.441Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:47:10.441Z|b90648e9-73e6-486a-ba34-62b125edf3b0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03 ASDC
2022-03-21T01:47:10.442Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:ddb4a880-d132-4652-88e0-f26ab0ac2a7f
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03
ServiceInvariantUUID:f748b217-d8de-4bf1-adf6-28775e0fbe70
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:6b164efd-c826-4c07-9c3c-56e4bbd0003c
ArtifactChecksum:Mzg2ZjFjOWIyYjExYWQwNmM1MzljOTQxM2FkYmNiNTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:5aeef4c0-7b7e-4ea6-bbb6-f0893d933295
ResourceInvariantUUID:8b11b9b5-00b2-44af-846c-b202096d4583
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:ebcd6efd-684a-4863-b486-6720167dfe06
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:b341624f-c468-4571-bd9d-7a42f1ba740f
ArtifactChecksum:ODJjMzFmNmVjYmRhN2M0MzQ5ZjU2M2U2NWIzYjZlZDA=
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:30f2faa5-d39a-4782-a74e-9c7dc31a58c0
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:fa833e3a-3ca4-4248-9d72-35705430c904
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:fa833e3a-3ca4-4248-9d72-35705430c904
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T01:47:10.442Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03 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-03-21T01:47:10.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:47:10.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:47:10.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:47:10.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6b164efd-c826-4c07-9c3c-56e4bbd0003c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-21T01:47:10.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:47:10.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-21T01:47:10.520Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:47:10.523Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6b164efd-c826-4c07-9c3c-56e4bbd0003c 71076
2022-03-21T01:47:10.523Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-21T01:47:10.523Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-21T01:47:10.523Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:47:10.523Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:10.524Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:10.524Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827230523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:47:10.624Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:10.625Z||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-03-21T01:47:10.625Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:10.636Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:10.636Z||pool-75-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:11.525Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:47:11.526Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:47:11.526Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6b164efd-c826-4c07-9c3c-56e4bbd0003c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:11.526Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-21T01:47:11.527Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:11.527Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:11.659Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3395058695598279530/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-21T01:47:12.457Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:47:12.457Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.458Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:12.459Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-21T01:47:12.460Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.461Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-21T01:47:12.462Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9d0be598-7b21-41fb-9cd5-706a587e422d
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:12.463Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03
Model Version:NULL
Model InvariantUuid:f748b217-d8de-4bf1-adf6-28775e0fbe70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:4515a37d-7536-4b9b-b752-53bcac4062cd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8b11b9b5-00b2-44af-846c-b202096d4583
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5aeef4c0-7b7e-4ea6-bbb6-f0893d933295
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:6b78b899-83cc-4cb4-844c-688ed82da228
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a3f9b65d-d3ca-4cf8-91a9-e605dd152c86
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9d0be598-7b21-41fb-9cd5-706a587e422d
ModelInvariantUuid:13334657-ae20-4c9f-8d9b-1dc0e5152856
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a51138e0-9e0c-4b4b-8425-b79179425864
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:862ff887-8f30-4b72-a03b-9253a9f61a0f
ModelInvariantUuid:af064959-057c-4f50-b2c0-7a74e6bb5c6c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:60903510-c8a6-4eeb-a83a-ba02efab1dec
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-03-21T01:47:12.468Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ebcd6efd-684a-4863-b486-6720167dfe06
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-03-21T01:47:12.470Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-03-21T01:47:12.470Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ebcd6efd-684a-4863-b486-6720167dfe06
2022-03-21T01:47:12.470Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b341624f-c468-4571-bd9d-7a42f1ba740f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-21T01:47:12.471Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:47:12.471Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-21T01:47:12.684Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:47:12.684Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b341624f-c468-4571-bd9d-7a42f1ba740f 787
2022-03-21T01:47:12.684Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-21T01:47:12.685Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-21T01:47:12.685Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:47:12.685Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:12.687Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:12.687Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827232684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:47:12.787Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:12.787Z||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-03-21T01:47:12.788Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:12.801Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:12.801Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:13.687Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6b78b899-83cc-4cb4-844c-688ed82da228",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a3f9b65d-d3ca-4cf8-91a9-e605dd152c86",
    "vfModuleModelCustomizationUUID": "f23bfed0-198d-45ea-a7de-107f254e943d",
    "isBase": true,
    "artifacts": [
      "30f2faa5-d39a-4782-a74e-9c7dc31a58c0",
      "fa833e3a-3ca4-4248-9d72-35705430c904"
    ],
    "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-03-21T01:47:13.690Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3f9b65d-d3ca-4cf8-91a9-e605dd152c86
VfModuleModelInvariantUUID:6b78b899-83cc-4cb4-844c-688ed82da228
VfModuleModelDescription:NULL
Artifacts UUID List:{
30f2faa5-d39a-4782-a74e-9c7dc31a58c0
,
fa833e3a-3ca4-4248-9d72-35705430c904

}
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-03-21T01:47:13.692Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "6b78b899-83cc-4cb4-844c-688ed82da228",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a3f9b65d-d3ca-4cf8-91a9-e605dd152c86",
    "vfModuleModelCustomizationUUID": "f23bfed0-198d-45ea-a7de-107f254e943d",
    "isBase": true,
    "artifacts": [
      "30f2faa5-d39a-4782-a74e-9c7dc31a58c0",
      "fa833e3a-3ca4-4248-9d72-35705430c904"
    ],
    "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-03-21T01:47:13.692Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a3f9b65d-d3ca-4cf8-91a9-e605dd152c86
VfModuleModelInvariantUUID:6b78b899-83cc-4cb4-844c-688ed82da228
VfModuleModelDescription:NULL
Artifacts UUID List:{
30f2faa5-d39a-4782-a74e-9c7dc31a58c0
,
fa833e3a-3ca4-4248-9d72-35705430c904

}
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-03-21T01:47:13.692Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 30f2faa5-d39a-4782-a74e-9c7dc31a58c0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-21T01:47:13.692Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:47:13.692Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-21T01:47:13.971Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:47:13.971Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 30f2faa5-d39a-4782-a74e-9c7dc31a58c0 5033
2022-03-21T01:47:13.972Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-21T01:47:13.972Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-21T01:47:13.972Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:47:13.972Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:13.973Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:13.973Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827233972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:47:14.074Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:14.074Z||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-03-21T01:47:14.074Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:14.087Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:14.088Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:14.974Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fa833e3a-3ca4-4248-9d72-35705430c904 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-21T01:47:14.975Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:47:14.975Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-21T01:47:15.198Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:47:15.198Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env fa833e3a-3ca4-4248-9d72-35705430c904 903
2022-03-21T01:47:15.198Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-21T01:47:15.199Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-21T01:47:15.199Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:47:15.199Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:15.201Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:15.201Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827235198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:47:15.301Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:15.302Z||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-03-21T01:47:15.302Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:15.314Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:15.314Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:47:16.202Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03
2022-03-21T01:47:16.202Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ebcd6efd-684a-4863-b486-6720167dfe06 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-03-21T01:47:16.213Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55ec6811, org.onap.sdc.toscaparser.api.parameters.Input@39201106, org.onap.sdc.toscaparser.api.parameters.Input@39a9e3c6, org.onap.sdc.toscaparser.api.parameters.Input@6350745b, org.onap.sdc.toscaparser.api.parameters.Input@554a34c0]
2022-03-21T01:47:16.214Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.214Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.214Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-21T01:47:16.214Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5aeef4c0-7b7e-4ea6-bbb6-f0893d933295
2022-03-21T01:47:16.214Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5aeef4c0-7b7e-4ea6-bbb6-f0893d933295 matches Tosca VF Customization UUID: 5aeef4c0-7b7e-4ea6-bbb6-f0893d933295
2022-03-21T01:47:16.214Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5aeef4c0-7b7e-4ea6-bbb6-f0893d933295  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-03-21T01:47:16.216Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.216Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.217Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5aeef4c0-7b7e-4ea6-bbb6-f0893d933295: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-03-21T01:47:16.217Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@390d6ec
2022-03-21T01:47:16.217Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.217Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:47:16.217Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f23bfed0-198d-45ea-a7de-107f254e943d
2022-03-21T01:47:16.218Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f23bfed0-198d-45ea-a7de-107f254e943d
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-03-21T01:47:16.219Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.219Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:16.219Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:47:16.220Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.220Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:16.220Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:47:16.220Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.220Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-21T01:47:16.220Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-21T01:47:16.220Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-21T01:47:16.221Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9d0be598-7b21-41fb-9cd5-706a587e422d
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-03-21T01:47:16.222Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.222Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:16.223Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:47:16.223Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.223Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-21T01:47:16.223Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=5aeef4c0-7b7e-4ea6-bbb6-f0893d933295
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-03-21T01:47:16.224Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.224Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.224Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03: basic_vm
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.225Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.226Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:47:16.226Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:47:16.226Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:47:16.290Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ebcd6efd-684a-4863-b486-6720167dfe06 1 ASDC deployResourceStructure
2022-03-21T01:47:16.291Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-03-21T01:47:16.291Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-21T01:47:16.291Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:47:16.291Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:16.293Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:16.293Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827236290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:47:16.393Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:16.394Z||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-03-21T01:47:16.394Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:16.407Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:16.407Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:17.294Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-03-21T01:47:17.294Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-21T01:47:17.295Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:47:17.295Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:17.296Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:17.296Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827237294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:47:17.397Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T01:47:17.397Z||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-03-21T01:47:17.397Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:17.410Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:17.410Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:18.297Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-03-21T01:47:18.298Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-21T01:47:18.298Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:47:18.298Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:18.299Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:18.300Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827238297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:47:18.400Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:18.400Z||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-03-21T01:47:18.400Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:18.415Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:18.415Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:47:19.300Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-21T01:47:19.301Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-21T01:47:19.301Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:47:19.301Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:47:19.302Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:47:19.302Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827239300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:47:19.403Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:47:19.403Z||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-03-21T01:47:19.403Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:47:19.415Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:47:19.415Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:47:20.303Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:47:20.310Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
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-03-21T01:47:20.311Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:47:20.311Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:47:20.311Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:47:50.312Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:47:50.317Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
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-03-21T01:47:50.318Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:47:50.319Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:47:50.319Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:48:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:48:04.195Z||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-03-21T01:48:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:48:04.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827135558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827135930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827131675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827135427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827139009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827135558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827135930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827131675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827135427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827139009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827131675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827135930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827135558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827135427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827139009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.224Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827135558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827135930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827131675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827135427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.225Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827139009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827131675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827135558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827135930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.226Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827135427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827139009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827131675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827135558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.227Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827135930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827135427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827139009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827135558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.228Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827131675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827135930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827135427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827139009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827148707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827148793,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827148794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827148783,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:48:04.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "cds",
  "timestamp": 1647827149711,
  "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-03-21T01:48:04.235Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ddb4a880-d132-4652-88e0-f26ab0ac2a7f
2022-03-21T01:48:04.235Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddb4a880-d132-4652-88e0-f26ab0ac2a7f 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-03-21T01:48:04.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827149788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:48:04.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827150101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:48:04.241Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.241Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.241Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "policy-id",
  "timestamp": 1647827150791,
  "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-03-21T01:48:04.244Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddb4a880-d132-4652-88e0-f26ab0ac2a7f
2022-03-21T01:48:04.244Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddb4a880-d132-4652-88e0-f26ab0ac2a7f 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-03-21T01:48:04.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.249Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827151492,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:48:04.249Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.249Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.250Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827152514,
  "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-03-21T01:48:04.253Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ddb4a880-d132-4652-88e0-f26ab0ac2a7f
2022-03-21T01:48:04.253Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddb4a880-d132-4652-88e0-f26ab0ac2a7f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-21T01:48:04.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827153517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:48:04.257Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827154572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827154572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827154572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827157554,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827154572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "aai-ml",
  "timestamp": 1647827158556,
  "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-03-21T01:48:04.261Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ddb4a880-d132-4652-88e0-f26ab0ac2a7f
2022-03-21T01:48:04.261Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddb4a880-d132-4652-88e0-f26ab0ac2a7f 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-03-21T01:48:04.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827158366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.266Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827154572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.266Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.266Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827158366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827154572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827158366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827154572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.267Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827158366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827158366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827158366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:48:04.268Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:48:20.319Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:48:20.327Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
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-03-21T01:48:20.328Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:48:20.328Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:48:20.328Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:48:20.329Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:48:50.329Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:48:50.336Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
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-03-21T01:48:50.338Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:48:50.338Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:48:50.338Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:48:50.338Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:49:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:49:04.195Z||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-03-21T01:49:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:49:04.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:49:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827158366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827166104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827167989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827168993,
  "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-03-21T01:49:04.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ddb4a880-d132-4652-88e0-f26ab0ac2a7f
2022-03-21T01:49:04.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddb4a880-d132-4652-88e0-f26ab0ac2a7f 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-03-21T01:49:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827174100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:49:04.230Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:49:04.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827176108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:49:04.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:49:04.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "clamp",
  "timestamp": 1647827177112,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:49:04.234Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ddb4a880-d132-4652-88e0-f26ab0ac2a7f
2022-03-21T01:49:04.234Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId ddb4a880-d132-4652-88e0-f26ab0ac2a7f and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:49:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.238Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90648e9-73e6-486a-ba34-62b125edf3b0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827217857,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:49:04.238Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:49:04.238Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:49:04.239Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:49:04.239Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:49:20.338Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:49:20.345Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f
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-03-21T01:49:20.347Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:49:20.347Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:49:20.347Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T01:49:20.347Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T01:49:20.347Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:49:20.348Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:49:20.348Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:49:20.348Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:49:20.348Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:49:20.348Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:49:20.348Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:49:20.351Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T01:49:50.351Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f 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-03-21T01:49:50.356Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ddb4a880-d132-4652-88e0-f26ab0ac2a7f and serviceModelVersionId: aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03
2022-03-21T01:49:50.356Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f748b217-d8de-4bf1-adf6-28775e0fbe70
2022-03-21T01:49:50.356Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0
2022-03-21T01:49:50.360Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:49:50.392Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0|INFO|500||Invoke
2022-03-21T01:49:50.392Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ddb4a880-d132-4652-88e0-f26ab0ac2a7f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b85f87e8-a0c8-419b-8f06-dd9cab95aa5c], X-ECOMP-RequestID=[ddb4a880-d132-4652-88e0-f26ab0ac2a7f], X-TransactionId=[], X-ONAP-RequestID=[ddb4a880-d132-4652-88e0-f26ab0ac2a7f], Content-Type=[application/merge-patch+json]}
2022-03-21T01:49:50.412Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T01:49:50.977Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?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/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220321-01:49:50:416-68083], vertex-id=[213208], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:49:50 GMT], Content-Type=[application/json]}
2022-03-21T01:49:50.977Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:49:50.978Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f748b217-d8de-4bf1-adf6-28775e0fbe70/model-vers/model-ver/aa7fbbb5-2feb-4a2a-bf27-1112b5c8df03?depth=0|INFO|500||InvokeReturn
2022-03-21T01:49:50.978Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:49:50.978Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-21T01:49:50.983Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-21T01:49:50.984Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ddb4a880-d132-4652-88e0-f26ab0ac2a7f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T01:49:50.984Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T01:49:50.984Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:49:50.985Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:49:50.986Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827390984,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:49:51.086Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:49:51.086Z||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-03-21T01:49:51.086Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:49:51.101Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:49:51.102Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T01:49:51.993Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:49:51.993Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|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-03-21T01:49:51.994Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:50:01.799Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:01.799Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-21T01:50:01.799Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"cd3f7111-158b-49ed-bec7-f8298c4988de","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"2d2e9313-d8b0-4977-b672-ae539800e506","serviceDescription":"service","serviceInvariantUUID":"b11c1299-60a0-4205-94cf-8c9b2abcdef2","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"715ac5bc-e73e-4a01-9970-efc084d5d83d","resourceInvariantUUID":"af412b06-61f1-4f92-a9c4-0f5d3c456ec5","resourceCustomizationUUID":"42941e3d-1681-42a3-99be-5bf0701a7411","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":"NTg5ODAzODRmMDg1NjM4OWFjMmQ5ODAyZTJlNDI2ODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e4c9fcc8-0dda-4732-945b-5d69015949bc","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":"3941ef2c-d60d-4528-bbf9-5c59d68248ce","artifactVersion":"2","generatedFromUUID":"86a7dba3-792e-4016-a22a-96891ac99363"},{"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":"86a7dba3-792e-4016-a22a-96891ac99363","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":"ZjMyZTg5Mzg3MDFhMjJlODcyNjhkN2E1NTNlNThmYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1a9b858-e236-4754-a55c-abca4ccd6a05","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":"cc203129-bfa5-4786-9ac8-51785291dc48","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":"239df341-8991-47a6-af81-5c3d018887c9","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":"31a8b4f2-cf47-416c-9f40-25ed88c00963","artifactVersion":"2","generatedFromUUID":"cc203129-bfa5-4786-9ac8-51785291dc48"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDcyMmE3OTFmOTVlYWI2NzVmODNiYzg0ZTQ3ZmNmMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7138b853-a836-4342-aefd-b935908af2de","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTFlN2RlNWUyNmNhZDU4MWMyMzk0ODUyYjVlNWFiMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3a888510-f8bc-4a12-b79f-30caa041f0e6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T01:50:01.801Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:01.801Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:01.802Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:01.802Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:50:01.902Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:01.903Z||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-03-21T01:50:01.903Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:01.916Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:01.916Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:02.803Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:02.804Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:02.806Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:02.806Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-21T01:50:02.906Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:02.906Z||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-03-21T01:50:02.907Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:02.921Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:02.921Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:03.807Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:03.807Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:03.809Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:03.809Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-21T01:50:03.909Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:03.910Z||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-03-21T01:50:03.910Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:03.925Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:03.925Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:50:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:50:04.195Z||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-03-21T01:50:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:50:04.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:04.218Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.218Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.219Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827218867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827230523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827232684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827233972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827235198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827236290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827237294,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827238297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827239300,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:04.222Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:50:04.809Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:04.810Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:04.811Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:04.811Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:50:04.911Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:04.912Z||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-03-21T01:50:04.912Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:04.925Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:04.925Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:05.812Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:05.812Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:05.814Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:05.814Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:50:05.914Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:05.914Z||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-03-21T01:50:05.914Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:05.929Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:05.929Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:06.814Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:06.815Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:06.816Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:06.816Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:50:06.917Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:50:06.917Z||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-03-21T01:50:06.917Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:06.931Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:06.931Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":3,"count":1}
2022-03-21T01:50:07.817Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:07.818Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:07.819Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:07.819Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-21T01:50:07.919Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:07.920Z||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-03-21T01:50:07.920Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:07.935Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:07.935Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:08.820Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:08.820Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:08.822Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:08.822Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:50:08.922Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:08.923Z||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-03-21T01:50:08.923Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:08.939Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:08.939Z||pool-91-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:09.822Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T01:50:09.823Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:09.824Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:09.824Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:50:09.924Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T01:50:09.925Z||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-03-21T01:50:09.925Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:09.940Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:09.940Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:10.825Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "2d2e9313-d8b0-4977-b672-ae539800e506",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b11c1299-60a0-4205-94cf-8c9b2abcdef2",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "42941e3d-1681-42a3-99be-5bf0701a7411",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "715ac5bc-e73e-4a01-9970-efc084d5d83d",
      "resourceInvariantUUID": "af412b06-61f1-4f92-a9c4-0f5d3c456ec5",
      "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": "3941ef2c-d60d-4528-bbf9-5c59d68248ce",
          "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": "86a7dba3-792e-4016-a22a-96891ac99363",
          "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": "ZjMyZTg5Mzg3MDFhMjJlODcyNjhkN2E1NTNlNThmYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1a9b858-e236-4754-a55c-abca4ccd6a05",
          "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": "cc203129-bfa5-4786-9ac8-51785291dc48",
          "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": "31a8b4f2-cf47-416c-9f40-25ed88c00963",
            "generatedFromUUID": "cc203129-bfa5-4786-9ac8-51785291dc48"
          },
          "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": "31a8b4f2-cf47-416c-9f40-25ed88c00963",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTFlN2RlNWUyNmNhZDU4MWMyMzk0ODUyYjVlNWFiMzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3a888510-f8bc-4a12-b79f-30caa041f0e6"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T01:50:10.826Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T01:50:10.826Z|ddb4a880-d132-4652-88e0-f26ab0ac2a7f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2d2e9313-d8b0-4977-b672-ae539800e506 ASDC
2022-03-21T01:50:10.826Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:cd3f7111-158b-49ed-bec7-f8298c4988de
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:2d2e9313-d8b0-4977-b672-ae539800e506
ServiceInvariantUUID:b11c1299-60a0-4205-94cf-8c9b2abcdef2
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:3a888510-f8bc-4a12-b79f-30caa041f0e6
ArtifactChecksum:OTFlN2RlNWUyNmNhZDU4MWMyMzk0ODUyYjVlNWFiMzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:42941e3d-1681-42a3-99be-5bf0701a7411
ResourceInvariantUUID:af412b06-61f1-4f92-a9c4-0f5d3c456ec5
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:715ac5bc-e73e-4a01-9970-efc084d5d83d
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:3941ef2c-d60d-4528-bbf9-5c59d68248ce
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:86a7dba3-792e-4016-a22a-96891ac99363
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:f1a9b858-e236-4754-a55c-abca4ccd6a05
ArtifactChecksum:ZjMyZTg5Mzg3MDFhMjJlODcyNjhkN2E1NTNlNThmYWE=
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:cc203129-bfa5-4786-9ac8-51785291dc48
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:31a8b4f2-cf47-416c-9f40-25ed88c00963
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:31a8b4f2-cf47-416c-9f40-25ed88c00963
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T01:50:10.826Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d2e9313-d8b0-4977-b672-ae539800e506 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-03-21T01:50:10.844Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:50:10.844Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:50:10.844Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:50:10.845Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3a888510-f8bc-4a12-b79f-30caa041f0e6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-21T01:50:10.845Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:50:10.845Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-21T01:50:10.988Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:50:10.990Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3a888510-f8bc-4a12-b79f-30caa041f0e6 68954
2022-03-21T01:50:10.991Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-21T01:50:10.991Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-21T01:50:10.991Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:50:10.991Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:10.993Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:10.993Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827410991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:11.093Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:11.093Z||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-03-21T01:50:11.093Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:11.105Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:11.105Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:50:11.993Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T01:50:11.994Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-21T01:50:11.994Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3a888510-f8bc-4a12-b79f-30caa041f0e6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:11.994Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-21T01:50:11.995Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:11.995Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:12.124Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4627591335915390208/Definitions/service-BasicCnf-template.yml
2022-03-21T01:50:12.922Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T01:50:12.922Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:50:12.922Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:12.922Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-21T01:50:12.922Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:12.922Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:12.922Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:12.923Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-21T01:50:12.923Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-21T01:50:12.923Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.923Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:12.923Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:12.923Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:50:12.923Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.924Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.925Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=65d01c82-aceb-4ef5-8460-9679b5c20c42
2022-03-21T01:50:12.926Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:12.927Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:2d2e9313-d8b0-4977-b672-ae539800e506
Model Version:NULL
Model InvariantUuid:b11c1299-60a0-4205-94cf-8c9b2abcdef2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:47a0b508-ee8c-4a7d-9d86-a5c462bde74d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:af412b06-61f1-4f92-a9c4-0f5d3c456ec5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:42941e3d-1681-42a3-99be-5bf0701a7411
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:389cb7b5-32a3-4e70-bd28-f4ba58431a1f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6356a693-ced5-4408-a9ba-1ea559b3af89
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:65d01c82-aceb-4ef5-8460-9679b5c20c42
ModelInvariantUuid:5083375f-d65c-4067-b7e4-375c979034ec
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2f1ecaa9-5fe5-435b-aa94-49af7837908d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b5c23dcd-19b1-4035-b4fe-5f71952d904c
ModelInvariantUuid:b6743fe8-4f93-419e-9f06-163a2c8c6c78
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e449974e-6a12-49a6-b4e7-1472b5376124
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-03-21T01:50:12.932Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 715ac5bc-e73e-4a01-9970-efc084d5d83d
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-03-21T01:50:12.933Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-03-21T01:50:12.934Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 715ac5bc-e73e-4a01-9970-efc084d5d83d
2022-03-21T01:50:12.934Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3941ef2c-d60d-4528-bbf9-5c59d68248ce from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-21T01:50:12.934Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:50:12.934Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-21T01:50:13.083Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:50:13.083Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 3941ef2c-d60d-4528-bbf9-5c59d68248ce 12
2022-03-21T01:50:13.084Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-21T01:50:13.084Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-21T01:50:13.084Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:50:13.084Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:13.085Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:13.085Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827413084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:13.185Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:13.186Z||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-03-21T01:50:13.186Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:13.198Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:13.198Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:14.086Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86a7dba3-792e-4016-a22a-96891ac99363 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-21T01:50:14.086Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:50:14.087Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-21T01:50:14.286Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:50:14.286Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 86a7dba3-792e-4016-a22a-96891ac99363 2688
2022-03-21T01:50:14.286Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-21T01:50:14.287Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-21T01:50:14.287Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:50:14.287Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:14.288Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:14.289Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827414286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:14.389Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:14.389Z||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-03-21T01:50:14.389Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:14.402Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:14.402Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:50:15.290Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1a9b858-e236-4754-a55c-abca4ccd6a05 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-21T01:50:15.290Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:50:15.290Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-21T01:50:15.571Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:50:15.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f1a9b858-e236-4754-a55c-abca4ccd6a05 828
2022-03-21T01:50:15.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-21T01:50:15.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-21T01:50:15.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:50:15.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:15.573Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:15.574Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827415572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:15.674Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:15.674Z||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-03-21T01:50:15.674Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:15.688Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:15.688Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:16.574Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "389cb7b5-32a3-4e70-bd28-f4ba58431a1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6356a693-ced5-4408-a9ba-1ea559b3af89",
    "vfModuleModelCustomizationUUID": "27eedf95-f7a0-4fec-892d-0ceb595556b9",
    "isBase": true,
    "artifacts": [
      "cc203129-bfa5-4786-9ac8-51785291dc48",
      "86a7dba3-792e-4016-a22a-96891ac99363",
      "31a8b4f2-cf47-416c-9f40-25ed88c00963"
    ],
    "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-03-21T01:50:16.577Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6356a693-ced5-4408-a9ba-1ea559b3af89
VfModuleModelInvariantUUID:389cb7b5-32a3-4e70-bd28-f4ba58431a1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc203129-bfa5-4786-9ac8-51785291dc48
,
86a7dba3-792e-4016-a22a-96891ac99363
,
31a8b4f2-cf47-416c-9f40-25ed88c00963

}
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-03-21T01:50:16.578Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "389cb7b5-32a3-4e70-bd28-f4ba58431a1f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6356a693-ced5-4408-a9ba-1ea559b3af89",
    "vfModuleModelCustomizationUUID": "27eedf95-f7a0-4fec-892d-0ceb595556b9",
    "isBase": true,
    "artifacts": [
      "cc203129-bfa5-4786-9ac8-51785291dc48",
      "86a7dba3-792e-4016-a22a-96891ac99363",
      "31a8b4f2-cf47-416c-9f40-25ed88c00963"
    ],
    "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-03-21T01:50:16.578Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6356a693-ced5-4408-a9ba-1ea559b3af89
VfModuleModelInvariantUUID:389cb7b5-32a3-4e70-bd28-f4ba58431a1f
VfModuleModelDescription:NULL
Artifacts UUID List:{
cc203129-bfa5-4786-9ac8-51785291dc48
,
86a7dba3-792e-4016-a22a-96891ac99363
,
31a8b4f2-cf47-416c-9f40-25ed88c00963

}
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-03-21T01:50:16.579Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cc203129-bfa5-4786-9ac8-51785291dc48 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-21T01:50:16.579Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:50:16.579Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-21T01:50:16.797Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:50:16.798Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml cc203129-bfa5-4786-9ac8-51785291dc48 1164
2022-03-21T01:50:16.798Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-21T01:50:16.798Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-21T01:50:16.798Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:50:16.798Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:16.800Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:16.800Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827416798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:16.900Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:16.900Z||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-03-21T01:50:16.900Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:16.912Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:16.913Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:17.800Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 31a8b4f2-cf47-416c-9f40-25ed88c00963 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-21T01:50:17.801Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-21T01:50:17.801Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-21T01:50:18.104Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-21T01:50:18.104Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 31a8b4f2-cf47-416c-9f40-25ed88c00963 200
2022-03-21T01:50:18.105Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-21T01:50:18.105Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-21T01:50:18.105Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T01:50:18.105Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:18.106Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:18.106Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827418105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:50:18.206Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:18.207Z||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-03-21T01:50:18.207Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:18.220Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:18.220Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:19.107Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2d2e9313-d8b0-4977-b672-ae539800e506
2022-03-21T01:50:19.107Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 715ac5bc-e73e-4a01-9970-efc084d5d83d ASDC
2022-03-21T01:50:19.113Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-03-21T01:50:19.119Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ffac87d, org.onap.sdc.toscaparser.api.parameters.Input@664608ac, org.onap.sdc.toscaparser.api.parameters.Input@6d7d06ac, org.onap.sdc.toscaparser.api.parameters.Input@17819a88, org.onap.sdc.toscaparser.api.parameters.Input@ea10125]
2022-03-21T01:50:19.120Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.121Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.121Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-21T01:50:19.121Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 42941e3d-1681-42a3-99be-5bf0701a7411
2022-03-21T01:50:19.121Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 42941e3d-1681-42a3-99be-5bf0701a7411 matches Tosca VF Customization UUID: 42941e3d-1681-42a3-99be-5bf0701a7411
2022-03-21T01:50:19.121Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 42941e3d-1681-42a3-99be-5bf0701a7411  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-03-21T01:50:19.123Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.123Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.123Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 42941e3d-1681-42a3-99be-5bf0701a7411: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-03-21T01:50:19.123Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46f7ca14
2022-03-21T01:50:19.123Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.124Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-21T01:50:19.124Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 27eedf95-f7a0-4fec-892d-0ceb595556b9
2022-03-21T01:50:19.124Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 27eedf95-f7a0-4fec-892d-0ceb595556b9
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-03-21T01:50:19.125Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.125Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:19.125Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:50:19.125Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.126Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:19.126Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:50:19.126Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.126Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-21T01:50:19.126Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-21T01:50:19.126Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=65d01c82-aceb-4ef5-8460-9679b5c20c42
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-03-21T01:50:19.128Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.128Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:19.128Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T01:50:19.128Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.128Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-21T01:50:19.128Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=42941e3d-1681-42a3-99be-5bf0701a7411
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-03-21T01:50:19.129Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2d2e9313-d8b0-4977-b672-ae539800e506: basic_cnf
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.130Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.131Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.131Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.131Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T01:50:19.131Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-21T01:50:19.131Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:50:19.170Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 715ac5bc-e73e-4a01-9970-efc084d5d83d 1 ASDC deployResourceStructure
2022-03-21T01:50:19.171Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-03-21T01:50:19.171Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-03-21T01:50:19.172Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-21T01:50:19.172Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:19.174Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:19.174Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827419171,
  "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-03-21T01:50:19.274Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:19.274Z||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-03-21T01:50:19.275Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:19.285Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:19.285Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:20.175Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-03-21T01:50:20.175Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-03-21T01:50:20.176Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-21T01:50:20.176Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:20.178Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:20.178Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827420175,
  "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-03-21T01:50:20.278Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:20.279Z||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-03-21T01:50:20.279Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:20.291Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:20.291Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:21.179Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-03-21T01:50:21.179Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-21T01:50:21.179Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:50:21.179Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:21.181Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:21.181Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827421179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:21.281Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:21.281Z||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-03-21T01:50:21.281Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:21.296Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:21.296Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:22.181Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-03-21T01:50:22.182Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-21T01:50:22.182Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:50:22.182Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:22.183Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:22.183Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827422181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:22.284Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T01:50:22.284Z||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-03-21T01:50:22.284Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:22.295Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:22.296Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:23.184Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-03-21T01:50:23.184Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-21T01:50:23.185Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:50:23.185Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:23.186Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:23.186Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827423184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:23.286Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:23.287Z||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-03-21T01:50:23.287Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:23.300Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:23.301Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T01:50:24.187Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-21T01:50:24.187Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-21T01:50:24.187Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T01:50:24.187Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:50:24.189Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:50:24.189Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827424187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:50:24.289Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:50:24.290Z||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-03-21T01:50:24.290Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:50:24.303Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:50:24.303Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-21T01:50:25.189Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:50:25.197Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
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-03-21T01:50:25.198Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:50:25.198Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:50:25.198Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:50:55.198Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:50:55.204Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
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-03-21T01:50:55.206Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:50:55.206Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:50:55.206Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:51:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:51:04.195Z||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-03-21T01:51:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:51:04.220Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:51:04.220Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.220Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ddb4a880-d132-4652-88e0-f26ab0ac2a7f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827390984,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.221Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.222Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:51:04.223Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:51:25.206Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:51:25.214Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
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-03-21T01:51:25.215Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:51:25.215Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:51:25.215Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:51:55.215Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:51:55.221Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
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-03-21T01:51:55.222Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:51:55.222Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T01:51:55.222Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T01:52:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:52:04.195Z||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-03-21T01:52:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:52:04.723Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:52:04.724Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.724Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.725Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.726Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.730Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827391993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827395427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.733Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827398366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827394572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827399009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.734Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827410943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827410991,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827410997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.735Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827410996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827412003,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.736Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827412000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.737Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827412842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.738Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.738Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.738Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "policy-id",
  "timestamp": 1647827413003,
  "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-03-21T01:52:04.743Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd3f7111-158b-49ed-bec7-f8298c4988de
2022-03-21T01:52:04.743Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd3f7111-158b-49ed-bec7-f8298c4988de 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-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827413084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827413189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.748Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.749Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647827413846,
  "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-03-21T01:52:04.751Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cd3f7111-158b-49ed-bec7-f8298c4988de
2022-03-21T01:52:04.752Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd3f7111-158b-49ed-bec7-f8298c4988de 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-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827405558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827414286,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827414383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827405930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827415427,
  "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-03-21T01:52:04.760Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cd3f7111-158b-49ed-bec7-f8298c4988de
2022-03-21T01:52:04.760Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd3f7111-158b-49ed-bec7-f8298c4988de and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827415572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827415584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827415906,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827416126,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.764Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647827416431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.765Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.765Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "cds",
  "timestamp": 1647827416587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:52:04.767Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cd3f7111-158b-49ed-bec7-f8298c4988de
2022-03-21T01:52:04.768Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd3f7111-158b-49ed-bec7-f8298c4988de 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-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827416798,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827418105,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827418136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.772Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.773Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.773Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.773Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "clamp",
  "timestamp": 1647827419139,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:52:04.775Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cd3f7111-158b-49ed-bec7-f8298c4988de
2022-03-21T01:52:04.775Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd3f7111-158b-49ed-bec7-f8298c4988de and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827419171,
  "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-03-21T01:52:04.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827420175,
  "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-03-21T01:52:04.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647827411675,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827421179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827422181,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827423184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827424187,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827425655,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:52:04.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "aai-ml",
  "timestamp": 1647827426658,
  "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-03-21T01:52:04.784Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cd3f7111-158b-49ed-bec7-f8298c4988de
2022-03-21T01:52:04.784Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cd3f7111-158b-49ed-bec7-f8298c4988de 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-03-21T01:52:25.222Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T01:52:25.230Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de
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-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T01:52:25.232Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T01:52:25.235Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T01:52:55.235Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cd3f7111-158b-49ed-bec7-f8298c4988de 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-03-21T01:52:55.239Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cd3f7111-158b-49ed-bec7-f8298c4988de and serviceModelVersionId: 2d2e9313-d8b0-4977-b672-ae539800e506
2022-03-21T01:52:55.239Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b11c1299-60a0-4205-94cf-8c9b2abcdef2
2022-03-21T01:52:55.239Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0
2022-03-21T01:52:55.243Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T01:52:55.273Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0|INFO|500||Invoke
2022-03-21T01:52:55.273Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cd3f7111-158b-49ed-bec7-f8298c4988de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[04ccbf38-9f72-4241-85a0-0f0d431000a5], X-ECOMP-RequestID=[cd3f7111-158b-49ed-bec7-f8298c4988de], X-TransactionId=[], X-ONAP-RequestID=[cd3f7111-158b-49ed-bec7-f8298c4988de], Content-Type=[application/merge-patch+json]}
2022-03-21T01:52:55.288Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T01:52:55.552Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?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/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220321-01:52:55:293-33479], vertex-id=[241744], Content-Length=[0], Date=[Mon, 21 Mar 2022 01:52:55 GMT], Content-Type=[application/json]}
2022-03-21T01:52:55.552Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T01:52:55.553Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b11c1299-60a0-4205-94cf-8c9b2abcdef2/model-vers/model-ver/2d2e9313-d8b0-4977-b672-ae539800e506?depth=0|INFO|500||InvokeReturn
2022-03-21T01:52:55.553Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T01:52:55.553Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-21T01:52:55.557Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@1565c55f marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=2323) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor214.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-03-21T01:52:55.558Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-21T01:52:55.559Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||ERROR|500||(conn=2323) WSREP has not yet prepared node for application use
2022-03-21T01:52:55.562Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277)
	at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255)
	at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531)
	at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61)
	at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source)
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2304)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057)
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019)
	at org.hibernate.loader.Loader.doQuery(Loader.java:948)
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349)
	at org.hibernate.loader.Loader.doList(Loader.java:2850)
	at org.hibernate.loader.Loader.doList(Loader.java:2832)
	at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664)
	at org.hibernate.loader.Loader.list(Loader.java:2659)
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506)
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400)
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219)
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414)
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625)
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593)
	at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641)
	at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111)
	at jdk.internal.reflect.GeneratedMethodAccessor214.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409)
	at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196)
	at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154)
	at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	... 17 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=2323) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 53 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 58 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 59 common frames omitted
2022-03-21T01:52:55.563Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cd3f7111-158b-49ed-bec7-f8298c4988de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T01:52:55.563Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T01:52:55.563Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-21T01:52:55.564Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T01:52:55.565Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827575563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:52:55.665Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T01:52:55.665Z||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-03-21T01:52:55.665Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T01:52:55.684Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:52:55.684Z||pool-105-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-03-21T01:52:56.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:52:56.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T01:52:56.572Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:53:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:53:04.195Z||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-03-21T01:53:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:53:04.819Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:53:04.819Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-03-21T01:53:04.819Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cd3f7111-158b-49ed-bec7-f8298c4988de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647827575563,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T01:53:04.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T01:53:07.211Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:53:07.211Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:53:07.211Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T01:53:07.211Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:53:16.757Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:53:16.758Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:53:16.758Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T01:53:16.758Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:53:26.298Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:53:26.298Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:53:26.299Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T01:53:26.299Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:53:35.841Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:53:35.841Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:53:35.842Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T01:53:35.842Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:53:45.382Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:53:45.383Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:53:45.383Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T01:53:45.383Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:53:54.929Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:53:54.929Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:53:54.930Z||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-03-21T01:53:54.930Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:54:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:54:04.195Z||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-03-21T01:54:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:54:04.474Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:54:04.474Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:54:04.475Z||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-03-21T01:54:04.475Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:54:13.737Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:54:14.013Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:54:14.014Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:54:14.014Z||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-03-21T01:54:14.014Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:54:23.554Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:55:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:55:04.193Z||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-03-21T01:55:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:55:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:55:04.194Z||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-03-21T01:55:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:55:13.736Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:55:13.738Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:56:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:56:04.193Z||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-03-21T01:56:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:56:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:56:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T01:56:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:56:13.738Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:56:13.741Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:57:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:57:04.193Z||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-03-21T01:57:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:57:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:57:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T01:57:04.195Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T01:57:13.736Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:57:13.740Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:58:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:58:04.193Z||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-03-21T01:58:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:58:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:58:04.195Z||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-03-21T01:58:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:58:13.744Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:58:13.748Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:59:04.193Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:59:04.193Z||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-03-21T01:59:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:59:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T01:59:04.195Z||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-03-21T01:59:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T01:59:13.735Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T01:59:13.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:00:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:00:04.193Z||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-03-21T02:00:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:00:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:00:04.195Z||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-03-21T02:00:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:00:13.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:00:13.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:01:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:01:04.193Z||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-03-21T02:01:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:01:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:01:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T02:01:04.195Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:01:13.736Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:01:13.736Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:02:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:02:04.193Z||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-03-21T02:02:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:02:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:02:04.194Z||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-03-21T02:02:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:02:13.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:02:13.743Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:03:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:03:04.193Z||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-03-21T02:03:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:03:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:03:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T02:03:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:03:13.739Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:03:13.743Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:04:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:04:04.193Z||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-03-21T02:04:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:04:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:04:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:04:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:04:13.733Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:04:13.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:05:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:05:04.193Z||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-03-21T02:05:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:05:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:05:04.194Z||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-03-21T02:05:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:05:13.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:05:13.756Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:06:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:06:04.193Z||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-03-21T02:06:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:06:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:06:04.195Z||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-03-21T02:06:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:06:13.738Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:06:13.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:07:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:07:04.193Z||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-03-21T02:07:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:07:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:07:04.195Z||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-03-21T02:07:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:07:13.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:07:13.741Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:08:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:08:04.193Z||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-03-21T02:08:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:08:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:08:04.195Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T02:08:04.195Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:08:13.741Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:08:13.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:09:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:09:04.193Z||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-03-21T02:09:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:09:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:09:04.194Z||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-03-21T02:09:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:09:13.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:09:13.741Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:10:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:10:04.193Z||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-03-21T02:10:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:10:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:10:04.194Z||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-03-21T02:10:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:10:13.739Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:10:13.746Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:11:04.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:11:04.193Z||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-03-21T02:11:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:11:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:11:04.194Z||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-03-21T02:11:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:11:13.736Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:11:13.739Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:12:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:12:04.193Z||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-03-21T02:12:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:12:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:12:04.195Z||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-03-21T02:12:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:12:13.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:12:13.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:13:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:13:04.193Z||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-03-21T02:13:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:13:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:13:04.195Z||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-03-21T02:13:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:13:13.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:13:13.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:14:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:14:04.194Z||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-03-21T02:14:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:14:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:14:04.194Z||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-03-21T02:14:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:14:13.736Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:14:13.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:15:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:15:04.193Z||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-03-21T02:15:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:15:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:15:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T02:15:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:15:13.734Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:15:13.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:16:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:16:04.193Z||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-03-21T02:16:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:16:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:16:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T02:16:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:16:13.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:16:13.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:17:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:17:04.193Z||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-03-21T02:17:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:17:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:17:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:17:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:17:13.764Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:17:13.766Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:18:04.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:18:04.193Z||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-03-21T02:18:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:18:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:18:04.194Z||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-03-21T02:18:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:18:13.739Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:18:13.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:19:04.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:19:04.193Z||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-03-21T02:19:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:19:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:19:04.194Z||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-03-21T02:19:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:19:13.739Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:19:13.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:20:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:20:04.193Z||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-03-21T02:20:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:20:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:20:04.194Z||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-03-21T02:20:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:20:13.736Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:20:13.743Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:21:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:21:04.193Z||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-03-21T02:21:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:21:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:21:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:21:04.195Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:21:13.739Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:21:13.739Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:22:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:22:04.193Z||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-03-21T02:22:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:22:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:22:04.195Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T02:22:04.195Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:22:13.736Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:22:13.738Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:23:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:23:04.193Z||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-03-21T02:23:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:23:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:23:04.194Z||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-03-21T02:23:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:23:13.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:23:13.745Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:24:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:24:04.193Z||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-03-21T02:24:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:24:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:24:04.194Z||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-03-21T02:24:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:24:13.738Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:24:13.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:25:04.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:25:04.193Z||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-03-21T02:25:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:25:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:25:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:25:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:25:13.737Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:25:13.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:26:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:26:04.193Z||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-03-21T02:26:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:26:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:26:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T02:26:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:26:13.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:26:13.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:27:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:27:04.193Z||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-03-21T02:27:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:27:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:27:04.195Z||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-03-21T02:27:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:27:13.735Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:27:13.738Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:28:04.193Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:28:04.193Z||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-03-21T02:28:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:28:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:28:04.194Z||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-03-21T02:28:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:28:13.736Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:28:13.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:04.192Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:29:04.193Z||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-03-21T02:29:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:29:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:29:04.194Z||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-03-21T02:29:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:29:04.319Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "clamp",
  "timestamp": 1647829704572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "clamp",
  "timestamp": 1647829704572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "clamp",
  "timestamp": 1647829704572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829691675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829695427,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829699009,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829700558,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "clamp",
  "timestamp": 1647829704572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829708761,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829708767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829708367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "clamp",
  "timestamp": 1647829704572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "cds",
  "timestamp": 1647829709288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829709771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829709818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829708367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "clamp",
  "timestamp": 1647829704572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "policy-id",
  "timestamp": 1647829710774,
  "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-03-21T02:29:04.361Z||pool-2-thread-5|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@75a1f668 marked as broken because of SQLSTATE(08S01), ErrorCode(1047)
java.sql.SQLNonTransientConnectionException: (conn=3359) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor205.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor201.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-21T02:29:04.362Z||pool-2-thread-5|||||WARN|500||SQL Error: 1047, SQLState: 08S01
2022-03-21T02:29:04.362Z||pool-2-thread-5|||||ERROR|500||(conn=3359) WSREP has not yet prepared node for application use
2022-03-21T02:29:04.363Z||pool-2-thread-5|||||INFO|500||HHH000327: Error performing load command
org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor205.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor201.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3359) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-21T02:29:04.364Z||pool-2-thread-5|||||ERROR|500||Application exception overridden by rollback exception
javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289)
	at jdk.internal.reflect.GeneratedMethodAccessor205.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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314)
	at com.sun.proxy.$Proxy188.find(Unknown Source)
	at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281)
	at jdk.internal.reflect.GeneratedMethodAccessor201.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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72)
	at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382)
	at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205)
	at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155)
	at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet
	at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163)
	at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104)
	at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285)
	at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441)
	at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431)
	at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569)
	at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537)
	at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208)
	at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332)
	at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108)
	at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74)
	at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113)
	at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186)
	at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175)
	at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723)
	at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767)
	at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322)
	... 39 common frames omitted
Caused by: java.sql.SQLNonTransientConnectionException: (conn=3359) WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73)
	at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153)
	at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229)
	at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java)
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57)
	... 60 common frames omitted
Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321)
	at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220)
	... 65 common frames omitted
Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513)
	at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318)
	... 66 common frames omitted
2022-03-21T02:29:04.364Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
2022-03-21T02:29:04.364Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835)
	at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212)
	at com.sun.proxy.$Proxy218.findById(Unknown Source)
	at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53)
	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)
Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127)
	at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304)
	at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142)
	at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561)
	... 22 common frames omitted
Caused by: java.sql.SQLException: Connection is closed
	at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515)
	at com.sun.proxy.$Proxy144.rollback(Unknown Source)
	at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396)
	at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java)
	at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121)
	... 25 common frames omitted
2022-03-21T02:29:04.820Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:04.821Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T02:29:04.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f1fd30d2-fc3b-4935-b488-efa472a98011","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"6bc1b1d3-fb61-4f18-8972-a778611596e4","serviceDescription":"service","serviceInvariantUUID":"8b5c2375-1899-4b3c-ab68-764f65678f70","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1751d60c-44fb-4b5e-8ede-2c5280465c9b","resourceInvariantUUID":"3baf1030-c914-482d-a8c8-068befc36ad2","resourceCustomizationUUID":"a11489de-d292-443a-b485-850c7dc5dea0","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":"NTZlODM2NDMzZTMxZmEyYTIzMDJiOGE2M2ZiM2YwYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8141656e-a18b-4956-a029-1e366ac653c7","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":"YzNhY2MwMTVkYjJjZTI1ODc5NDQyMTk3YzEzM2YzMTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e45b26c-7fc4-46ed-8872-d2e68af72959","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":"1239a941-22bb-4d0c-a8fb-0e9c5a7e372c","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":"913aba2d-c635-4a04-8ec1-f9498ed986bd","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":"f420edd6-27a4-41c5-b4fa-cf438bbbbb8c","artifactVersion":"2","generatedFromUUID":"1239a941-22bb-4d0c-a8fb-0e9c5a7e372c"},{"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":"MWQ1NGU1Yjk4OThjMzA1NjQ2NDk1MWMzOTFkNTk0ZDI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f7d15ff8-1b4c-4781-bd40-0c65bea2eb3d","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":"Njg3Yjc3NjU4YjE0MWI4NjVkMzdmNzkwYTA2ZDIwYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1dfd9713-836f-4097-b30e-84c990ac0c0c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzY0ZWFhYzc3MWYxOTg0NWY4MTkwYzQ4NDNjYzViNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ed7fb40-9246-4423-8cd7-843a0a8b3c95","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T02:29:04.822Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:04.823Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:04.825Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:04.825Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:04.925Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:04.925Z||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-03-21T02:29:04.925Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:04.938Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:04.938Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:05.825Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:05.825Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:05.827Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:05.827Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T02:29:05.927Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:05.927Z||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-03-21T02:29:05.927Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:05.943Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:05.944Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:06.827Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:06.828Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:06.829Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:06.829Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T02:29:06.929Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:06.929Z||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-03-21T02:29:06.929Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:06.940Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:06.940Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:07.829Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:07.829Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:07.831Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:07.831Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:07.931Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:07.931Z||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-03-21T02:29:07.931Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:07.944Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:07.944Z||pool-109-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:08.831Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:08.832Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:08.833Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:08.833Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-21T02:29:08.933Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:08.933Z||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-03-21T02:29:08.933Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:08.945Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:08.945Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:09.833Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:09.833Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:09.835Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:09.835Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:09.935Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:09.935Z||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-03-21T02:29:09.935Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:09.946Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:09.946Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:10.835Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:10.836Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:10.837Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:10.837Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:29:10.937Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:10.937Z||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-03-21T02:29:10.938Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:10.950Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:10.951Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:11.837Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:29:11.838Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:11.839Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:11.839Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:29:11.939Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:11.940Z||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-03-21T02:29:11.940Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:11.953Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:11.953Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:12.840Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "6bc1b1d3-fb61-4f18-8972-a778611596e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8b5c2375-1899-4b3c-ab68-764f65678f70",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "a11489de-d292-443a-b485-850c7dc5dea0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1751d60c-44fb-4b5e-8ede-2c5280465c9b",
      "resourceInvariantUUID": "3baf1030-c914-482d-a8c8-068befc36ad2",
      "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": "YzNhY2MwMTVkYjJjZTI1ODc5NDQyMTk3YzEzM2YzMTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5e45b26c-7fc4-46ed-8872-d2e68af72959",
          "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": "1239a941-22bb-4d0c-a8fb-0e9c5a7e372c",
          "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": "f420edd6-27a4-41c5-b4fa-cf438bbbbb8c",
            "generatedFromUUID": "1239a941-22bb-4d0c-a8fb-0e9c5a7e372c"
          },
          "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": "f420edd6-27a4-41c5-b4fa-cf438bbbbb8c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MzY0ZWFhYzc3MWYxOTg0NWY4MTkwYzQ4NDNjYzViNzU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ed7fb40-9246-4423-8cd7-843a0a8b3c95"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T02:29:12.840Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T02:29:12.840Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6bc1b1d3-fb61-4f18-8972-a778611596e4 ASDC
2022-03-21T02:29:12.840Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f1fd30d2-fc3b-4935-b488-efa472a98011
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:6bc1b1d3-fb61-4f18-8972-a778611596e4
ServiceInvariantUUID:8b5c2375-1899-4b3c-ab68-764f65678f70
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:6ed7fb40-9246-4423-8cd7-843a0a8b3c95
ArtifactChecksum:MzY0ZWFhYzc3MWYxOTg0NWY4MTkwYzQ4NDNjYzViNzU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:a11489de-d292-443a-b485-850c7dc5dea0
ResourceInvariantUUID:3baf1030-c914-482d-a8c8-068befc36ad2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1751d60c-44fb-4b5e-8ede-2c5280465c9b
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:5e45b26c-7fc4-46ed-8872-d2e68af72959
ArtifactChecksum:YzNhY2MwMTVkYjJjZTI1ODc5NDQyMTk3YzEzM2YzMTc=
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:1239a941-22bb-4d0c-a8fb-0e9c5a7e372c
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:f420edd6-27a4-41c5-b4fa-cf438bbbbb8c
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:f420edd6-27a4-41c5-b4fa-cf438bbbbb8c
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T02:29:12.840Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6bc1b1d3-fb61-4f18-8972-a778611596e4 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-03-21T02:29:12.867Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T02:29:12.867Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:29:12.867Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:29:12.868Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6ed7fb40-9246-4423-8cd7-843a0a8b3c95 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-21T02:29:12.868Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:29:12.868Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:13.277Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:29:13.280Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6ed7fb40-9246-4423-8cd7-843a0a8b3c95 78816
2022-03-21T02:29:13.280Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:13.280Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:13.280Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:29:13.281Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:13.282Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:13.282Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829753280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:13.382Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:13.383Z||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-03-21T02:29:13.383Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:13.395Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:13.395Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:14.282Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T02:29:14.283Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:29:14.283Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6ed7fb40-9246-4423-8cd7-843a0a8b3c95, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:14.283Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-21T02:29:14.283Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:14.284Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:14.360Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17501168942184018865/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T02:29:15.160Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T02:29:15.161Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:15.162Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6df08535-ea1e-4dad-8d3c-a16a2fbb9dbc
2022-03-21T02:29:15.163Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.164Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:6bc1b1d3-fb61-4f18-8972-a778611596e4
Model Version:NULL
Model InvariantUuid:8b5c2375-1899-4b3c-ab68-764f65678f70
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:cd997729-88f0-4dad-8b5b-842f1d7775cc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3baf1030-c914-482d-a8c8-068befc36ad2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a11489de-d292-443a-b485-850c7dc5dea0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:dc311a6f-1bf7-4cd2-82c9-f0473c326e4f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cdea7dcf-0886-44c4-9eac-39533916f944
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6df08535-ea1e-4dad-8d3c-a16a2fbb9dbc
ModelInvariantUuid:57e7d796-244e-47e0-964d-cd3694cdba36
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:db7b3b06-c3de-4e24-b0d8-f73e1c1c48b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:577028ec-5148-43c6-a7c6-ea95fdcce082
ModelInvariantUuid:588a54c0-710e-4e67-8328-30c0fa2c2d5f
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2afe53cc-135b-42fc-96a7-94dd629c3c51
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-03-21T02:29:15.169Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 1751d60c-44fb-4b5e-8ede-2c5280465c9b
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-03-21T02:29:15.171Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-03-21T02:29:15.171Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1751d60c-44fb-4b5e-8ede-2c5280465c9b
2022-03-21T02:29:15.171Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5e45b26c-7fc4-46ed-8872-d2e68af72959 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-21T02:29:15.171Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:29:15.171Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.772Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:29:15.772Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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 5e45b26c-7fc4-46ed-8872-d2e68af72959 792
2022-03-21T02:29:15.772Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.772Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:15.772Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:29:15.773Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:15.774Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:15.775Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829755772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:15.874Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:29:15.875Z||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-03-21T02:29:15.875Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:15.887Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:15.887Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:16.775Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dc311a6f-1bf7-4cd2-82c9-f0473c326e4f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdea7dcf-0886-44c4-9eac-39533916f944",
    "vfModuleModelCustomizationUUID": "0a72f755-029d-4f5e-9820-35318b524996",
    "isBase": true,
    "artifacts": [
      "1239a941-22bb-4d0c-a8fb-0e9c5a7e372c",
      "f420edd6-27a4-41c5-b4fa-cf438bbbbb8c"
    ],
    "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-03-21T02:29:16.779Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdea7dcf-0886-44c4-9eac-39533916f944
VfModuleModelInvariantUUID:dc311a6f-1bf7-4cd2-82c9-f0473c326e4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1239a941-22bb-4d0c-a8fb-0e9c5a7e372c
,
f420edd6-27a4-41c5-b4fa-cf438bbbbb8c

}
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-03-21T02:29:16.780Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "dc311a6f-1bf7-4cd2-82c9-f0473c326e4f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cdea7dcf-0886-44c4-9eac-39533916f944",
    "vfModuleModelCustomizationUUID": "0a72f755-029d-4f5e-9820-35318b524996",
    "isBase": true,
    "artifacts": [
      "1239a941-22bb-4d0c-a8fb-0e9c5a7e372c",
      "f420edd6-27a4-41c5-b4fa-cf438bbbbb8c"
    ],
    "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-03-21T02:29:16.780Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cdea7dcf-0886-44c4-9eac-39533916f944
VfModuleModelInvariantUUID:dc311a6f-1bf7-4cd2-82c9-f0473c326e4f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1239a941-22bb-4d0c-a8fb-0e9c5a7e372c
,
f420edd6-27a4-41c5-b4fa-cf438bbbbb8c

}
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-03-21T02:29:16.780Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1239a941-22bb-4d0c-a8fb-0e9c5a7e372c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-21T02:29:16.780Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:29:16.780Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:17.187Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:29:17.188Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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 1239a941-22bb-4d0c-a8fb-0e9c5a7e372c 5033
2022-03-21T02:29:17.188Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:17.188Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:17.188Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:29:17.188Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:17.190Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:17.190Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829757188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:17.290Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:17.290Z||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-03-21T02:29:17.290Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:17.303Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:17.303Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:18.190Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f420edd6-27a4-41c5-b4fa-cf438bbbbb8c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-21T02:29:18.190Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:29:18.190Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:18.480Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:29:18.480Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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 f420edd6-27a4-41c5-b4fa-cf438bbbbb8c 903
2022-03-21T02:29:18.481Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:18.481Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:18.481Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:29:18.481Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:18.482Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:18.482Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829758481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:29:18.582Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:18.583Z||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-03-21T02:29:18.583Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:18.595Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:18.596Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:19.483Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 6bc1b1d3-fb61-4f18-8972-a778611596e4
2022-03-21T02:29:19.483Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1751d60c-44fb-4b5e-8ede-2c5280465c9b 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-03-21T02:29:19.492Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@486181dd, org.onap.sdc.toscaparser.api.parameters.Input@594edb14, org.onap.sdc.toscaparser.api.parameters.Input@286dd353, org.onap.sdc.toscaparser.api.parameters.Input@1127b1d9, org.onap.sdc.toscaparser.api.parameters.Input@558ca549]
2022-03-21T02:29:19.493Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.493Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.493Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-21T02:29:19.494Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= a11489de-d292-443a-b485-850c7dc5dea0
2022-03-21T02:29:19.494Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a11489de-d292-443a-b485-850c7dc5dea0 matches Tosca VF Customization UUID: a11489de-d292-443a-b485-850c7dc5dea0
2022-03-21T02:29:19.494Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: a11489de-d292-443a-b485-850c7dc5dea0  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-03-21T02:29:19.495Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.495Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.496Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id a11489de-d292-443a-b485-850c7dc5dea0: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-03-21T02:29:19.496Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6bf70d4e
2022-03-21T02:29:19.496Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.496Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.496Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a72f755-029d-4f5e-9820-35318b524996
2022-03-21T02:29:19.496Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a72f755-029d-4f5e-9820-35318b524996
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-03-21T02:29:19.498Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.498Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:19.498Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:29:19.498Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.499Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:19.499Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:29:19.499Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.499Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-21T02:29:19.499Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-21T02:29:19.499Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-21T02:29:19.499Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6df08535-ea1e-4dad-8d3c-a16a2fbb9dbc
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-03-21T02:29:19.501Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.501Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:19.501Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:29:19.501Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.501Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-21T02:29:19.501Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=a11489de-d292-443a-b485-850c7dc5dea0
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-03-21T02:29:19.502Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.502Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 6bc1b1d3-fb61-4f18-8972-a778611596e4: basic_vm_macro
2022-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.503Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:29:19.504Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.504Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.564Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1751d60c-44fb-4b5e-8ede-2c5280465c9b 1 ASDC deployResourceStructure
2022-03-21T02:29:19.564Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.565Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:19.565Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:29:19.565Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:19.566Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:19.566Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829759564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T02:29:19.666Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:19.667Z||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-03-21T02:29:19.667Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:19.678Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:19.678Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:20.567Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:20.567Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:20.567Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:29:20.567Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:20.569Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:20.569Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829760567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T02:29:20.669Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:20.670Z||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-03-21T02:29:20.670Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:20.683Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:20.683Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:21.570Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:21.570Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:21.570Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:29:21.570Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:21.572Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:21.572Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829761569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-21T02:29:21.672Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:21.672Z||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-03-21T02:29:21.672Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:21.684Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:21.684Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:22.572Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:22.572Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:29:22.572Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:29:22.573Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:29:22.574Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:29:22.574Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829762572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:29:22.674Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:29:22.675Z||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-03-21T02:29:22.675Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:29:22.687Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:29:22.688Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:29:23.575Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:29:23.582Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:29:23.583Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:29:23.583Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:29:23.583Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:29:53.583Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:29:53.588Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:29:53.589Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:29:53.590Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:29:53.590Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:30:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:30:04.195Z||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-03-21T02:30:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:30:04.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:30:04.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:30:04.222Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "clamp",
  "timestamp": 1647829734572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:30:04.222Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:30:23.590Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:30:23.596Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:30:23.598Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:30:23.598Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:30:23.598Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:30:53.598Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:30:53.603Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:30:53.605Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:30:53.605Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:30:53.605Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:31:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:31:04.195Z||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-03-21T02:31:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:31:04.224Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:31:04.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.225Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.225Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.225Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829738367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829735427,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829738367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829746149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-21T02:31:04.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829738367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829747204,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829738367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829748254,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829749115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829749309,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829750360,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T02:31:04.237Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3
2022-03-21T02:31:04.237Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3 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-03-21T02:31:04.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.242Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.242Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.242Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829750912,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829751362,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.243Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829751915,
  "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-03-21T02:31:04.246Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3
2022-03-21T02:31:04.246Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3 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-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829753280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.250Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "clamp",
  "timestamp": 1647829754375,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829745930,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829755772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829757000,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829757188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829758481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.251Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "clamp",
  "timestamp": 1647829759378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829759564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.252Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.252Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.252Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "clamp",
  "timestamp": 1647829760383,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T02:31:04.260Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3
2022-03-21T02:31:04.260Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829760567,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829761569,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829762572,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829766554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:31:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "aai-ml",
  "timestamp": 1647829767557,
  "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-03-21T02:31:04.268Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3
2022-03-21T02:31:04.268Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3 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-03-21T02:31:23.605Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:31:23.611Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:31:23.612Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:31:23.612Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:31:23.612Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:31:53.613Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:31:53.620Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:31:53.621Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:31:53.621Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:31:53.621Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:32:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:32:04.195Z||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-03-21T02:32:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:32:04.225Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:32:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.226Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.226Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.226Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.227Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.228Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.229Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.230Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829835558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829835930,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647829835427,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.231Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829839009,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829853506,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829853558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829853671,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.232Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829854561,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:32:04.233Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:32:04.233Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.233Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "cds",
  "timestamp": 1647829854700,
  "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-03-21T02:32:04.243Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03057e70-dd54-43f9-9fa4-41e5b99d51de
2022-03-21T02:32:04.243Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03057e70-dd54-43f9-9fa4-41e5b99d51de 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-03-21T02:32:04.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.247Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.247Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.247Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.248Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.248Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.248Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "policy-id",
  "timestamp": 1647829855565,
  "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-03-21T02:32:04.251Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03057e70-dd54-43f9-9fa4-41e5b99d51de
2022-03-21T02:32:04.251Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03057e70-dd54-43f9-9fa4-41e5b99d51de 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-03-21T02:32:04.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.255Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.255Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.255Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829857856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-21T02:32:04.256Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.257Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.257Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "aai-ml",
  "timestamp": 1647829858859,
  "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-03-21T02:32:04.259Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03057e70-dd54-43f9-9fa4-41e5b99d51de
2022-03-21T02:32:04.259Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03057e70-dd54-43f9-9fa4-41e5b99d51de 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-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829851675,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.264Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829861414,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.265Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829862431,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829854572,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647829863432,
  "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-03-21T02:32:04.269Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 03057e70-dd54-43f9-9fa4-41e5b99d51de
2022-03-21T02:32:04.269Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03057e70-dd54-43f9-9fa4-41e5b99d51de 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-03-21T02:32:04.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:32:04.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:32:04.273Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:32:23.621Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:32:23.628Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:32:23.629Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:32:23.629Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:32:23.629Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:32:53.629Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:32:53.635Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:32:53.637Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:32:53.637Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:32:53.637Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:33:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:33:04.195Z||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-03-21T02:33:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:33:04.720Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:33:04.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829858366,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829868091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829869387,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829869630,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647829870633,
  "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-03-21T02:33:04.726Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03057e70-dd54-43f9-9fa4-41e5b99d51de
2022-03-21T02:33:04.727Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03057e70-dd54-43f9-9fa4-41e5b99d51de 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-03-21T02:33:04.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829871395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:33:04.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:33:04.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:33:04.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "clamp",
  "timestamp": 1647829872398,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-21T02:33:04.735Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03057e70-dd54-43f9-9fa4-41e5b99d51de
2022-03-21T02:33:04.735Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03057e70-dd54-43f9-9fa4-41e5b99d51de and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-21T02:33:23.637Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:33:23.645Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:33:23.646Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:33:23.646Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:33:23.646Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:33:53.646Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:33:53.653Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011
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-03-21T02:33:53.655Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:33:53.655Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-21T02:33:53.655Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-21T02:34:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:34:04.195Z||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-03-21T02:34:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:34:13.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:23.655Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2022-03-21T02:34:23.656Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f1fd30d2-fc3b-4935-b488-efa472a98011 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-03-21T02:34:23.660Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f1fd30d2-fc3b-4935-b488-efa472a98011 and serviceModelVersionId: 6bc1b1d3-fb61-4f18-8972-a778611596e4
2022-03-21T02:34:23.660Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8b5c2375-1899-4b3c-ab68-764f65678f70
2022-03-21T02:34:23.661Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0
2022-03-21T02:34:23.665Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T02:34:23.694Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0|INFO|500||Invoke
2022-03-21T02:34:23.695Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f1fd30d2-fc3b-4935-b488-efa472a98011], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f52ac096-cfdf-466f-9047-15596ad3601f], X-ECOMP-RequestID=[f1fd30d2-fc3b-4935-b488-efa472a98011], X-TransactionId=[], X-ONAP-RequestID=[f1fd30d2-fc3b-4935-b488-efa472a98011], Content-Type=[application/merge-patch+json]}
2022-03-21T02:34:23.716Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-03-21T02:34:24.091Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?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/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220321-02:34:23:722-6120], vertex-id=[225432], Content-Length=[0], Date=[Mon, 21 Mar 2022 02:34:23 GMT], Content-Type=[application/json]}
2022-03-21T02:34:24.092Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T02:34:24.092Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8b5c2375-1899-4b3c-ab68-764f65678f70/model-vers/model-ver/6bc1b1d3-fb61-4f18-8972-a778611596e4?depth=0|INFO|500||InvokeReturn
2022-03-21T02:34:24.092Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T02:34:24.092Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:34:24.096Z|f1fd30d2-fc3b-4935-b488-efa472a98011|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-03-21T02:34:24.096Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f1fd30d2-fc3b-4935-b488-efa472a98011 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2022-03-21T02:34:24.096Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2022-03-21T02:34:24.097Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:24.098Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:24.098Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830064096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-21T02:34:24.199Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:24.199Z||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-03-21T02:34:24.199Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:24.212Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:24.212Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T02:34:25.106Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T02:34:25.106Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"78fce54f-0124-45ed-b2d0-d4de2ba8fbc3","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0ce9ebbb-c5aa-4f71-afc0-43f484813286","serviceDescription":"service","serviceInvariantUUID":"368cb27c-78ec-4b41-8b9a-18dfb0cb835e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"53f1a22d-6f0a-4047-9bce-e0ec55dc1040","resourceInvariantUUID":"cdc6de10-9c20-4dc8-848b-a49cab537008","resourceCustomizationUUID":"60f4c372-9a8c-4e57-a356-bd69514c4d90","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":"ODg5MWM4Nzc5OTA0NmE3YmNhZTc2MDYzNDM4MDFkY2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0c34951e-d699-4807-975d-912172d3efbb","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":"YzdjNjljOTA4MWJjMDRmM2UzMzUwODM1NjA5ODI3YTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9abf4491-3a8e-486b-941b-ed2cb06f8972","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":"57049d8c-f515-49f7-93fc-73f8d6527c00","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":"7c19ae60-b496-4216-82f7-92d4c09fdaf7","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":"75a9145a-db50-439c-a627-0df69ca1865f","artifactVersion":"2","generatedFromUUID":"0b9ae705-bf45-4084-bbd8-c5474d22b3d6"},{"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":"2643abb2-5460-41d8-92f6-805bae36cd54","artifactVersion":"2","generatedFromUUID":"57049d8c-f515-49f7-93fc-73f8d6527c00"},{"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":"0b9ae705-bf45-4084-bbd8-c5474d22b3d6","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":"12f5323d-3093-43be-b17f-c8da7b0d9407","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":"NGY1MTE5NTQwMTdhNTkzNWI3MDM1NTVlNWM4MWIyYjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6cbb42b8-6a12-476a-930b-e56b151c435e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MGNmZTc0NGRhOGViODlkYTI2NmE4MGY4MzNjMjY0ZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6108432e-7a18-4d70-bfe1-6034ddd991f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T02:34:25.106Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:25.106Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:25.108Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:25.108Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:34:25.208Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:25.208Z||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-03-21T02:34:25.208Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:25.220Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:25.221Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:26.108Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:26.109Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:26.110Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:26.110Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T02:34:26.211Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-21T02:34:26.211Z||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-03-21T02:34:26.211Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:26.225Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:26.225Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:27.111Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:27.111Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:27.113Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:27.113Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-21T02:34:27.213Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:27.214Z||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-03-21T02:34:27.214Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:27.226Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:27.226Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:28.113Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:28.114Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:28.115Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:28.116Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:34:28.216Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:28.216Z||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-03-21T02:34:28.216Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:28.228Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:28.228Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-21T02:34:29.116Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:29.116Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:29.119Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:29.119Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-21T02:34:29.219Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:29.220Z||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-03-21T02:34:29.220Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:29.233Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:29.233Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:30.120Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:30.120Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:30.121Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:30.121Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-21T02:34:30.221Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:30.222Z||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-03-21T02:34:30.222Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:30.236Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:30.237Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:31.122Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:31.122Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:31.124Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:31.124Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-21T02:34:31.224Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:31.224Z||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-03-21T02:34:31.224Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:31.234Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:31.234Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:32.124Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:32.125Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:32.126Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:32.127Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:34:32.226Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:34:32.227Z||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-03-21T02:34:32.227Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:32.239Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:32.239Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:33.127Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:33.127Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:33.129Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:33.129Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:34:33.229Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:33.230Z||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-03-21T02:34:33.230Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:33.244Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:33.245Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-21T02:34:34.129Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:34:34.130Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:34.131Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:34.131Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:34:34.232Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:34:34.232Z||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-03-21T02:34:34.232Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:34.247Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:34.247Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:35.132Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0ce9ebbb-c5aa-4f71-afc0-43f484813286",
  "serviceDescription": "service",
  "serviceInvariantUUID": "368cb27c-78ec-4b41-8b9a-18dfb0cb835e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "60f4c372-9a8c-4e57-a356-bd69514c4d90",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "53f1a22d-6f0a-4047-9bce-e0ec55dc1040",
      "resourceInvariantUUID": "cdc6de10-9c20-4dc8-848b-a49cab537008",
      "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": "YzdjNjljOTA4MWJjMDRmM2UzMzUwODM1NjA5ODI3YTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9abf4491-3a8e-486b-941b-ed2cb06f8972",
          "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": "57049d8c-f515-49f7-93fc-73f8d6527c00",
          "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": "2643abb2-5460-41d8-92f6-805bae36cd54",
            "generatedFromUUID": "57049d8c-f515-49f7-93fc-73f8d6527c00"
          },
          "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": "75a9145a-db50-439c-a627-0df69ca1865f",
          "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": "2643abb2-5460-41d8-92f6-805bae36cd54",
          "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": "0b9ae705-bf45-4084-bbd8-c5474d22b3d6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MGNmZTc0NGRhOGViODlkYTI2NmE4MGY4MzNjMjY0ZmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6108432e-7a18-4d70-bfe1-6034ddd991f2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T02:34:35.133Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T02:34:35.133Z|f1fd30d2-fc3b-4935-b488-efa472a98011|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0ce9ebbb-c5aa-4f71-afc0-43f484813286 ASDC
2022-03-21T02:34:35.133Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:78fce54f-0124-45ed-b2d0-d4de2ba8fbc3
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:0ce9ebbb-c5aa-4f71-afc0-43f484813286
ServiceInvariantUUID:368cb27c-78ec-4b41-8b9a-18dfb0cb835e
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:6108432e-7a18-4d70-bfe1-6034ddd991f2
ArtifactChecksum:MGNmZTc0NGRhOGViODlkYTI2NmE4MGY4MzNjMjY0ZmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:60f4c372-9a8c-4e57-a356-bd69514c4d90
ResourceInvariantUUID:cdc6de10-9c20-4dc8-848b-a49cab537008
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:53f1a22d-6f0a-4047-9bce-e0ec55dc1040
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:9abf4491-3a8e-486b-941b-ed2cb06f8972
ArtifactChecksum:YzdjNjljOTA4MWJjMDRmM2UzMzUwODM1NjA5ODI3YTU=
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:57049d8c-f515-49f7-93fc-73f8d6527c00
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:2643abb2-5460-41d8-92f6-805bae36cd54
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:75a9145a-db50-439c-a627-0df69ca1865f
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:2643abb2-5460-41d8-92f6-805bae36cd54
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:0b9ae705-bf45-4084-bbd8-c5474d22b3d6
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-21T02:34:35.133Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0ce9ebbb-c5aa-4f71-afc0-43f484813286 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-03-21T02:34:35.152Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T02:34:35.153Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:34:35.153Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:34:35.153Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6108432e-7a18-4d70-bfe1-6034ddd991f2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-03-21T02:34:35.153Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:34:35.153Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:35.275Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:34:35.282Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6108432e-7a18-4d70-bfe1-6034ddd991f2 158209
2022-03-21T02:34:35.282Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:35.283Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:35.283Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:34:35.283Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:35.284Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:35.285Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830075282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:34:35.385Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:35.385Z||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-03-21T02:34:35.385Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:35.400Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:35.400Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:36.285Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T02:34:36.286Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:34:36.286Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6108432e-7a18-4d70-bfe1-6034ddd991f2, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-21T02:34:36.286Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-03-21T02:34:36.287Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-21T02:34:36.287Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-21T02:34:36.366Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10885699780089865744/Definitions/service-BasicCnfMacro-template.yml
2022-03-21T02:34:37.190Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T02:34:37.190Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T02:34:37.190Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-21T02:34:37.190Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T02:34:37.191Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-21T02:34:37.192Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.193Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-03-21T02:34:37.194Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8056195f-92f0-43b2-aca3-6be17ddc882b
2022-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.195Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:0ce9ebbb-c5aa-4f71-afc0-43f484813286
Model Version:NULL
Model InvariantUuid:368cb27c-78ec-4b41-8b9a-18dfb0cb835e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8b4abb74-e98e-44a6-950d-6a22f7cb734c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cdc6de10-9c20-4dc8-848b-a49cab537008
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:60f4c372-9a8c-4e57-a356-bd69514c4d90
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:de248db9-e5d1-4ce0-a863-20cc34b0941d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:8a946ac9-ba04-4e48-ab62-a6281556e207
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:aaaad39b-02cb-4d5b-b156-7c7c93e10e56
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:893eae42-cf00-40cf-88c8-a48234db81c1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8056195f-92f0-43b2-aca3-6be17ddc882b
ModelInvariantUuid:354a08ef-aad3-4491-9725-6a862fde7868
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:a3b8e067-defd-4fcb-a2b9-f2eb5afbd77e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:c12225f9-0024-4f7e-8a7c-e4121f8dc6a0
ModelInvariantUuid:78e25069-e97f-4147-a43d-ae8b2f9ece8e
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:0c8f5567-4ba4-402f-ae44-053a5086b928
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-03-21T02:34:37.200Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 53f1a22d-6f0a-4047-9bce-e0ec55dc1040
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-03-21T02:34:37.201Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-03-21T02:34:37.201Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 53f1a22d-6f0a-4047-9bce-e0ec55dc1040
2022-03-21T02:34:37.201Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9abf4491-3a8e-486b-941b-ed2cb06f8972 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-03-21T02:34:37.201Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:34:37.202Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.245Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:34:37.245Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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 9abf4491-3a8e-486b-941b-ed2cb06f8972 1565
2022-03-21T02:34:37.245Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.245Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:37.245Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:34:37.245Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:37.247Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:37.247Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830077245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:34:37.347Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:37.347Z||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-03-21T02:34:37.347Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:37.361Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:37.361Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:38.247Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "aaaad39b-02cb-4d5b-b156-7c7c93e10e56",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "893eae42-cf00-40cf-88c8-a48234db81c1",
    "vfModuleModelCustomizationUUID": "5d1b69fa-985b-4664-ae37-4e0372bbdf80",
    "isBase": true,
    "artifacts": [
      "57049d8c-f515-49f7-93fc-73f8d6527c00",
      "2643abb2-5460-41d8-92f6-805bae36cd54"
    ],
    "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": "de248db9-e5d1-4ce0-a863-20cc34b0941d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a946ac9-ba04-4e48-ab62-a6281556e207",
    "vfModuleModelCustomizationUUID": "261621d2-1dfb-4818-bf9a-c274e47c0385",
    "isBase": false,
    "artifacts": [
      "0b9ae705-bf45-4084-bbd8-c5474d22b3d6"
    ],
    "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-03-21T02:34:38.251Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:893eae42-cf00-40cf-88c8-a48234db81c1
VfModuleModelInvariantUUID:aaaad39b-02cb-4d5b-b156-7c7c93e10e56
VfModuleModelDescription:NULL
Artifacts UUID List:{
57049d8c-f515-49f7-93fc-73f8d6527c00
,
2643abb2-5460-41d8-92f6-805bae36cd54

}
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:8a946ac9-ba04-4e48-ab62-a6281556e207
VfModuleModelInvariantUUID:de248db9-e5d1-4ce0-a863-20cc34b0941d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b9ae705-bf45-4084-bbd8-c5474d22b3d6

}
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-03-21T02:34:38.252Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "aaaad39b-02cb-4d5b-b156-7c7c93e10e56",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "893eae42-cf00-40cf-88c8-a48234db81c1",
    "vfModuleModelCustomizationUUID": "5d1b69fa-985b-4664-ae37-4e0372bbdf80",
    "isBase": true,
    "artifacts": [
      "57049d8c-f515-49f7-93fc-73f8d6527c00",
      "2643abb2-5460-41d8-92f6-805bae36cd54"
    ],
    "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": "de248db9-e5d1-4ce0-a863-20cc34b0941d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8a946ac9-ba04-4e48-ab62-a6281556e207",
    "vfModuleModelCustomizationUUID": "261621d2-1dfb-4818-bf9a-c274e47c0385",
    "isBase": false,
    "artifacts": [
      "0b9ae705-bf45-4084-bbd8-c5474d22b3d6"
    ],
    "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-03-21T02:34:38.252Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:893eae42-cf00-40cf-88c8-a48234db81c1
VfModuleModelInvariantUUID:aaaad39b-02cb-4d5b-b156-7c7c93e10e56
VfModuleModelDescription:NULL
Artifacts UUID List:{
57049d8c-f515-49f7-93fc-73f8d6527c00
,
2643abb2-5460-41d8-92f6-805bae36cd54

}
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:8a946ac9-ba04-4e48-ab62-a6281556e207
VfModuleModelInvariantUUID:de248db9-e5d1-4ce0-a863-20cc34b0941d
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b9ae705-bf45-4084-bbd8-c5474d22b3d6

}
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-03-21T02:34:38.252Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 57049d8c-f515-49f7-93fc-73f8d6527c00 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-03-21T02:34:38.252Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:34:38.252Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:38.292Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:34:38.292Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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 57049d8c-f515-49f7-93fc-73f8d6527c00 914
2022-03-21T02:34:38.292Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:38.292Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:38.292Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:34:38.292Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:38.294Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:38.294Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830078292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:34:38.394Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:38.394Z||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-03-21T02:34:38.395Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:38.406Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:38.406Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:39.294Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 75a9145a-db50-439c-a627-0df69ca1865f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-03-21T02:34:39.295Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:34:39.295Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:39.338Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:34:39.338Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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 75a9145a-db50-439c-a627-0df69ca1865f 12
2022-03-21T02:34:39.338Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:39.339Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:39.339Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:34:39.339Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:39.340Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:39.340Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830079338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:34:39.440Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:34:39.441Z||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-03-21T02:34:39.441Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:39.454Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:39.454Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:40.341Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2643abb2-5460-41d8-92f6-805bae36cd54 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-03-21T02:34:40.341Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:34:40.341Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:40.383Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:34:40.383Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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 2643abb2-5460-41d8-92f6-805bae36cd54 96
2022-03-21T02:34:40.383Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:40.383Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:40.383Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:34:40.384Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:40.385Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:40.385Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830080383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:34:40.485Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:40.486Z||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-03-21T02:34:40.486Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:40.497Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:40.497Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:41.385Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0b9ae705-bf45-4084-bbd8-c5474d22b3d6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-03-21T02:34:41.386Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:34:41.386Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:41.430Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:34:41.431Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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 0b9ae705-bf45-4084-bbd8-c5474d22b3d6 20206
2022-03-21T02:34:41.431Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:41.431Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:41.431Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:34:41.431Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:41.432Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:41.432Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830081431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:34:41.532Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:41.533Z||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-03-21T02:34:41.533Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:41.544Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:41.544Z||pool-138-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:42.435Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0ce9ebbb-c5aa-4f71-afc0-43f484813286
2022-03-21T02:34:42.435Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 53f1a22d-6f0a-4047-9bce-e0ec55dc1040 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-03-21T02:34:42.441Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d1b2ebc, org.onap.sdc.toscaparser.api.parameters.Input@1570b59b, org.onap.sdc.toscaparser.api.parameters.Input@21a45081, org.onap.sdc.toscaparser.api.parameters.Input@6beb4ff2, org.onap.sdc.toscaparser.api.parameters.Input@1f71e2fd]
2022-03-21T02:34:42.442Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.442Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.442Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-03-21T02:34:42.442Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 60f4c372-9a8c-4e57-a356-bd69514c4d90
2022-03-21T02:34:42.442Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 60f4c372-9a8c-4e57-a356-bd69514c4d90 matches Tosca VF Customization UUID: 60f4c372-9a8c-4e57-a356-bd69514c4d90
2022-03-21T02:34:42.442Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 60f4c372-9a8c-4e57-a356-bd69514c4d90  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-03-21T02:34:42.444Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.444Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.445Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 60f4c372-9a8c-4e57-a356-bd69514c4d90: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-03-21T02:34:42.445Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3d3b6365
2022-03-21T02:34:42.445Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.445Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.445Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 261621d2-1dfb-4818-bf9a-c274e47c0385
2022-03-21T02:34:42.445Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 261621d2-1dfb-4818-bf9a-c274e47c0385
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-03-21T02:34:42.446Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-03-21T02:34:42.447Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=60f4c372-9a8c-4e57-a356-bd69514c4d90
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-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0ce9ebbb-c5aa-4f71-afc0-43f484813286: basic_cnf_macro
2022-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.449Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.450Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.450Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.450Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.450Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:34:42.450Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.450Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.472Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 53f1a22d-6f0a-4047-9bce-e0ec55dc1040 2 ASDC deployResourceStructure
2022-03-21T02:34:42.472Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.472Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:42.472Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:34:42.472Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:42.474Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:42.474Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830082472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T02:34:42.574Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:42.574Z||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-03-21T02:34:42.574Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:42.587Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:42.587Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:43.475Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:43.475Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:43.475Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:34:43.475Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:43.477Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:43.477Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830083475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T02:34:43.577Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:43.577Z||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-03-21T02:34:43.577Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:43.599Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:43.599Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:44.477Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:44.477Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:44.477Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-21T02:34:44.478Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:44.479Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:44.479Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830084477,
  "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-03-21T02:34:44.579Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:44.580Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:34:44.580Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:44.593Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:44.593Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:45.480Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:45.480Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:45.480Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:34:45.480Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:45.481Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:45.481Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830085479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-21T02:34:45.581Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:45.582Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:34:45.582Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:45.595Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:45.595Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:46.482Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:46.482Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:46.482Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-21T02:34:46.482Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:46.483Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:46.484Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830086482,
  "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-03-21T02:34:46.584Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:34:46.584Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:34:46.584Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:46.596Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:46.596Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:47.484Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:47.484Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:47.484Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:34:47.484Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:34:47.486Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:34:47.486Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830087484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:34:47.586Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:34:47.586Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:34:47.586Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:34:47.598Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:34:47.598Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:34:48.486Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:34:48.493Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3
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-03-21T02:34:48.494Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:34:48.495Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:34:48.498Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T02:35:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:35:04.195Z||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-03-21T02:35:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:35:04.820Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:04.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f1fd30d2-fc3b-4935-b488-efa472a98011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830064096,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-03-21T02:35:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647829744192,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830075282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830077245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830078292,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830079338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830080383,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830081431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830082472,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-21T02:35:04.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830083475,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830084477,
  "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-03-21T02:35:04.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830085479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830086482,
  "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-03-21T02:35:04.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830087484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:35:04.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:35:18.498Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3 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-03-21T02:35:18.502Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3 and serviceModelVersionId: 0ce9ebbb-c5aa-4f71-afc0-43f484813286
2022-03-21T02:35:18.502Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 368cb27c-78ec-4b41-8b9a-18dfb0cb835e
2022-03-21T02:35:18.503Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0
2022-03-21T02:35:18.506Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T02:35:18.529Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0|INFO|500||Invoke
2022-03-21T02:35:18.530Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78fce54f-0124-45ed-b2d0-d4de2ba8fbc3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3a731cb5-86fc-4c03-ae6c-13f6846b83eb], X-ECOMP-RequestID=[78fce54f-0124-45ed-b2d0-d4de2ba8fbc3], X-TransactionId=[], X-ONAP-RequestID=[78fce54f-0124-45ed-b2d0-d4de2ba8fbc3], Content-Type=[application/merge-patch+json]}
2022-03-21T02:35:18.545Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T02:35:18.787Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?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/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220321-02:35:18:550-91071], vertex-id=[258080], Content-Length=[0], Date=[Mon, 21 Mar 2022 02:35:18 GMT], Content-Type=[application/json]}
2022-03-21T02:35:18.787Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T02:35:18.788Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/368cb27c-78ec-4b41-8b9a-18dfb0cb835e/model-vers/model-ver/0ce9ebbb-c5aa-4f71-afc0-43f484813286?depth=0|INFO|500||InvokeReturn
2022-03-21T02:35:18.788Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T02:35:18.788Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:35:18.791Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:35:18.792Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78fce54f-0124-45ed-b2d0-d4de2ba8fbc3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T02:35:18.792Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T02:35:18.792Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:18.793Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:18.793Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830118792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T02:35:18.893Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:18.893Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:18.893Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:18.909Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:18.910Z||pool-145-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-03-21T02:35:19.800Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:35:19.801Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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-03-21T02:35:19.801Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:35:24.146Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:24.146Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-21T02:35:24.147Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"03057e70-dd54-43f9-9fa4-41e5b99d51de","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ada8f13f-2873-4cfd-9709-d92678d7b4d1","serviceDescription":"service","serviceInvariantUUID":"0ab6442a-1503-4a92-a6cd-9b66a65161c9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4fe928e-c091-4494-ab4e-4c7cf0ae1785","resourceInvariantUUID":"bf0f4687-4983-447f-9195-88ea594c6bbd","resourceCustomizationUUID":"e97b927c-be3c-45bb-a141-bb02aa28e0fb","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":"MTZkMmFiM2ViMzBlMzJiM2QwMWRkYWJhNWMwZGI2YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1e822479-5682-40ee-b798-17027663af95","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":"bf7d2d42-8ce0-45a2-825a-181c42c9aff1","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":"197c5270-6c2c-4235-98ea-b56a6db3e7d3","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":"OTk5N2Y2NGQwMTZkMTQ0NWUxYzczZDcwYmE2Mjk2NDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5be64852-1c35-4dbf-b77f-c6aba9553f5a","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":"83a46c1f-9df1-4a7c-bbd4-ff8670da4f18","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":"f2a6b2b3-a7bf-47cf-834f-a828589bde86","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":"48400503-8008-465e-b929-60cb21aec24c","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":"ZTgwMTE5MGRjZTQ2YzlhNTFmYWYzNTE5MzEwY2ViMTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f273947b-4d51-4b1b-83b7-02d92ea0c1a7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MGM0NjM4ZmNiY2I3OTI0YWUyYjAzNzQ4N2MwMDZhOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40fad753-e9c5-4d0d-83a9-ecebdcf03b9f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-21T02:35:24.148Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:24.148Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:24.149Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:24.150Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:24.249Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:35:24.250Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:24.250Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:24.263Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:24.263Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:25.150Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:25.150Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:25.152Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:25.152Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:25.252Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:25.252Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:25.252Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:25.266Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:25.266Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:26.152Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:26.153Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:26.154Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:26.154Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:26.254Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:26.255Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:26.255Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:26.269Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:26.269Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:27.155Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:27.155Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:27.156Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:27.156Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:27.256Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:27.257Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:27.257Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:27.269Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:27.269Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:28.157Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:28.157Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:28.158Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:28.159Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:28.258Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:35:28.259Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:28.259Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:28.270Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:28.270Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:29.159Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:29.159Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:29.161Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:29.161Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:29.261Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-21T02:35:29.261Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:29.261Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:29.273Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:29.273Z||pool-151-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:30.161Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:30.161Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:30.163Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:30.163Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:30.263Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:30.263Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:30.263Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:30.276Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:30.276Z||pool-152-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:31.163Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:31.164Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:31.165Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:31.165Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:35:31.265Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:31.265Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:31.265Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:31.278Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:31.279Z||pool-153-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:32.165Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-21T02:35:32.166Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:32.167Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:32.167Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:35:32.267Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:32.267Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:32.268Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:32.280Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:32.280Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:33.168Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ada8f13f-2873-4cfd-9709-d92678d7b4d1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0ab6442a-1503-4a92-a6cd-9b66a65161c9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e97b927c-be3c-45bb-a141-bb02aa28e0fb",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4fe928e-c091-4494-ab4e-4c7cf0ae1785",
      "resourceInvariantUUID": "bf0f4687-4983-447f-9195-88ea594c6bbd",
      "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": "MGM0NjM4ZmNiY2I3OTI0YWUyYjAzNzQ4N2MwMDZhOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "40fad753-e9c5-4d0d-83a9-ecebdcf03b9f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-21T02:35:33.168Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-21T02:35:33.168Z|78fce54f-0124-45ed-b2d0-d4de2ba8fbc3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ada8f13f-2873-4cfd-9709-d92678d7b4d1 ASDC
2022-03-21T02:35:33.169Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:03057e70-dd54-43f9-9fa4-41e5b99d51de
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ada8f13f-2873-4cfd-9709-d92678d7b4d1
ServiceInvariantUUID:0ab6442a-1503-4a92-a6cd-9b66a65161c9
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:40fad753-e9c5-4d0d-83a9-ecebdcf03b9f
ArtifactChecksum:MGM0NjM4ZmNiY2I3OTI0YWUyYjAzNzQ4N2MwMDZhOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e97b927c-be3c-45bb-a141-bb02aa28e0fb
ResourceInvariantUUID:bf0f4687-4983-447f-9195-88ea594c6bbd
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:e4fe928e-c091-4494-ab4e-4c7cf0ae1785
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-21T02:35:33.169Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ada8f13f-2873-4cfd-9709-d92678d7b4d1 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-03-21T02:35:33.182Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T02:35:33.183Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:35:33.183Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:35:33.183Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 40fad753-e9c5-4d0d-83a9-ecebdcf03b9f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-21T02:35:33.183Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-21T02:35:33.183Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:33.288Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-21T02:35:33.292Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 40fad753-e9c5-4d0d-83a9-ecebdcf03b9f 105660
2022-03-21T02:35:33.292Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:33.293Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:33.293Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-21T02:35:33.293Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:33.294Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:33.294Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830133292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:35:33.394Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:33.394Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:33.394Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:33.405Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:33.405Z||pool-155-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-21T02:35:34.294Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-21T02:35:34.295Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-21T02:35:34.295Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 40fad753-e9c5-4d0d-83a9-ecebdcf03b9f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-21T02:35:34.295Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-21T02:35:34.296Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-21T02:35:34.296Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-21T02:35:34.366Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5901149333524231466/Definitions/service-TestPnfMacro-template.yml
2022-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.902Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-21T02:35:34.903Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.904Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ada8f13f-2873-4cfd-9709-d92678d7b4d1
Model Version:NULL
Model InvariantUuid:0ab6442a-1503-4a92-a6cd-9b66a65161c9
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-03-21T02:35:34.908Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: e4fe928e-c091-4494-ab4e-4c7cf0ae1785
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-03-21T02:35:34.910Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-03-21T02:35:34.910Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e4fe928e-c091-4494-ab4e-4c7cf0ae1785
2022-03-21T02:35:34.910Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ada8f13f-2873-4cfd-9709-d92678d7b4d1
2022-03-21T02:35:34.910Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ada8f13f-2873-4cfd-9709-d92678d7b4d1
2022-03-21T02:35:34.910Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 e4fe928e-c091-4494-ab4e-4c7cf0ae1785 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-03-21T02:35:34.913Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d008b0, org.onap.sdc.toscaparser.api.parameters.Input@b4fcf19, org.onap.sdc.toscaparser.api.parameters.Input@429e75b8, org.onap.sdc.toscaparser.api.parameters.Input@54b3bb60, org.onap.sdc.toscaparser.api.parameters.Input@50a2acce]
2022-03-21T02:35:34.913Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.913Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.913Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ada8f13f-2873-4cfd-9709-d92678d7b4d1: test-pnf
2022-03-21T02:35:34.913Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||Processing PNF resource: e4fe928e-c091-4494-ab4e-4c7cf0ae1785
2022-03-21T02:35:34.913Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-21T02:35:34.914Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.914Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||Resource customization UUID: e97b927c-be3c-45bb-a141-bb02aa28e0fb is the same as notified resource customizationUUID: e97b927c-be3c-45bb-a141-bb02aa28e0fb
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-03-21T02:35:34.935Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf e4fe928e-c091-4494-ab4e-4c7cf0ae1785 0 ASDC deployResourceStructure
2022-03-21T02:35:34.935Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.936Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:34.936Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-21T02:35:34.936Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:35:34.937Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:35:34.937Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830134935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:35:35.037Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:35:35.037Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:35:35.037Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:35:35.049Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:35:35.049Z||pool-156-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-21T02:35:35.937Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03057e70-dd54-43f9-9fa4-41e5b99d51de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-21T02:35:35.943Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03057e70-dd54-43f9-9fa4-41e5b99d51de
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-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-21T02:35:35.945Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:35:35.948Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-21T02:36:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:36:04.195Z||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-03-21T02:36:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:36:04.819Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "78fce54f-0124-45ed-b2d0-d4de2ba8fbc3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830118792,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830119800,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830133292,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830134935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-21T02:36:04.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:36:05.949Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03057e70-dd54-43f9-9fa4-41e5b99d51de 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-03-21T02:36:05.952Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03057e70-dd54-43f9-9fa4-41e5b99d51de and serviceModelVersionId: ada8f13f-2873-4cfd-9709-d92678d7b4d1
2022-03-21T02:36:05.953Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ab6442a-1503-4a92-a6cd-9b66a65161c9
2022-03-21T02:36:05.953Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0
2022-03-21T02:36:05.956Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-21T02:36:05.978Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0|INFO|500||Invoke
2022-03-21T02:36:05.979Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03057e70-dd54-43f9-9fa4-41e5b99d51de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[744d4941-6fd6-471e-860e-442e4a1dde55], X-ECOMP-RequestID=[03057e70-dd54-43f9-9fa4-41e5b99d51de], X-TransactionId=[], X-ONAP-RequestID=[03057e70-dd54-43f9-9fa4-41e5b99d51de], Content-Type=[application/merge-patch+json]}
2022-03-21T02:36:05.996Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-21T02:36:06.059Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?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/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220321-02:36:06:002-7325], vertex-id=[241816], Content-Length=[0], Date=[Mon, 21 Mar 2022 02:36:06 GMT], Content-Type=[application/json]}
2022-03-21T02:36:06.059Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-21T02:36:06.060Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ab6442a-1503-4a92-a6cd-9b66a65161c9/model-vers/model-ver/ada8f13f-2873-4cfd-9709-d92678d7b4d1?depth=0|INFO|500||InvokeReturn
2022-03-21T02:36:06.060Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-21T02:36:06.060Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:36:06.063Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:36:06.063Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03057e70-dd54-43f9-9fa4-41e5b99d51de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-21T02:36:06.064Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-21T02:36:06.064Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-21T02:36:06.065Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-21T02:36:06.065Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830166063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T02:36:06.165Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-21T02:36:06.165Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-21T02:36:06.165Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as aJNULpdmmzOw9cps) ...
2022-03-21T02:36:06.181Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:36:06.181Z||pool-157-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-21T02:36:07.072Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:36:07.073Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:36:07.073Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:36:16.616Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:36:16.617Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:36:16.617Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:36:16.617Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:36:26.163Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:36:26.163Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:36:26.163Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:36:26.163Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:36:35.706Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:36:35.707Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:36:35.707Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:36:35.707Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:36:45.252Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:36:45.252Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:36:45.252Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:36:45.253Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:36:54.793Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:36:54.794Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:36:54.794Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:36:54.794Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:37:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:37:04.195Z||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-03-21T02:37:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:37:04.338Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:37:04.339Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:37:04.339Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:37:04.339Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:37:04.818Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:37:04.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-21T02:37:04.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03057e70-dd54-43f9-9fa4-41e5b99d51de",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647830166063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-21T02:37:04.819Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-21T02:37:13.880Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:38:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:38:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:38:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:38:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:38:04.195Z||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-03-21T02:38:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:38:13.740Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:38:13.743Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:39:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:39:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:39:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:39:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:39:04.194Z||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-03-21T02:39:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:39:13.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:39:13.739Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:40:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:40:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:40:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:40:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:40:04.194Z||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-03-21T02:40:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:40:13.743Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:40:13.744Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:41:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:41:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:41:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:41:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:41:04.195Z||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-03-21T02:41:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:41:13.733Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:41:13.738Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:42:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:42:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:42:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:42:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:42:04.194Z||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-03-21T02:42:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:42:13.741Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:42:13.761Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:43:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:43:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:43:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:43:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:43:04.194Z||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-03-21T02:43:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:43:13.738Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:43:13.738Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:44:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:44:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:44:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:44:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:44:04.194Z||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-03-21T02:44:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:44:13.732Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:44:13.732Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:45:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:45:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:45:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:45:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:45:04.195Z||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-03-21T02:45:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:45:13.759Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:45:13.761Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:46:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:46:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:46:04.193Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:46:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:46:04.195Z||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-03-21T02:46:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:46:13.739Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:46:13.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:47:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:47:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:47:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:47:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:47:04.194Z||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-03-21T02:47:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:47:13.734Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:47:13.738Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:48:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:48:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:48:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:48:04.194Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:48:04.195Z||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-03-21T02:48:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:48:13.732Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:48:13.737Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:49:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:49:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:49:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:49:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:49:04.194Z||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-03-21T02:49:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:49:13.735Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:49:13.739Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:50:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:50:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:50:04.194Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:50:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:50:04.194Z||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-03-21T02:50:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:50:13.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:50:13.740Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:51:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:51:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:51:04.193Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:51:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:51:04.194Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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-03-21T02:51:04.195Z|cd3f7111-158b-49ed-bec7-f8298c4988de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:51:13.734Z|cd3f7111-158b-49ed-bec7-f8298c4988de|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:51:13.735Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:52:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:52:04.193Z||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-03-21T02:52:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:52:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:52:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:52:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:52:13.738Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:52:13.742Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:53:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:53:04.193Z||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-03-21T02:53:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:53:04.194Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:53:04.194Z||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-03-21T02:53:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:53:13.737Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:53:13.737Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:54:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:54:04.193Z||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-03-21T02:54:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:54:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:54:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T02:54:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:54:13.740Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:54:13.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:55:04.192Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:55:04.193Z||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-03-21T02:55:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:55:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:55:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T02:55:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:55:13.734Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:55:13.736Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:56:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:56:04.193Z||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-03-21T02:56:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:56:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:56:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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-03-21T02:56:04.194Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:56:13.742Z|c6c1c26b-d577-4d73-8b7b-d7271e4697a3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:56:13.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:57:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:57:04.193Z||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-03-21T02:57:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:57:04.194Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:57:04.194Z||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-03-21T02:57:04.195Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:57:13.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:57:13.740Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:58:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:58:04.193Z||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-03-21T02:58:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:58:04.194Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:58:04.194Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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-03-21T02:58:04.195Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:58:13.742Z|03057e70-dd54-43f9-9fa4-41e5b99d51de|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:58:13.744Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:59:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:59:04.193Z||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-03-21T02:59:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T02:59:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T02:59:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T02:59:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T02:59:13.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T02:59:13.748Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:00:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:00:04.193Z||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-03-21T03:00:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T03:00:04.194Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:00:04.194Z||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-03-21T03:00:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T03:00:13.741Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:00:13.741Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:01:04.192Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:01:04.193Z||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-03-21T03:01:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T03:01:04.194Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:01:04.194Z||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-03-21T03:01:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T03:01:13.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:01:13.740Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:02:04.193Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:02:04.193Z||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-03-21T03:02:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T03:02:04.194Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:02:04.194Z||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-03-21T03:02:04.194Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T03:02:13.734Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:02:13.736Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:02:55.681Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-21T03:03:04.192Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:03:04.193Z||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-03-21T03:03:04.193Z||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 aJNULpdmmzOw9cps) ...
2022-03-21T03:03:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-21T03:03:04.194Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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-03-21T03:03:04.195Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|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 aJNULpdmmzOw9cps) ...
2022-03-21T03:03:13.735Z|622d1b0a-3bd1-4099-a469-f797f9e95b7d|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-21T03:03:13.739Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK