Results

By type

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

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

2022-09-06T05:57:50.773Z||main|||||INFO|500||The following profiles are active: basic
2022-09-06T05:58:16.420Z||main|||||INFO|500||Starting service [Tomcat]
2022-09-06T05:58:16.421Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-09-06T05:58:16.939Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-09-06T05:58:28.480Z||main|||||INFO|500||catdb-pool - Starting...
2022-09-06T05:58:29.686Z||main|||||INFO|500||catdb-pool - Start completed.
2022-09-06T05:58:30.853Z||main|||||INFO|500||reqdb-pool - Starting...
2022-09-06T05:58:30.882Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-09-06T05:58:31.195Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-09-06T05:58:32.018Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-09-06T05:58:33.519Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-09-06T05:58:37.335Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-06T05:58:41.442Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-06T05:58:41.562Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-09-06T05:58:42.489Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-09-06T05:58:43.239Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-09-06T05:58:45.826Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-09-06T05:58:48.307Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-09-06T05:58:48.351Z||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$$3b0cdf14.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-09-06T05:58:48.352Z||main|||||WARN|500||The sdc end point is not alive
2022-09-06T05:58:55.520Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-09-06T05:59:02.286Z||main|||||WARN|500||---
2022-09-06T05:59:02.287Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-09-06T05:59:02.287Z||main|||||WARN|500||---
2022-09-06T05:59:03.354Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-09-06T05:59:13.728Z||main|||||INFO|500||Started Application in 91.124 seconds (JVM running for 96.897)
2022-09-06T05:59:13.861Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-09-06T05:59:13.889Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-09-06T05:59:13.959Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-09-06T05:59:14.043Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-09-06T05:59:14.184Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 58c4c89d-61e9-40e1-9144-7c6f2d123db1 url= /sdc/v1/artifactTypes
2022-09-06T05:59:14.185Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-09-06T05:59:14.973Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-09-06T05:59:15.020Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-09-06T05:59:15.068Z||scheduling-1|||||DEBUG|500||create keys
2022-09-06T05:59:15.084Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-09-06T05:59:15.178Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T05:59:15.220Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 59f0a3fd-3562-498b-aba1-76c38650b735 url= /sdc/v1/registerForDistribution
2022-09-06T05:59:15.437Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 59f0a3fd-3562-498b-aba1-76c38650b735 url= /sdc/v1/registerForDistribution
2022-09-06T05:59:15.437Z||scheduling-1|||||INFO|500||start DistributionClient
2022-09-06T05:59:15.559Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T05:59:15.576Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T05:59:15.559Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-09-06T05:59:15.656Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T05:59:15.659Z||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 w5BvViljZrV98F49) ...
2022-09-06T05:59:15.660Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T05:59:15.660Z||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 w5BvViljZrV98F49) ...
2022-09-06T05:59:27.062Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T05:59:27.078Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:00:15.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:00:15.540Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:00:15.543Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:00:15.546Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:00:15.548Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:00:15.551Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:00:25.219Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:00:25.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:01:15.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:01:15.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:01:15.529Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:01:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:01:15.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:01:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:01:25.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:01:25.189Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:02:15.527Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:02:15.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:02:15.537Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:02:15.537Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:02:15.538Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:02:15.539Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:02:25.149Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:02:25.208Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:03:15.524Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:03:15.525Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:03:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:03:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:03:15.533Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:03:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:03:25.149Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:03:25.157Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:04:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:04:15.529Z||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-09-06T06:04:15.530Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:04:15.533Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:04:15.541Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:04:15.541Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:04:25.153Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:04:25.153Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:05:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:05:15.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:05:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:05:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:05:15.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:05:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:05:25.133Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:05:25.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:06:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:06:15.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:06:15.531Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:06:15.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:06:15.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:06:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:06:25.166Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:06:25.186Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:07:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:07:15.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:07:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:07:15.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:07:15.534Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:07:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:07:25.111Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:07:25.114Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:08:15.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:08:15.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:08:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:08:15.537Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:08:15.541Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:08:15.541Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:08:25.189Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:08:25.188Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:08:30.025Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-09-06T06:09:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:09:15.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:09:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:09:15.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:09:15.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:09:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:09:25.123Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:09:25.157Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:10:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:10:15.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:10:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:10:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:10:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:10:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:10:25.152Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:10:25.158Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:11:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:11:15.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:11:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:11:15.533Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:11:15.534Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:11:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:11:25.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:11:25.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:12:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:12:15.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:12:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:12:15.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:12:15.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:12:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:12:25.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:12:25.166Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:13:15.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:13:15.527Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:13:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:13:15.534Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:13:15.535Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:13:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:13:25.126Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:13:25.128Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:14:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:14:15.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:14:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:14:15.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:14:15.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:14:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:14:25.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:14:25.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:15:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:15:15.526Z||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-09-06T06:15:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:15:15.533Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:15:15.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:15:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:15:25.127Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:15:25.148Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:16:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:16:15.525Z||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-09-06T06:16:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:16:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:16:15.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:16:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:16:25.124Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:16:25.125Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:17:15.526Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:17:15.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:17:15.528Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:17:15.532Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:17:15.533Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:17:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:17:25.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:17:25.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:18:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:18:15.527Z||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-09-06T06:18:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:18:15.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:18:15.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:18:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:18:25.144Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:18:25.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:19:15.527Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:19:15.528Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:19:15.529Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:19:15.536Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:19:15.538Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:19:15.538Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:19:25.141Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:19:25.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:20:15.524Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:20:15.525Z||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-09-06T06:20:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:20:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:20:15.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:20:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:20:25.157Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:20:25.177Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:21:15.525Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:21:15.529Z||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-09-06T06:21:15.530Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:21:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:21:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:21:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:21:25.161Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:21:25.174Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:22:15.527Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:22:15.531Z||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-09-06T06:22:15.532Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:22:15.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:22:15.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:22:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:22:25.186Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:22:25.193Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:23:15.525Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:23:15.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:23:15.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:23:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:23:15.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:23:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:23:25.133Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:23:25.133Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:24:15.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:24:15.525Z||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-09-06T06:24:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:24:15.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:24:15.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:24:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:24:25.155Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:24:25.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:25:15.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:25:15.525Z||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-09-06T06:25:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:25:15.532Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:25:15.533Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:25:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:25:25.152Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:25:25.152Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:26:15.527Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:26:15.528Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:26:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:26:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:26:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:26:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:26:25.125Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:26:25.128Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:27:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:27:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:27:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:27:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:27:15.534Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:27:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:27:25.136Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:27:25.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:28:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:28:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:28:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:28:15.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:28:15.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:28:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:28:25.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:28:25.201Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:29:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:29:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:29:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:29:15.532Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:29:15.534Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:29:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:29:25.130Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:29:25.165Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:30:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:30:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:30:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:30:15.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:30:15.533Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:30:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:30:25.124Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:30:25.150Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:31:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:31:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:31:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:31:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:31:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:31:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:31:25.120Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:31:25.160Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:32:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:32:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:32:15.533Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:32:15.534Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:32:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:32:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:32:25.141Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:32:25.152Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:33:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:33:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:33:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:33:15.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:33:15.534Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:33:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:33:25.201Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:33:25.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:34:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:34:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:34:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:34:15.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:34:15.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:34:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:34:25.154Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:34:25.167Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:35:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:35:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:35:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:35:15.534Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:35:15.535Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:35:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:35:25.149Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:35:25.171Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:36:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:36:15.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:36:15.530Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:36:15.541Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:36:15.543Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:36:15.544Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:36:25.221Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:36:25.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:37:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:37:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:37:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:37:15.532Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:37:15.533Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:37:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:37:25.151Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:37:25.156Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:38:15.524Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:38:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:38:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:38:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:38:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:38:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:38:25.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:38:25.171Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:39:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:39:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:39:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:39:15.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:39:15.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:39:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:39:25.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:39:25.162Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:40:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:40:15.525Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:40:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:40:15.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:40:15.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:40:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:40:25.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:40:25.226Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:41:15.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:41:15.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:41:15.529Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:41:15.533Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:41:15.535Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:41:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:41:25.231Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:41:25.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:15.523Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:42:15.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:42:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:42:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:42:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:42:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:42:24.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:24.197Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-06T06:42:24.197Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9","serviceName":"vFW 2022-09-06 06-40-40","serviceVersion":"1.0","serviceUUID":"ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6","serviceDescription":"catalog service description","serviceInvariantUUID":"0b120288-dc6d-41bb-9ae8-e12e8d53c968","resources":[{"resourceInstanceName":"vFW 9d90acce-6a48 0","resourceName":"vFW 9d90acce-6a48","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4492c11-ef5f-4ffd-93a6-8414214541ac","resourceInvariantUUID":"69e1c742-f78d-4f54-853f-41460255d3c3","resourceCustomizationUUID":"65ee171a-0d83-430a-ba95-072f32502ca8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml","artifactChecksum":"MzAxYWFmNTg5ZTdjY2RlZTkwMjEyMDRkZDcwZWExODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"643400fb-3b39-43bb-8301-16b6f251a6b2","artifactVersion":"1"},{"artifactName":"vfw9d90acce6a480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json","artifactChecksum":"NTE0MDc0Y2NhOGYyYWUyMzBhZjFiNGMxZWZmYzI1Njc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b10bb52c-9f80-4384-bb02-247393ad67c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cebfb404-de8f-472b-8970-fca641484f5b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml","artifactChecksum":"MjU0ODI4YmI3ZmY3ZjI0ZTFjN2VmYjgzMmVhZjk4NzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a06c34af-ec04-4839-b68f-d557661d470f","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"25ea0e78-63a5-4fb1-a710-83ffaa93dc6f","artifactVersion":"2","generatedFromUUID":"cebfb404-de8f-472b-8970-fca641484f5b"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220906064040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml","artifactChecksum":"YTU4OGY1ZDU1MDU5MWM5MTI3NGE1OTgwNDg4MDM1MmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bb951b3-1d6a-469d-8237-106f3f78a132","artifactVersion":"1"},{"artifactName":"service-Vfw20220906064040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar","artifactChecksum":"OWNmMDUzZWQyYTI0YTQwNGFlNDFiYzc5ZmJkNWFlNWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9efc7fc7-a094-42f1-83a1-8515bab709bb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T06:42:24.263Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:24.279Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:24.302Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:24.303Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:42:24.400Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-09-06T06:42:24.415Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:24.416Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:24.489Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:24.491Z||pool-3-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":8,"count":1}
2022-09-06T06:42:24.618Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:24.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:42:24.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:42:24.689Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:42:25.328Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:25.330Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:25.338Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:25.338Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:42:25.445Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-06T06:42:25.446Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:25.446Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:25.537Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:25.539Z||pool-4-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:26.339Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:26.340Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:26.349Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:26.350Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:42:26.452Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T06:42:26.454Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:26.454Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:26.497Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:26.498Z||pool-5-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":5,"count":1}
2022-09-06T06:42:27.352Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:27.353Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:27.356Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:27.356Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:42:27.458Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:27.460Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:27.460Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:27.507Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:27.508Z||pool-6-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:28.357Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:28.361Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:28.366Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:28.366Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:42:28.467Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:28.469Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:28.470Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:28.536Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:28.538Z||pool-7-thread-1|||||INFO|500||cambria reply ok (70 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:29.367Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:29.368Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:29.382Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:29.393Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:42:29.485Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-09-06T06:42:29.487Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:29.488Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:29.585Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:29.586Z||pool-8-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:30.399Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:42:30.400Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:30.403Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:30.404Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:42:30.505Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:30.508Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:30.508Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:30.532Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:30.532Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:31.407Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "serviceName": "vFW 2022-09-06 06-40-40",
  "serviceVersion": "1.0",
  "serviceUUID": "ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0b120288-dc6d-41bb-9ae8-e12e8d53c968",
  "resources": [
    {
      "resourceInstanceName": "vFW 9d90acce-6a48 0",
      "resourceCustomizationUUID": "65ee171a-0d83-430a-ba95-072f32502ca8",
      "resourceName": "vFW 9d90acce-6a48",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4492c11-ef5f-4ffd-93a6-8414214541ac",
      "resourceInvariantUUID": "69e1c742-f78d-4f54-853f-41460255d3c3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9d90acce6a480_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
          "artifactChecksum": "NTE0MDc0Y2NhOGYyYWUyMzBhZjFiNGMxZWZmYzI1Njc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b10bb52c-9f80-4384-bb02-247393ad67c3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cebfb404-de8f-472b-8970-fca641484f5b",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "25ea0e78-63a5-4fb1-a710-83ffaa93dc6f",
            "generatedFromUUID": "cebfb404-de8f-472b-8970-fca641484f5b"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "25ea0e78-63a5-4fb1-a710-83ffaa93dc6f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220906064040-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
      "artifactChecksum": "OWNmMDUzZWQyYTI0YTQwNGFlNDFiYzc5ZmJkNWFlNWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9efc7fc7-a094-42f1-83a1-8515bab709bb"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T06:42:31.414Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T06:42:31.415Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6 ASDC
2022-09-06T06:42:31.718Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
ServiceName:vFW 2022-09-06 06-40-40
ServiceVersion:1.0
ServiceUUID:ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
ServiceInvariantUUID:0b120288-dc6d-41bb-9ae8-e12e8d53c968
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220906064040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
ArtifactUUID:9efc7fc7-a094-42f1-83a1-8515bab709bb
ArtifactChecksum:OWNmMDUzZWQyYTI0YTQwNGFlNDFiYzc5ZmJkNWFlNWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9d90acce-6a48 0
ResourceCustomizationUUID:65ee171a-0d83-430a-ba95-072f32502ca8
ResourceInvariantUUID:69e1c742-f78d-4f54-853f-41460255d3c3
ResourceName:vFW 9d90acce-6a48
ResourceType:VF
ResourceUUID:d4492c11-ef5f-4ffd-93a6-8414214541ac
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9d90acce6a480_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
ArtifactUUID:b10bb52c-9f80-4384-bb02-247393ad67c3
ArtifactChecksum:NTE0MDc0Y2NhOGYyYWUyMzBhZjFiNGMxZWZmYzI1Njc=
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/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
ArtifactUUID:cebfb404-de8f-472b-8970-fca641484f5b
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/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
ArtifactUUID:25ea0e78-63a5-4fb1-a710-83ffaa93dc6f
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/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
ArtifactUUID:25ea0e78-63a5-4fb1-a710-83ffaa93dc6f
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T06:42:31.719Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:42:32.327Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:42:32.329Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:42:32.336Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:42:32.337Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9efc7fc7-a094-42f1-83a1-8515bab709bb from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:32.338Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:32.341Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:32.579Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:32.612Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar 9efc7fc7-a094-42f1-83a1-8515bab709bb 100654
2022-09-06T06:42:32.615Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar ASDC sendASDCNotification
2022-09-06T06:42:32.616Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:32.618Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:32.624Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:32.629Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:32.630Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446552613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:42:32.728Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T06:42:32.729Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:32.730Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:32.775Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:32.777Z||pool-10-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:33.630Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:42:33.633Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:42:33.634Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9efc7fc7-a094-42f1-83a1-8515bab709bb, URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar to file: /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:33.635Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220906064040-csar.csar
2022-09-06T06:42:33.809Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:33.810Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:35.234Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18414265782156032263/Definitions/service-Vfw20220906064040-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-09-06T06:42:42.701Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T06:42:42.712Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:42:42.717Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.718Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-06T06:42:42.720Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.720Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9d90acce-6a48 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.721Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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-Vfw20220906064040-csar.csar
2022-09-06T06:42:42.722Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:42:42.736Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.749Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.749Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:42:42.752Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:42:42.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.757Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:42:42.757Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:42:42.757Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.758Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.764Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:42.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:42.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:42.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T06:42:42.771Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.772Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:42:42.784Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.784Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.785Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:42.785Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.786Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.786Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:42.786Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.787Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:42.787Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:42.787Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.788Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.789Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.790Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:42.790Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.790Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:42.791Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.791Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1e503fdd-47f3-4254-a39a-e64bb1272ef4
2022-09-06T06:42:42.791Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.792Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.792Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.793Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.793Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:42.793Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:42.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:42.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22fd9522-18f1-44df-b5c1-546276581c81
2022-09-06T06:42:42.800Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:42.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:42.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:42.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:42.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.806Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.806Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:42.807Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:42.808Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:42.808Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:42:42.808Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d83f492f-b027-443f-a876-79c9c2d5499d
2022-09-06T06:42:42.810Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.811Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.811Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.812Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.813Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:42.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:42.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-06 06-40-40
Description:catalog service description
Model UUID:ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
Model Version:NULL
Model InvariantUuid:0b120288-dc6d-41bb-9ae8-e12e8d53c968
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9d90acce-6a48
Model UUID:b8333c4e-b999-49a8-b51f-b9d56c940114
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69e1c742-f78d-4f54-853f-41460255d3c3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:65ee171a-0d83-430a-ba95-072f32502ca8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ff5bb43b-d32e-4d3d-ab54-9065a4f3320a
ModelName:Vfw9d90acce6a48..base_vfw..module-0
ModelUuid:e39141f9-b394-4e42-a6ed-d328b9102234
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1e503fdd-47f3-4254-a39a-e64bb1272ef4
ModelInvariantUuid:40a298e5-92d6-4822-8d02-5e29ae86ae89
ModelName:vFW 9d90acce-6a48-nodes.vfwCvfc
ModelUuid:3e4c984b-22ce-4430-aec2-825211b64120
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:71dd5a76-ee47-4f9d-95b9-71fa23891826
ModelInvariantUuid:233049fd-c011-4cd5-99e9-d365171da163
ModelName:Vfw9d90acce6a48.compute.nodes.heat.vfw
ModelUuid:4cf55d99-086b-4d7b-b20f-61e2d15dd9af
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:22fd9522-18f1-44df-b5c1-546276581c81
ModelInvariantUuid:b0cbf797-a2dc-443e-aa38-894e2958ba38
ModelName:vFW 9d90acce-6a48-nodes.vsnCvfc
ModelUuid:96f5ebb2-dced-433e-bd19-f0f30087b503
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:e6a0e059-8dc5-4ca1-a26b-aba97f2527d6
ModelInvariantUuid:358adaf7-7a3f-46a5-83b9-1ff6bf62db9e
ModelName:Vfw9d90acce6a48.compute.nodes.heat.vsn
ModelUuid:5d8e3ef4-ecab-4cd4-bfd0-dbfa0a980445
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:d83f492f-b027-443f-a876-79c9c2d5499d
ModelInvariantUuid:ae80489a-d076-445f-9506-091f5f894480
ModelName:vFW 9d90acce-6a48-nodes.vpgCvfc
ModelUuid:55da494a-2c5b-4e2d-a969-7889c452f53a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:81842f1d-0c59-43de-9ebe-6cd6ee0a9de5
ModelInvariantUuid:c8254b55-7e8b-4fc3-aed7-e1e4fa4e9d05
ModelName:Vfw9d90acce6a48.compute.nodes.heat.vpg
ModelUuid:376f9078-c3f0-4fd3-8229-9d902438a2b7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T06:42:42.864Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d4492c11-ef5f-4ffd-93a6-8414214541ac
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:42:43.059Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||vFW 9d90acce-6a48 0
2022-09-06T06:42:43.097Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4492c11-ef5f-4ffd-93a6-8414214541ac
2022-09-06T06:42:43.097Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: b10bb52c-9f80-4384-bb02-247393ad67c3 from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:43.097Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:43.098Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:43.175Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:43.176Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json b10bb52c-9f80-4384-bb02-247393ad67c3 785
2022-09-06T06:42:43.177Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json ASDC sendASDCNotification
2022-09-06T06:42:43.177Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:43.177Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:43.178Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:43.182Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:43.183Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446563176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:42:43.285Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:42:43.287Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:43.293Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:43.334Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:43.336Z||pool-11-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:44.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9d90acce6a48..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ff5bb43b-d32e-4d3d-ab54-9065a4f3320a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e39141f9-b394-4e42-a6ed-d328b9102234",
    "vfModuleModelCustomizationUUID": "7ec169df-3776-45b0-b54a-2ded0d5f430d",
    "isBase": true,
    "artifacts": [
      "cebfb404-de8f-472b-8970-fca641484f5b",
      "25ea0e78-63a5-4fb1-a710-83ffaa93dc6f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:42:44.216Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d90acce6a48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e39141f9-b394-4e42-a6ed-d328b9102234
VfModuleModelInvariantUUID:ff5bb43b-d32e-4d3d-ab54-9065a4f3320a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cebfb404-de8f-472b-8970-fca641484f5b
,
25ea0e78-63a5-4fb1-a710-83ffaa93dc6f

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

isBase:true


}

2022-09-06T06:42:44.227Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9d90acce6a48..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "ff5bb43b-d32e-4d3d-ab54-9065a4f3320a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e39141f9-b394-4e42-a6ed-d328b9102234",
    "vfModuleModelCustomizationUUID": "7ec169df-3776-45b0-b54a-2ded0d5f430d",
    "isBase": true,
    "artifacts": [
      "cebfb404-de8f-472b-8970-fca641484f5b",
      "25ea0e78-63a5-4fb1-a710-83ffaa93dc6f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:42:44.228Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9d90acce6a48..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e39141f9-b394-4e42-a6ed-d328b9102234
VfModuleModelInvariantUUID:ff5bb43b-d32e-4d3d-ab54-9065a4f3320a
VfModuleModelDescription:NULL
Artifacts UUID List:{
cebfb404-de8f-472b-8970-fca641484f5b
,
25ea0e78-63a5-4fb1-a710-83ffaa93dc6f

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

isBase:true


}

2022-09-06T06:42:44.229Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cebfb404-de8f-472b-8970-fca641484f5b from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:44.230Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:44.231Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:44.355Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:44.358Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml cebfb404-de8f-472b-8970-fca641484f5b 20368
2022-09-06T06:42:44.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:42:44.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:44.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:44.361Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:44.366Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:44.366Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446564359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:42:44.466Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:42:44.467Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:44.467Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:44.499Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:44.500Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:42:45.369Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 25ea0e78-63a5-4fb1-a710-83ffaa93dc6f from URL: /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:45.381Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:42:45.381Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:45.513Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:42:45.514Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env 25ea0e78-63a5-4fb1-a710-83ffaa93dc6f 2098
2022-09-06T06:42:45.514Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:42:45.515Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:45.515Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:42:45.515Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:45.519Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:45.520Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446565514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:42:45.621Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:42:45.622Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:45.622Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:45.674Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:45.675Z||pool-13-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:46.520Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
2022-09-06T06:42:46.523Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9d90acce-6a48 0 d4492c11-ef5f-4ffd-93a6-8414214541ac 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-09-06T06:42:46.668Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2793b207, org.onap.sdc.toscaparser.api.parameters.Input@3850c280, org.onap.sdc.toscaparser.api.parameters.Input@1981cd29, org.onap.sdc.toscaparser.api.parameters.Input@6a5716a4, org.onap.sdc.toscaparser.api.parameters.Input@50ee8263]
2022-09-06T06:42:46.675Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.681Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.682Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-06T06:42:46.683Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 65ee171a-0d83-430a-ba95-072f32502ca8
2022-09-06T06:42:46.683Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 65ee171a-0d83-430a-ba95-072f32502ca8 matches Tosca VF Customization UUID: 65ee171a-0d83-430a-ba95-072f32502ca8
2022-09-06T06:42:46.683Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 65ee171a-0d83-430a-ba95-072f32502ca8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T06:42:46.708Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.709Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.711Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 65ee171a-0d83-430a-ba95-072f32502ca8: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T06:42:46.711Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6810f762
2022-09-06T06:42:46.711Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.712Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:42:46.713Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ec169df-3776-45b0-b54a-2ded0d5f430d
2022-09-06T06:42:46.715Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ec169df-3776-45b0-b54a-2ded0d5f430d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T06:42:46.733Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.734Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.734Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.736Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.736Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.737Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.737Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.738Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:46.738Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:46.738Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:46.739Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:46.740Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.741Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:46.741Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.741Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=1e503fdd-47f3-4254-a39a-e64bb1272ef4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:42:46.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.763Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.763Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.764Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:46.765Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:46.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:46.766Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:46.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.767Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.768Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:46.769Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.769Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:42:46.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:42:46.770Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.771Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:42:46.771Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.772Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=22fd9522-18f1-44df-b5c1-546276581c81
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:42:46.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.803Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is not matching search criteria
2022-09-06T06:42:46.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:42:46.816Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:42:46.816Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:42:46.817Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.829Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.830Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:42:46.831Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.831Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:42:46.832Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:42:46.836Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:42:46.837Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:42:46.837Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:42:46.838Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d83f492f-b027-443f-a876-79c9c2d5499d
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:42:46.854Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.855Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.856Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:42:46.857Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.857Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Node template vFW 9d90acce-6a48 0 is matching search criteria
2022-09-06T06:42:46.858Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 9d90acce-6a48 0] matching following query criteria: sdcType=VF, customizationUUID=65ee171a-0d83-430a-ba95-072f32502ca8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:42:46.878Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.879Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.880Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6: vFW 9d90acce-6a48
2022-09-06T06:42:46.884Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.885Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.885Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.886Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.887Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.887Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.888Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.888Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.889Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:42:46.890Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-40-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:42:46.891Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-06 06-40-40 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:42:47.794Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9d90acce-6a48 d4492c11-ef5f-4ffd-93a6-8414214541ac 1 ASDC deployResourceStructure
2022-09-06T06:42:47.795Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json ASDC sendASDCNotification
2022-09-06T06:42:47.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json
2022-09-06T06:42:47.796Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:47.798Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:47.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:47.801Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446567795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:42:47.901Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:42:47.902Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:47.903Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:47.975Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:47.976Z||pool-14-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:48.804Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:42:48.804Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml
2022-09-06T06:42:48.805Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:48.806Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:48.809Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:48.810Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446568803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:42:48.909Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:42:48.911Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:48.911Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:48.972Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:48.973Z||pool-15-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:49.813Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:42:49.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env
2022-09-06T06:42:49.814Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:49.815Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:49.836Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:49.838Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446569813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:42:49.935Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T06:42:49.937Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:49.937Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:50.002Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:50.003Z||pool-16-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:50.847Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar ASDC sendASDCNotification
2022-09-06T06:42:50.847Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar
2022-09-06T06:42:50.848Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:42:50.857Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:42:50.860Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:42:50.860Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446570847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:42:50.960Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T06:42:50.962Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:42:50.962Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:42:51.009Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:42:51.010Z||pool-17-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:42:51.864Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:42:51.954Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:42:51.982Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:42:51.982Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:42:51.982Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:43:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:43:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:43:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:43:15.601Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:43:15.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:43:15.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446534953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:43:15.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:43:21.983Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:43:22.017Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:43:22.061Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:43:22.061Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:43:22.062Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:43:52.066Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:43:52.114Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:43:52.138Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:43:52.138Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:43:52.138Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:44:15.540Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:44:15.543Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:44:15.543Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:44:15.642Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:44:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:44:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446540677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:44:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:44:22.139Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:44:22.184Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:44:22.189Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:44:22.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:44:22.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:44:52.190Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:44:52.229Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:44:52.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:44:52.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:44:52.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:45:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:45:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:45:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:45:15.599Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:45:15.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446544897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446534953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446540677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446544838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446544897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446534953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446540677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446544838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446544897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446534953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446540677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446544838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446546731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446544897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446534953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446540677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.634Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446544838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.635Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446544897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446546731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446534953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446540677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446544838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446544897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446546731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446534953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.641Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.642Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446535523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.642Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446540677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.643Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446544838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.644Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.644Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.644Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446544897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.645Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446546731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.646Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446550608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.647Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.647Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.647Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446544838,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446551875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.648Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446546731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.649Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446550608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.650Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.650Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446552957,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.651Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446552613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446552917,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.652Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446546731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.653Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446550608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446554169,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.654Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446553931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446546731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446550608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446555310,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.657Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "policy-id",
  "timestamp": 1662446554941,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:45:15.690Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.691Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:45:15.762Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446550608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446554691,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.766Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446556548,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:45:15.814Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.815Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 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-09-06T06:45:15.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.849Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446550608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.849Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.850Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "cds",
  "timestamp": 1662446555713,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:45:15.880Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.880Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:45:15.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446557557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446550608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446558270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446558651,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446558270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:45:15.940Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446558270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.958Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.958Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446558270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446561699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446558270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:15.961Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:15.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:15.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446562725,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:45:15.995Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:15.996Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:45:16.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446563176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.067Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446558270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:45:16.067Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:16.067Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446564359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.068Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446558270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446565514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446567795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/vfw9d90acce6a480_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446568803,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:16.071Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446569813,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/resourceInstances/vfw9d90acce6a480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:16.080Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446570847,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:16.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446572634,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446573771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:16.084Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:16.084Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.084Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "clamp",
  "timestamp": 1662446574777,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:45:16.105Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:45:16.105Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:45:16.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:45:16.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446594732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064040/1.0/artifacts/service-Vfw20220906064040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:45:16.133Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:45:22.246Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:45:22.287Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:45:22.298Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:45:22.299Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:45:22.299Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:45:52.300Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:45:52.322Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:45:52.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:45:52.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:45:52.359Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:46:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:46:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:46:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:46:15.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:46:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:46:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "aai-ml",
  "timestamp": 1662446595750,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:46:15.638Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
2022-09-06T06:46:15.639Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:46:22.360Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:46:22.391Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:46:22.403Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:46:22.404Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T06:46:22.404Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T06:46:22.404Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:46:22.405Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:46:22.406Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:46:22.406Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:46:22.406Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:46:22.419Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T06:46:52.420Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T06:46:52.474Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and serviceModelVersionId: ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6
2022-09-06T06:46:52.475Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0b120288-dc6d-41bb-9ae8-e12e8d53c968
2022-09-06T06:47:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:47:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:47:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:47:15.600Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:15.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446756731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446754958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446750679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446756731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446754958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446760608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446750679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446756731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446760608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446754958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446750679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446756731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446760608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446754958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446750679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446756731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446760608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446750679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446754958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446764897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446756731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446760608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446754958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446750679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.627Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446764837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446764897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446756731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446760608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.631Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.631Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662446754958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.631Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.632Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.632Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446750679,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.632Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446764837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.633Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446764897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.634Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446760608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.636Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446766650,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446764837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.637Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446767598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.638Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446764897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446768270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.639Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "cds",
  "timestamp": 1662446767656,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:47:15.708Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:47:15.709Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:47:15.761Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.761Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446768470,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446764837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446764897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.765Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.765Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446768270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446764837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.766Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446764897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.767Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446768270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.768Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.769Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446764837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.769Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446764897,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446771234,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446768270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.772Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.773Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.773Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446764837,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.773Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.774Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.774Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662446772241,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:47:15.792Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:47:15.792Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:47:15.826Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446772877,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.826Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446768270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446772747,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446768270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446774003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.828Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446773757,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446768270,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446775194,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:47:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:47:15.830Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "policy-id",
  "timestamp": 1662446774769,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:47:15.846Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:47:15.846Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:47:19.909Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0
2022-09-06T06:47:20.139Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T06:47:21.083Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|INFO|500||Invoke
2022-09-06T06:47:21.095Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9ee6d04e-097c-4dd0-b0b8-119a1174331c], X-ECOMP-RequestID=[b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9], X-TransactionId=[], X-ONAP-RequestID=[b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9], Content-Type=[application/merge-patch+json]}
2022-09-06T06:47:21.307Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T06:47:21.681Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?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/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220906-06:47:21:457-73251], vertex-id=[331856], Content-Length=[0], Date=[Tue, 06 Sep 2022 06:47:21 GMT], Content-Type=[application/json]}
2022-09-06T06:47:21.690Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-06T06:47:21.692Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0b120288-dc6d-41bb-9ae8-e12e8d53c968/model-vers/model-ver/ac7a04a1-1389-4e04-b8ee-d872e3f4e0a6?depth=0|INFO|500||InvokeReturn
2022-09-06T06:47:21.700Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T06:47:21.700Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:47:21.743Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T06:47:21.747Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T06:47:21.751Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T06:47:21.752Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:21.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:21.756Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446841749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:47:21.856Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:21.858Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:21.858Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:21.885Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:21.886Z||pool-18-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T06:47:22.799Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:47:22.802Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:47:22.803Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|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 w5BvViljZrV98F49) ...
2022-09-06T06:47:27.438Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:27.440Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-06T06:47:27.440Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d8fe54b-1e8a-409b-9ce6-49a90a791eef","serviceName":"basic_onboard_GcBPlb","serviceVersion":"1.0","serviceUUID":"eed6519a-e252-4b3a-b651-2954a55cb029","serviceDescription":"service","serviceInvariantUUID":"67b047ec-c50e-4e51-9874-b0664db2e131","resources":[{"resourceInstanceName":"basic_onboard_GcBPlb 0","resourceName":"basic_onboard_GcBPlb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cdc9e33f-3a81-462e-b51b-76fccd60ae60","resourceInvariantUUID":"310d5afd-ee98-45f9-b5b0-3c36a419f506","resourceCustomizationUUID":"469e1068-b6df-44d4-8742-c0927e54743d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml","artifactChecksum":"MTJhMDA4MjQ1YjMwZTZlNmRhNjllZTNmM2QzYmE4ZTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cc9d9642-4384-4e1a-8d08-1508c7622ad4","artifactVersion":"1"},{"artifactName":"basic_onboard_gcbplb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json","artifactChecksum":"OWM1MTdiZDQzYmZiMDhlOTM3YWYwM2M5ZWQxMmM0Mjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"92fdb372-f62f-45ed-a670-4e0539c4a31a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5df3c269-0b49-4bbe-b660-6c1d0513d9fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"eb43fe87-36a3-4f19-99d6-0f4363d345a6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a663a042-89c4-4692-821e-db7853e64d93","artifactVersion":"2","generatedFromUUID":"5df3c269-0b49-4bbe-b660-6c1d0513d9fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardGcbplb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml","artifactChecksum":"MDg4ZTI1ZTg5YmE5ODZhODhhYzQ3M2VhMzkwZDY5ZmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cfa00236-8d72-4720-8eca-6dbdcbb1cfd4","artifactVersion":"1"},{"artifactName":"service-BasicOnboardGcbplb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar","artifactChecksum":"ZGMxOTllMDZkMTc1MTg4Y2Q4ZTU5ZmQ2ZmVjMTY5YTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8c8a199b-232e-4a37-bd5f-ec15c8519069","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T06:47:27.445Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:27.446Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:27.449Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:27.449Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:27.553Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-06T06:47:27.555Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:27.555Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:27.612Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:27.613Z||pool-19-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:47:28.451Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:28.453Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:28.459Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:28.461Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:47:28.557Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-06T06:47:28.559Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:28.559Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:28.587Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:28.588Z||pool-20-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":2,"count":1}
2022-09-06T06:47:29.465Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:29.467Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:29.470Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:29.470Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:47:29.570Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:29.571Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:29.572Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:29.629Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:29.631Z||pool-21-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:30.471Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:30.472Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:30.476Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:30.476Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:30.577Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:30.579Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:30.579Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:30.627Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:30.628Z||pool-22-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":2,"count":1}
2022-09-06T06:47:31.482Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:31.484Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:31.491Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:31.492Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-06T06:47:31.596Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-06T06:47:31.610Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:31.611Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:31.644Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:31.646Z||pool-23-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:32.494Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:32.495Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:32.498Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:32.498Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:47:32.600Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:47:32.602Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:32.604Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:32.638Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:32.639Z||pool-24-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:33.499Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:47:33.501Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:33.504Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:33.504Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:47:33.604Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:47:33.606Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:33.606Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:33.687Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:33.689Z||pool-25-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:34.508Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "serviceName": "basic_onboard_GcBPlb",
  "serviceVersion": "1.0",
  "serviceUUID": "eed6519a-e252-4b3a-b651-2954a55cb029",
  "serviceDescription": "service",
  "serviceInvariantUUID": "67b047ec-c50e-4e51-9874-b0664db2e131",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_GcBPlb 0",
      "resourceCustomizationUUID": "469e1068-b6df-44d4-8742-c0927e54743d",
      "resourceName": "basic_onboard_GcBPlb",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cdc9e33f-3a81-462e-b51b-76fccd60ae60",
      "resourceInvariantUUID": "310d5afd-ee98-45f9-b5b0-3c36a419f506",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_gcbplb0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
          "artifactChecksum": "OWM1MTdiZDQzYmZiMDhlOTM3YWYwM2M5ZWQxMmM0Mjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "92fdb372-f62f-45ed-a670-4e0539c4a31a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "5df3c269-0b49-4bbe-b660-6c1d0513d9fa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a663a042-89c4-4692-821e-db7853e64d93",
            "generatedFromUUID": "5df3c269-0b49-4bbe-b660-6c1d0513d9fa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a663a042-89c4-4692-821e-db7853e64d93",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardGcbplb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
      "artifactChecksum": "ZGMxOTllMDZkMTc1MTg4Y2Q4ZTU5ZmQ2ZmVjMTY5YTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8c8a199b-232e-4a37-bd5f-ec15c8519069"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T06:47:34.508Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T06:47:34.508Z|b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 eed6519a-e252-4b3a-b651-2954a55cb029 ASDC
2022-09-06T06:47:34.509Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4d8fe54b-1e8a-409b-9ce6-49a90a791eef
ServiceName:basic_onboard_GcBPlb
ServiceVersion:1.0
ServiceUUID:eed6519a-e252-4b3a-b651-2954a55cb029
ServiceInvariantUUID:67b047ec-c50e-4e51-9874-b0664db2e131
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardGcbplb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
ArtifactUUID:8c8a199b-232e-4a37-bd5f-ec15c8519069
ArtifactChecksum:ZGMxOTllMDZkMTc1MTg4Y2Q4ZTU5ZmQ2ZmVjMTY5YTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_GcBPlb 0
ResourceCustomizationUUID:469e1068-b6df-44d4-8742-c0927e54743d
ResourceInvariantUUID:310d5afd-ee98-45f9-b5b0-3c36a419f506
ResourceName:basic_onboard_GcBPlb
ResourceType:VF
ResourceUUID:cdc9e33f-3a81-462e-b51b-76fccd60ae60
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_gcbplb0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
ArtifactUUID:92fdb372-f62f-45ed-a670-4e0539c4a31a
ArtifactChecksum:OWM1MTdiZDQzYmZiMDhlOTM3YWYwM2M5ZWQxMmM0Mjk=
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/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
ArtifactUUID:5df3c269-0b49-4bbe-b660-6c1d0513d9fa
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/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
ArtifactUUID:a663a042-89c4-4692-821e-db7853e64d93
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/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
ArtifactUUID:a663a042-89c4-4692-821e-db7853e64d93
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T06:47:34.510Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF eed6519a-e252-4b3a-b651-2954a55cb029 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T06:47:34.568Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8c8a199b-232e-4a37-bd5f-ec15c8519069 from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:34.570Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:34.571Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:34.709Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:34.723Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar 8c8a199b-232e-4a37-bd5f-ec15c8519069 75218
2022-09-06T06:47:34.724Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar ASDC sendASDCNotification
2022-09-06T06:47:34.725Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:34.725Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:34.725Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:34.728Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:34.729Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446854724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:34.829Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:34.831Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:34.831Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:34.918Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:34.919Z||pool-26-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:35.730Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:47:35.732Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:47:35.732Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8c8a199b-232e-4a37-bd5f-ec15c8519069, URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar to file: /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.733Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.737Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.737Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:35.984Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16399755387792814803/Definitions/service-BasicOnboardGcbplb-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-09-06T06:47:38.519Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T06:47:38.520Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:47:38.520Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.520Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.521Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_GcBPlb 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.522Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.524Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.525Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-06T06:47:38.526Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T06:47:38.527Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.527Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:47:38.527Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.528Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.529Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is not matching search criteria
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e5046255-39d9-45ef-9575-53e3851015f3
2022-09-06T06:47:38.530Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.531Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:38.532Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_GcBPlb
Description:service
Model UUID:eed6519a-e252-4b3a-b651-2954a55cb029
Model Version:NULL
Model InvariantUuid:67b047ec-c50e-4e51-9874-b0664db2e131
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_GcBPlb
Model UUID:1bdc4853-3ac9-4fc7-840b-ddee8f0837c3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:310d5afd-ee98-45f9-b5b0-3c36a419f506
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:469e1068-b6df-44d4-8742-c0927e54743d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c3f5d014-8d4d-42f2-9476-f5ecdb4c304b
ModelName:BasicOnboardGcbplb..base_ubuntu18..module-0
ModelUuid:c85349f2-5187-4433-9368-9b27119d0648
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e5046255-39d9-45ef-9575-53e3851015f3
ModelInvariantUuid:b27a1f2b-7d55-4fc4-a61b-d99a35c53763
ModelName:basic_onboard_GcBPlb-nodes.ubuntu18Cvfc
ModelUuid:bdecb8f0-76aa-4cea-b071-1bceec410fc0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d6f8cb81-4d2c-4480-9882-15b7245127a5
ModelInvariantUuid:165c26d9-a619-4d7f-b582-bdb692a65c61
ModelName:BasicOnboardGcbplb.compute.nodes.heat.ubuntu18
ModelUuid:306adb30-03e1-4b4e-90ce-f752c6fe9c34
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T06:47:38.543Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cdc9e33f-3a81-462e-b51b-76fccd60ae60
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:47:38.552Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||basic_onboard_GcBPlb 0
2022-09-06T06:47:38.553Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cdc9e33f-3a81-462e-b51b-76fccd60ae60
2022-09-06T06:47:38.554Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 92fdb372-f62f-45ed-a670-4e0539c4a31a from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:38.554Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:38.555Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:38.643Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:38.644Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json 92fdb372-f62f-45ed-a670-4e0539c4a31a 798
2022-09-06T06:47:38.644Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json ASDC sendASDCNotification
2022-09-06T06:47:38.644Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:38.645Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:38.645Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:38.649Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:38.649Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446858644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:38.749Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:38.751Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:38.751Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:38.808Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:38.809Z||pool-27-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:39.651Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGcbplb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c3f5d014-8d4d-42f2-9476-f5ecdb4c304b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c85349f2-5187-4433-9368-9b27119d0648",
    "vfModuleModelCustomizationUUID": "54389a9d-0492-47c0-a359-58004a786f3b",
    "isBase": true,
    "artifacts": [
      "5df3c269-0b49-4bbe-b660-6c1d0513d9fa",
      "a663a042-89c4-4692-821e-db7853e64d93"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:47:39.663Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGcbplb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c85349f2-5187-4433-9368-9b27119d0648
VfModuleModelInvariantUUID:c3f5d014-8d4d-42f2-9476-f5ecdb4c304b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5df3c269-0b49-4bbe-b660-6c1d0513d9fa
,
a663a042-89c4-4692-821e-db7853e64d93

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

isBase:true


}

2022-09-06T06:47:39.668Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardGcbplb..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c3f5d014-8d4d-42f2-9476-f5ecdb4c304b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c85349f2-5187-4433-9368-9b27119d0648",
    "vfModuleModelCustomizationUUID": "54389a9d-0492-47c0-a359-58004a786f3b",
    "isBase": true,
    "artifacts": [
      "5df3c269-0b49-4bbe-b660-6c1d0513d9fa",
      "a663a042-89c4-4692-821e-db7853e64d93"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:47:39.669Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardGcbplb..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c85349f2-5187-4433-9368-9b27119d0648
VfModuleModelInvariantUUID:c3f5d014-8d4d-42f2-9476-f5ecdb4c304b
VfModuleModelDescription:NULL
Artifacts UUID List:{
5df3c269-0b49-4bbe-b660-6c1d0513d9fa
,
a663a042-89c4-4692-821e-db7853e64d93

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

isBase:true


}

2022-09-06T06:47:39.669Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5df3c269-0b49-4bbe-b660-6c1d0513d9fa from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:39.673Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:39.673Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:39.747Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:39.748Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml 5df3c269-0b49-4bbe-b660-6c1d0513d9fa 5033
2022-09-06T06:47:39.749Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-06T06:47:39.749Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:39.749Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:39.750Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:39.754Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:39.754Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446859749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:39.854Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:47:39.855Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:39.855Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:39.919Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:39.920Z||pool-28-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:40.755Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: a663a042-89c4-4692-821e-db7853e64d93 from URL: /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:40.756Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:47:40.756Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:40.860Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:47:40.861Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env a663a042-89c4-4692-821e-db7853e64d93 909
2022-09-06T06:47:40.861Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-06T06:47:40.862Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:40.862Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:47:40.862Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:40.868Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:40.868Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446860861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:47:40.969Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:47:40.970Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:40.970Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:41.002Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:41.003Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:41.869Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: eed6519a-e252-4b3a-b651-2954a55cb029
2022-09-06T06:47:41.871Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_GcBPlb 0 cdc9e33f-3a81-462e-b51b-76fccd60ae60 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:47:41.913Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63125a51, org.onap.sdc.toscaparser.api.parameters.Input@76a9c5d3, org.onap.sdc.toscaparser.api.parameters.Input@59fa013b, org.onap.sdc.toscaparser.api.parameters.Input@6acf0bb9, org.onap.sdc.toscaparser.api.parameters.Input@1b7e0463]
2022-09-06T06:47:41.915Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.916Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.916Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-06T06:47:41.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 469e1068-b6df-44d4-8742-c0927e54743d
2022-09-06T06:47:41.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 469e1068-b6df-44d4-8742-c0927e54743d matches Tosca VF Customization UUID: 469e1068-b6df-44d4-8742-c0927e54743d
2022-09-06T06:47:41.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 469e1068-b6df-44d4-8742-c0927e54743d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T06:47:41.923Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.924Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.925Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 469e1068-b6df-44d4-8742-c0927e54743d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T06:47:41.925Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38bbb725
2022-09-06T06:47:41.926Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.926Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:47:41.926Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 54389a9d-0492-47c0-a359-58004a786f3b
2022-09-06T06:47:41.927Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 54389a9d-0492-47c0-a359-58004a786f3b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T06:47:41.931Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.932Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.933Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:41.933Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.935Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.935Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:41.936Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.937Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is not matching search criteria
2022-09-06T06:47:41.937Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-09-06T06:47:41.938Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-09-06T06:47:41.938Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e5046255-39d9-45ef-9575-53e3851015f3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:47:41.944Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.945Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.945Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:47:41.945Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.946Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_GcBPlb 0 is matching search criteria
2022-09-06T06:47:41.946Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_GcBPlb 0] matching following query criteria: sdcType=VF, customizationUUID=469e1068-b6df-44d4-8742-c0927e54743d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:47:41.952Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid eed6519a-e252-4b3a-b651-2954a55cb029: basic_onboard_GcBPlb
2022-09-06T06:47:41.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.954Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.956Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.956Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.957Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.958Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.958Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.959Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.960Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:47:41.960Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_GcBPlb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:47:41.963Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_GcBPlb 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:47:42.176Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_GcBPlb cdc9e33f-3a81-462e-b51b-76fccd60ae60 1 ASDC deployResourceStructure
2022-09-06T06:47:42.177Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json ASDC sendASDCNotification
2022-09-06T06:47:42.177Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json
2022-09-06T06:47:42.178Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:42.179Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:42.190Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:42.190Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446862177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:47:42.283Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-06T06:47:42.284Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:42.285Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:42.351Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:42.352Z||pool-30-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:43.192Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-09-06T06:47:43.193Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml
2022-09-06T06:47:43.194Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:43.194Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:43.197Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:43.198Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446863191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:47:43.301Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:47:43.302Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:43.303Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:43.335Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:43.336Z||pool-31-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:47:44.200Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-09-06T06:47:44.201Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env
2022-09-06T06:47:44.202Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:44.203Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:44.206Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:44.207Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446864200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:47:44.309Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T06:47:44.311Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:44.311Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:44.340Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:44.341Z||pool-32-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:47:45.208Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar ASDC sendASDCNotification
2022-09-06T06:47:45.208Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar
2022-09-06T06:47:45.209Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:47:45.210Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:47:45.214Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:47:45.214Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446865208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:47:45.314Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:47:45.315Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:47:45.315Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:47:45.372Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:47:45.373Z||pool-33-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:47:46.215Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:47:46.243Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:47:46.251Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:47:46.251Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:47:46.251Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:48:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:48:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:48:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:48:15.583Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:48:15.584Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:48:15.585Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446776245,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:48:15.604Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:48:15.604Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef 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-09-06T06:48:16.252Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:48:16.278Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:48:16.287Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:48:16.287Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:48:16.288Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:48:46.288Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:48:46.310Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:48:46.325Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:48:46.325Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:48:46.326Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:49:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:49:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:49:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:49:15.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:49:15.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662446777250,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:49:15.596Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446779766,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:49:15.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446781780,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "clamp",
  "timestamp": 1662446782784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:49:15.622Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:49:15.623Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:49:15.645Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.645Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446785709,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:49:15.646Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:49:15.646Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:49:15.646Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "aai-ml",
  "timestamp": 1662446786718,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:49:15.657Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
2022-09-06T06:49:15.658Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:49:16.327Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:49:16.351Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:49:16.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:49:16.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T06:49:16.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T06:49:16.364Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T06:49:16.364Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:49:16.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:49:16.366Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:49:16.374Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T06:49:46.375Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T06:49:46.398Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and serviceModelVersionId: eed6519a-e252-4b3a-b651-2954a55cb029
2022-09-06T06:49:46.399Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 67b047ec-c50e-4e51-9874-b0664db2e131
2022-09-06T06:49:46.402Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0
2022-09-06T06:49:46.419Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T06:49:46.563Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-06T06:49:46.579Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0|INFO|500||Invoke
2022-09-06T06:49:46.719Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T06:49:46.914Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0|INFO|500||InvokeReturn
2022-09-06T06:49:46.916Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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/67b047ec-c50e-4e51-9874-b0664db2e131/model-vers/model-ver/eed6519a-e252-4b3a-b651-2954a55cb029?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220906-06:49:46:864-31146], vertex-id=[344144], Content-Length=[0], Date=[Tue, 06 Sep 2022 06:49:46 GMT], Content-Type=[application/json]}
2022-09-06T06:49:46.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-06T06:49:46.917Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T06:49:46.918Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:49:46.949Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T06:49:46.951Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d8fe54b-1e8a-409b-9ce6-49a90a791eef and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T06:49:46.952Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T06:49:46.953Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:49:46.958Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:49:46.959Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446986951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:49:47.061Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T06:49:47.063Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:49:47.063Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:49:47.108Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:49:47.112Z||pool-34-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T06:49:47.982Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:49:47.983Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:49:47.983Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:49:58.601Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:49:58.602Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:49:58.608Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:49:58.608Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:50:08.209Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:50:08.210Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:08.211Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:08.211Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:50:15.534Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:15.536Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:50:15.597Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:50:15.598Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.598Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b5b466bc-af90-47fb-b8cd-c7f8fd6cd6c9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446841749,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:50:15.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.602Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.603Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446842799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:50:15.604Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446854724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446858644,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.605Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446859749,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446860861,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:50:15.606Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446862177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/basic_onboard_gcbplb0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446863191,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.607Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446864200,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/resourceInstances/basic_onboard_gcbplb0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446865208,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardGcbplb/1.0/artifacts/service-BasicOnboardGcbplb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:50:15.608Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:50:17.857Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:50:17.858Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:17.859Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:17.859Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:50:27.461Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:50:27.462Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:27.463Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:27.463Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:50:37.053Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:50:37.054Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:37.054Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:37.055Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:50:46.721Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:50:46.722Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:50:46.733Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:50:46.734Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:50:56.355Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:15.523Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:51:15.525Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:51:15.525Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|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 w5BvViljZrV98F49) ...
2022-09-06T06:51:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:51:15.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:51:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:51:15.673Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:15.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:51:15.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8fe54b-1e8a-409b-9ce6-49a90a791eef",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662446986951,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:51:15.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:51:16.253Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:16.254Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-09-06T06:51:16.254Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d8acd33-71cd-46c3-9119-b0fce3737f35","serviceName":"vFW 2022-09-06 06-49-51","serviceVersion":"1.0","serviceUUID":"b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac","serviceDescription":"catalog service description","serviceInvariantUUID":"87c8b592-c526-4076-9c69-bc1eb3f4f0f6","resources":[{"resourceInstanceName":"vFW 37203846-1347 0","resourceName":"vFW 37203846-1347","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"039e2ddd-495d-4728-8324-b2f51ab66434","resourceInvariantUUID":"911a6eb0-2b25-47f0-b199-7dddfe20605d","resourceCustomizationUUID":"98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml","artifactChecksum":"NWNmNTk0ODI5MzYzNGIzYzYyZTFmNWYxODJmY2QwNWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79163dbc-206f-4653-a06e-ada4721879f8","artifactVersion":"1"},{"artifactName":"vfw3720384613470_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json","artifactChecksum":"OTU5NjA4OWQwNzQzNThhYjRiMjc0ZDFlZWE5OGZmNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f44ad6c-419b-4814-a2ad-d6721ff6ca45","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0240ebb3-a348-47d3-ad02-4c9453dde1e1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml","artifactChecksum":"ZGYwZDNkOWE5ODliNzA0ODg2YzhmYmExNGJhNTViYTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e98404c3-93be-423f-b9e3-4e1845676b51","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"4c0efab0-7335-4202-9f33-6b4361c2318d","artifactVersion":"2","generatedFromUUID":"0240ebb3-a348-47d3-ad02-4c9453dde1e1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220906064951-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml","artifactChecksum":"MjAxMGRhM2Y3NzBhYzdmZGNiNGEzYTg2ZmRlMmI1MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c35389f-5e4d-4ddf-a7f8-4119ef53ea1a","artifactVersion":"1"},{"artifactName":"service-Vfw20220906064951-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar","artifactChecksum":"NjViZGJlMzQ3YmYyNDE5NzE2OGYxODkyNjFhOGFiODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"371e86be-df3e-4c13-9b25-d203a580a3ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T06:51:16.261Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:16.262Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:16.271Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:16.271Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:51:16.372Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:16.373Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:16.373Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:16.408Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:16.409Z||pool-35-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:17.277Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:17.277Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:17.304Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:17.312Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:51:17.410Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T06:51:17.412Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:17.412Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:17.477Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:17.478Z||pool-36-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:18.316Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:18.317Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:18.322Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:18.323Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:51:18.423Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T06:51:18.425Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:18.425Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:18.450Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:18.450Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:19.326Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:19.327Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:19.335Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:19.335Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:51:19.436Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:19.437Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:19.437Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:19.473Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:19.474Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:20.343Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:20.343Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:20.356Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:20.357Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:51:20.451Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-06T06:51:20.454Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:20.455Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:20.515Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:20.516Z||pool-39-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":4,"count":1}
2022-09-06T06:51:21.357Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:21.359Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:21.362Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:21.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:51:21.464Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:51:21.467Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:21.467Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:21.505Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:21.506Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:22.363Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:51:22.365Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:22.369Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:22.369Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:51:22.470Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:22.471Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:22.471Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:22.524Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:22.525Z||pool-41-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:23.371Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "serviceName": "vFW 2022-09-06 06-49-51",
  "serviceVersion": "1.0",
  "serviceUUID": "b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "87c8b592-c526-4076-9c69-bc1eb3f4f0f6",
  "resources": [
    {
      "resourceInstanceName": "vFW 37203846-1347 0",
      "resourceCustomizationUUID": "98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e",
      "resourceName": "vFW 37203846-1347",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "039e2ddd-495d-4728-8324-b2f51ab66434",
      "resourceInvariantUUID": "911a6eb0-2b25-47f0-b199-7dddfe20605d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3720384613470_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
          "artifactChecksum": "OTU5NjA4OWQwNzQzNThhYjRiMjc0ZDFlZWE5OGZmNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f44ad6c-419b-4814-a2ad-d6721ff6ca45",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0240ebb3-a348-47d3-ad02-4c9453dde1e1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "4c0efab0-7335-4202-9f33-6b4361c2318d",
            "generatedFromUUID": "0240ebb3-a348-47d3-ad02-4c9453dde1e1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "4c0efab0-7335-4202-9f33-6b4361c2318d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220906064951-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
      "artifactChecksum": "NjViZGJlMzQ3YmYyNDE5NzE2OGYxODkyNjFhOGFiODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "371e86be-df3e-4c13-9b25-d203a580a3ac"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T06:51:23.373Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T06:51:23.373Z|4d8fe54b-1e8a-409b-9ce6-49a90a791eef|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac ASDC
2022-09-06T06:51:23.375Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:4d8acd33-71cd-46c3-9119-b0fce3737f35
ServiceName:vFW 2022-09-06 06-49-51
ServiceVersion:1.0
ServiceUUID:b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac
ServiceInvariantUUID:87c8b592-c526-4076-9c69-bc1eb3f4f0f6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220906064951-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
ArtifactUUID:371e86be-df3e-4c13-9b25-d203a580a3ac
ArtifactChecksum:NjViZGJlMzQ3YmYyNDE5NzE2OGYxODkyNjFhOGFiODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 37203846-1347 0
ResourceCustomizationUUID:98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
ResourceInvariantUUID:911a6eb0-2b25-47f0-b199-7dddfe20605d
ResourceName:vFW 37203846-1347
ResourceType:VF
ResourceUUID:039e2ddd-495d-4728-8324-b2f51ab66434
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3720384613470_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
ArtifactUUID:7f44ad6c-419b-4814-a2ad-d6721ff6ca45
ArtifactChecksum:OTU5NjA4OWQwNzQzNThhYjRiMjc0ZDFlZWE5OGZmNjY=
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/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
ArtifactUUID:0240ebb3-a348-47d3-ad02-4c9453dde1e1
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/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
ArtifactUUID:4c0efab0-7335-4202-9f33-6b4361c2318d
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/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
ArtifactUUID:4c0efab0-7335-4202-9f33-6b4361c2318d
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T06:51:23.382Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:51:23.450Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:51:23.452Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:51:23.453Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:51:23.453Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 371e86be-df3e-4c13-9b25-d203a580a3ac from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:23.454Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:23.456Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:23.607Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:23.619Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar 371e86be-df3e-4c13-9b25-d203a580a3ac 100606
2022-09-06T06:51:23.620Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar ASDC sendASDCNotification
2022-09-06T06:51:23.620Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:23.621Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:23.622Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:23.628Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:23.628Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447083619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:51:23.728Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:23.730Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:23.731Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:23.761Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:23.762Z||pool-42-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:24.629Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:51:24.630Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-09-06T06:51:24.631Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 371e86be-df3e-4c13-9b25-d203a580a3ac, URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar to file: /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:24.633Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220906064951-csar.csar
2022-09-06T06:51:24.634Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:24.635Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:25.232Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3682550905014859962/Definitions/service-Vfw20220906064951-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-09-06T06:51:30.922Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T06:51:30.923Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:51:30.923Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.923Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 37203846-1347 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.924Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.930Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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-Vfw20220906064951-csar.csar
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.931Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.932Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.932Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:51:30.932Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.933Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.934Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.935Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:30.936Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:30.937Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T06:51:30.938Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.939Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:30.940Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.940Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.940Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:30.941Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.942Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:30.943Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.944Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:30.944Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.944Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca120aa-2aa5-496b-a50b-dec8146fca9b
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:30.945Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.946Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:30.947Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb1717e9-b4b7-4cb4-be65-e5c5a9860140
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:30.948Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:30.949Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:30.950Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6530d0b2-f489-481d-810d-803d9f5ca568
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.951Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:30.952Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-06 06-49-51
Description:catalog service description
Model UUID:b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac
Model Version:NULL
Model InvariantUuid:87c8b592-c526-4076-9c69-bc1eb3f4f0f6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 37203846-1347
Model UUID:5f3461bd-755a-473d-9249-c23284fc1146
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:911a6eb0-2b25-47f0-b199-7dddfe20605d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f755267a-f21c-43c6-bf91-92685cb84a70
ModelName:Vfw372038461347..base_vfw..module-0
ModelUuid:bc5efbde-fe20-418f-b8d6-dba21a01917e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3ca120aa-2aa5-496b-a50b-dec8146fca9b
ModelInvariantUuid:4a62dc5a-8406-48d3-b5ca-ed88d37edc1d
ModelName:vFW 37203846-1347-nodes.vfwCvfc
ModelUuid:7892ca42-16db-43af-8661-087a6210e717
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:f984a15e-187c-4554-b629-d842e74cabfd
ModelInvariantUuid:1920af97-01db-40bb-9c46-44e61b61c4b5
ModelName:Vfw372038461347.compute.nodes.heat.vfw
ModelUuid:2e969c4a-1565-47bc-b030-a62443452439
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:bb1717e9-b4b7-4cb4-be65-e5c5a9860140
ModelInvariantUuid:f8c1e7a0-3c1e-4a8c-9b8d-31e390e8a75b
ModelName:vFW 37203846-1347-nodes.vsnCvfc
ModelUuid:6d89a04f-949a-45b1-b49c-687408e0f873
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a172add4-47c8-4b3a-9fec-9c14c12ff479
ModelInvariantUuid:a45958fe-0822-46d5-9841-5535da3c8c7c
ModelName:Vfw372038461347.compute.nodes.heat.vsn
ModelUuid:ef0135b0-6be2-483e-98f9-7a87654e2fb3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6530d0b2-f489-481d-810d-803d9f5ca568
ModelInvariantUuid:fcbf2e46-0e41-41f2-8737-2a0eeec360ba
ModelName:vFW 37203846-1347-nodes.vpgCvfc
ModelUuid:7c05c22e-8dc1-4288-b8d2-e12bf3f5e4c0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:76dcf0b2-1200-460d-8bb2-e14980720560
ModelInvariantUuid:013d0bcb-188b-467c-8171-71d42db388c8
ModelName:Vfw372038461347.compute.nodes.heat.vpg
ModelUuid:1d88b643-7451-4af3-b178-cd6e372d8707
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T06:51:31.001Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 039e2ddd-495d-4728-8324-b2f51ab66434
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:51:31.009Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||vFW 37203846-1347 0
2022-09-06T06:51:31.009Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 039e2ddd-495d-4728-8324-b2f51ab66434
2022-09-06T06:51:31.009Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7f44ad6c-419b-4814-a2ad-d6721ff6ca45 from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
2022-09-06T06:51:31.010Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:31.010Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
2022-09-06T06:51:31.134Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:31.135Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json 7f44ad6c-419b-4814-a2ad-d6721ff6ca45 785
2022-09-06T06:51:31.136Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json ASDC sendASDCNotification
2022-09-06T06:51:31.136Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
2022-09-06T06:51:31.137Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:31.137Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:31.140Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:31.141Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447091135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:51:31.241Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:31.243Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:31.244Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:31.295Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:31.296Z||pool-43-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:32.145Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw372038461347..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f755267a-f21c-43c6-bf91-92685cb84a70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc5efbde-fe20-418f-b8d6-dba21a01917e",
    "vfModuleModelCustomizationUUID": "3db1f06a-9e32-4bf5-91d7-8388b2e18e9c",
    "isBase": true,
    "artifacts": [
      "0240ebb3-a348-47d3-ad02-4c9453dde1e1",
      "4c0efab0-7335-4202-9f33-6b4361c2318d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:51:32.152Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw372038461347..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc5efbde-fe20-418f-b8d6-dba21a01917e
VfModuleModelInvariantUUID:f755267a-f21c-43c6-bf91-92685cb84a70
VfModuleModelDescription:NULL
Artifacts UUID List:{
0240ebb3-a348-47d3-ad02-4c9453dde1e1
,
4c0efab0-7335-4202-9f33-6b4361c2318d

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

isBase:true


}

2022-09-06T06:51:32.160Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw372038461347..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f755267a-f21c-43c6-bf91-92685cb84a70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bc5efbde-fe20-418f-b8d6-dba21a01917e",
    "vfModuleModelCustomizationUUID": "3db1f06a-9e32-4bf5-91d7-8388b2e18e9c",
    "isBase": true,
    "artifacts": [
      "0240ebb3-a348-47d3-ad02-4c9453dde1e1",
      "4c0efab0-7335-4202-9f33-6b4361c2318d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:51:32.166Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw372038461347..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bc5efbde-fe20-418f-b8d6-dba21a01917e
VfModuleModelInvariantUUID:f755267a-f21c-43c6-bf91-92685cb84a70
VfModuleModelDescription:NULL
Artifacts UUID List:{
0240ebb3-a348-47d3-ad02-4c9453dde1e1
,
4c0efab0-7335-4202-9f33-6b4361c2318d

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

isBase:true


}

2022-09-06T06:51:32.166Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0240ebb3-a348-47d3-ad02-4c9453dde1e1 from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
2022-09-06T06:51:32.167Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:32.167Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
2022-09-06T06:51:32.268Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:32.270Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml 0240ebb3-a348-47d3-ad02-4c9453dde1e1 20368
2022-09-06T06:51:32.271Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:51:32.272Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
2022-09-06T06:51:32.272Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:32.273Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:32.275Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:32.276Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447092271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:51:32.377Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T06:51:32.378Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:32.379Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:32.424Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:32.425Z||pool-44-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:33.277Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4c0efab0-7335-4202-9f33-6b4361c2318d from URL: /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
2022-09-06T06:51:33.278Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-09-06T06:51:33.279Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
2022-09-06T06:51:33.421Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-09-06T06:51:33.422Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env 4c0efab0-7335-4202-9f33-6b4361c2318d 2098
2022-09-06T06:51:33.422Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:51:33.423Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
2022-09-06T06:51:33.423Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:51:33.425Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:33.429Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:33.430Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447093422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:51:33.529Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:51:33.530Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:33.530Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:33.673Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:33.674Z||pool-45-thread-1|||||INFO|500||cambria reply ok (144 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:51:34.433Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac
2022-09-06T06:51:34.440Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 37203846-1347 0 039e2ddd-495d-4728-8324-b2f51ab66434 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-09-06T06:51:34.494Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40714ce7, org.onap.sdc.toscaparser.api.parameters.Input@335bd40a, org.onap.sdc.toscaparser.api.parameters.Input@5b8e06b0, org.onap.sdc.toscaparser.api.parameters.Input@665d91e4, org.onap.sdc.toscaparser.api.parameters.Input@2c81ffbc]
2022-09-06T06:51:34.500Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.501Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.502Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-09-06T06:51:34.502Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
2022-09-06T06:51:34.502Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e matches Tosca VF Customization UUID: 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
2022-09-06T06:51:34.503Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T06:51:34.508Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.509Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@60dfceb3
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.511Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:51:34.512Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3db1f06a-9e32-4bf5-91d7-8388b2e18e9c
2022-09-06T06:51:34.512Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3db1f06a-9e32-4bf5-91d7-8388b2e18e9c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T06:51:34.517Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.518Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.518Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.519Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.519Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.520Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.521Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.521Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:34.522Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:34.523Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:51:34.523Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:34.523Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:34.524Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:34.524Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.525Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:34.526Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.526Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3ca120aa-2aa5-496b-a50b-dec8146fca9b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:51:34.530Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.532Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.532Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.533Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.533Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:34.533Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:34.534Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:34.534Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.534Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.535Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.535Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:34.536Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:34.536Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:51:34.537Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:51:34.538Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.539Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:51:34.539Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.540Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=bb1717e9-b4b7-4cb4-be65-e5c5a9860140
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:51:34.556Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.557Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.572Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.573Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.573Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is not matching search criteria
2022-09-06T06:51:34.574Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:51:34.574Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:51:34.575Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.575Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.575Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.575Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:51:34.576Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:51:34.576Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:51:34.577Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:51:34.579Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:51:34.579Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:51:34.579Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:51:34.579Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6530d0b2-f489-481d-810d-803d9f5ca568
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:51:34.584Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.586Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.587Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:51:34.587Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.587Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Node template vFW 37203846-1347 0 is matching search criteria
2022-09-06T06:51:34.588Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 37203846-1347 0] matching following query criteria: sdcType=VF, customizationUUID=98e8d4dc-6d9a-4bbb-a5c5-7943e1a42f7e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:51:34.592Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.593Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.594Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac: vFW 37203846-1347
2022-09-06T06:51:34.594Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.594Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.594Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.595Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.595Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.596Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.596Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.596Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.597Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:51:34.597Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-09-06 06-49-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:51:34.598Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-09-06 06-49-51 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:51:35.306Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 37203846-1347 039e2ddd-495d-4728-8324-b2f51ab66434 1 ASDC deployResourceStructure
2022-09-06T06:51:35.307Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json ASDC sendASDCNotification
2022-09-06T06:51:35.307Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json
2022-09-06T06:51:35.308Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:51:35.308Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:35.311Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:35.311Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447095307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:51:35.421Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-09-06T06:51:35.422Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:35.422Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:35.509Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:35.510Z||pool-46-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:36.313Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:51:36.313Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml
2022-09-06T06:51:36.315Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:51:36.316Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:36.321Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:36.322Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447096313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:51:36.420Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T06:51:36.423Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:36.423Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:36.469Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:36.470Z||pool-47-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:37.324Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:51:37.324Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env
2022-09-06T06:51:37.324Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:51:37.324Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:37.343Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:37.345Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447097323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:51:37.431Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-09-06T06:51:37.433Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:37.433Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:37.466Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:37.467Z||pool-48-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:38.349Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar ASDC sendASDCNotification
2022-09-06T06:51:38.349Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar
2022-09-06T06:51:38.349Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:51:38.350Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:51:38.355Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:51:38.355Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447098349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:51:38.455Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:51:38.456Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:51:38.457Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:51:38.487Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:51:38.488Z||pool-49-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:51:39.356Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:51:39.394Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:51:39.398Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:51:39.399Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:51:39.399Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:52:09.399Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:52:09.429Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:52:09.434Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:52:09.434Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:52:09.434Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:52:15.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:52:15.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:52:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:52:15.599Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:52:15.602Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.602Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447056731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.604Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.605Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.605Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447060608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.605Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447064897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.606Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.606Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447064837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.606Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.607Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.607Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447060608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.607Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.608Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447056731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447064897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447064837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447056731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.611Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.611Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.611Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447060608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.612Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.612Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447064897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.612Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447068270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.613Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447064837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447056731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447060608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447064897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447068270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447064837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447060608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447056731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.619Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.619Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.619Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447064897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.620Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447068270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.620Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.620Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447064837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447056731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447060608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447064897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447064837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.625Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.625Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447068270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.626Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.626Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.626Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447056731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.627Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447060608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.627Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447064897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.628Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.628Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447068270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.629Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.629Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447064837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.629Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447068270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.630Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.630Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447072933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:52:15.630Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:52:15.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.631Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447073769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:52:15.631Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:52:15.632Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.632Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447073834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:52:15.633Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:52:15.633Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.633Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447074495,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:52:15.634Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:52:15.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447068270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:52:15.634Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "cds",
  "timestamp": 1662447073941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:52:15.648Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d8acd33-71cd-46c3-9119-b0fce3737f35
2022-09-06T06:52:15.648Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8acd33-71cd-46c3-9119-b0fce3737f35 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:52:15.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447074858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:52:15.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:52:15.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447074953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:52:15.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:52:15.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:52:15.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447075856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:52:15.677Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:52:39.435Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:52:39.472Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:52:39.480Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:52:39.480Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:52:39.480Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:53:09.481Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:53:09.501Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:53:09.505Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:53:09.506Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:53:09.506Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:53:15.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:53:15.535Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:53:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:53:15.588Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:53:15.595Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:53:15.596Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "policy-id",
  "timestamp": 1662447075862,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:53:15.617Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d8acd33-71cd-46c3-9119-b0fce3737f35
2022-09-06T06:53:15.617Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8acd33-71cd-46c3-9119-b0fce3737f35 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:53:39.506Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:53:39.533Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:53:39.539Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:53:39.539Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:53:39.539Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:54:09.540Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:54:09.566Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:54:09.571Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:54:09.571Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T06:54:09.572Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T06:54:15.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:54:15.536Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:54:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:54:15.625Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:54:15.627Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.628Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447074953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.630Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.631Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.654Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447077070,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:54:15.655Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.655Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.655Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447074953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.656Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.656Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.656Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:54:15.657Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.657Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.657Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447078265,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:54:15.677Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d8acd33-71cd-46c3-9119-b0fce3737f35
2022-09-06T06:54:15.678Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8acd33-71cd-46c3-9119-b0fce3737f35 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-09-06T06:54:15.710Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.710Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447074953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.711Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:54:15.711Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.711Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447079272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.712Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.712Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.712Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447074953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.713Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.713Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.713Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.714Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.714Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447074953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.714Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:54:15.715Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.715Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.715Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447074953,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447080678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.716Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.716Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.716Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447080678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.717Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.717Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447075523,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:54:15.717Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447080678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.718Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.718Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.718Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447083619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:54:15.718Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447080678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.719Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.719Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.719Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447080678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447080678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:54:15.720Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447080678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:54:15.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:54:15.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447088001,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:54:15.721Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447089090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.725Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447088581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:54:15.726Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.726Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.726Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "clamp",
  "timestamp": 1662447090095,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:54:15.737Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d8acd33-71cd-46c3-9119-b0fce3737f35
2022-09-06T06:54:15.737Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8acd33-71cd-46c3-9119-b0fce3737f35 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:54:15.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447091135,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:54:15.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447092271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:54:15.775Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447093422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:54:15.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447093902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447094911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:54:15.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d8acd33-71cd-46c3-9119-b0fce3737f35
2022-09-06T06:54:15.797Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8acd33-71cd-46c3-9119-b0fce3737f35 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:54:15.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447095307,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/vfw3720384613470_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.827Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.827Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.827Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447096313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.828Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447096861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447097323,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/resourceInstances/vfw3720384613470/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.829Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:15.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "aai-ml",
  "timestamp": 1662447097867,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:54:15.840Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d8acd33-71cd-46c3-9119-b0fce3737f35
2022-09-06T06:54:15.841Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d8acd33-71cd-46c3-9119-b0fce3737f35 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:54:15.898Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-09-06T06:54:15.898Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447098349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906064951/1.0/artifacts/service-Vfw20220906064951-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:54:15.902Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:54:39.572Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:54:39.593Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:54:39.598Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:54:39.598Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T06:54:39.598Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T06:54:39.598Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T06:54:39.599Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:54:39.599Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:54:39.599Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:54:39.599Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:54:39.599Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:54:39.599Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:54:39.600Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:54:39.611Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T06:55:09.611Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T06:55:09.632Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d8acd33-71cd-46c3-9119-b0fce3737f35 and serviceModelVersionId: b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac
2022-09-06T06:55:09.633Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 87c8b592-c526-4076-9c69-bc1eb3f4f0f6
2022-09-06T06:55:09.636Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/87c8b592-c526-4076-9c69-bc1eb3f4f0f6/model-vers/model-ver/b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac?depth=0
2022-09-06T06:55:09.658Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T06:55:09.805Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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/87c8b592-c526-4076-9c69-bc1eb3f4f0f6/model-vers/model-ver/b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-06T06:55:09.812Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c8b592-c526-4076-9c69-bc1eb3f4f0f6/model-vers/model-ver/b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac?depth=0|INFO|500||Invoke
2022-09-06T06:55:09.886Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c8b592-c526-4076-9c69-bc1eb3f4f0f6/model-vers/model-ver/b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T06:55:10.101Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/87c8b592-c526-4076-9c69-bc1eb3f4f0f6/model-vers/model-ver/b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac?depth=0|INFO|500||InvokeReturn
2022-09-06T06:55:10.102Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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/87c8b592-c526-4076-9c69-bc1eb3f4f0f6/model-vers/model-ver/b1cb9f94-81c1-4cb8-90c7-c60734f5f4ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220906-06:55:10:035-69848], vertex-id=[188480], Content-Length=[0], Date=[Tue, 06 Sep 2022 06:55:10 GMT], Content-Type=[application/json]}
2022-09-06T06:55:10.104Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-09-06T06:55:10.105Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T06:55:10.106Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:55:10.133Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T06:55:10.135Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d8acd33-71cd-46c3-9119-b0fce3737f35 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T06:55:10.135Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T06:55:10.137Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:10.141Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:10.142Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447310135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:55:10.242Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:55:10.243Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:10.243Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:10.369Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:10.370Z||pool-50-thread-1|||||INFO|500||cambria reply ok (128 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T06:55:11.170Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:55:11.172Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:55:11.172Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:55:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:55:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:55:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:55:15.587Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:15.591Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.594Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447206731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.598Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447200677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.600Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.600Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.600Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447204897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447204841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447210610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447206731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447200677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447204897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.604Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447204841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.605Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.605Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447210610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.606Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.606Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447206731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.606Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.607Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.607Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447200677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.607Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.608Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.608Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447204897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.608Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.609Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447204841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.609Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.609Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447210610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.610Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.610Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447206731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.610Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447200677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.611Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447204897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447204841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447210610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447206731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447200677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447204897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447204841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447214954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447210610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447206731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.618Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447200677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447204897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447204841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447214954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447210610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.622Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447206731,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447204897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447200677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.624Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447204841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447214954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.625Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447210610,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.626Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447216772,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:15.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447218280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:15.627Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447217685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:15.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.628Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.628Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447217650,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:15.628Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447214954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.629Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.629Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.629Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447218270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.630Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.630Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.630Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447218560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:15.630Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.671Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.672Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "cds",
  "timestamp": 1662447217778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:55:15.795Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b28d3cfe-e820-4d63-bd9f-0eda93ba819a
2022-09-06T06:55:15.795Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b28d3cfe-e820-4d63-bd9f-0eda93ba819a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:55:15.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447218668,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:15.841Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.841Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.841Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447219371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:15.842Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.842Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.842Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447214954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.842Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447218270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:55:15.843Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.843Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.843Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "policy-id",
  "timestamp": 1662447219676,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:55:15.858Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:15.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"b28d3cfe-e820-4d63-bd9f-0eda93ba819a","serviceName":"vFW 2022-09-06 06-52-25","serviceVersion":"1.0","serviceUUID":"134787db-99c4-4be5-912c-7cbeeae16235","serviceDescription":"catalog service description","serviceInvariantUUID":"54205571-eb9d-4cef-8f70-e04cb90408ac","resources":[{"resourceInstanceName":"vFW f7c503c3-cc88 0","resourceName":"vFW f7c503c3-cc88","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22b74de9-cb4d-49ef-8b1f-d8f3a4bbae8f","resourceInvariantUUID":"45e57314-3f03-45b9-8be1-01e36f34032c","resourceCustomizationUUID":"aca49b00-bd56-48fc-a8d7-1ae44b0fb14c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml","artifactChecksum":"OTY0YjQ1YjZiMGQ5ZWY2ODdkZTBlMDY4YjcyMjZkZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dfa95b6c-3d6c-490b-8234-b1a54ae6e87a","artifactVersion":"1"},{"artifactName":"vfwf7c503c3cc880_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json","artifactChecksum":"MzcxMzkwMTRlYjVhYmNkOWFjNTc5MThlZjY1ZDRkNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e2b511c1-0d37-423a-b47e-a8dd9695b597","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ab198a9e-919e-404a-a14d-26f91610d407","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml","artifactChecksum":"ZmY5NDIyOGI5NzkwYjQyYjhiMTNmYzM1MzUyZDBlNzc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c4ab6e9e-824f-42f7-ba01-158ea581de19","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"de1389ab-d1af-4534-9e57-f4b7756441f4","artifactVersion":"2","generatedFromUUID":"ab198a9e-919e-404a-a14d-26f91610d407"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220906065225-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml","artifactChecksum":"YTU0Njg3ZDc2ZjQ4NmEzNDQyOWUwOTNmYjMxMmY3OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"614ace10-0f06-4345-98d1-bdadd2f9c579","artifactVersion":"1"},{"artifactName":"service-Vfw20220906065225-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar","artifactChecksum":"Njk2Y2M5YTcyYzZlNzA5MDFiYTJiMzI3OTc3ZGE3NTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"70bca38a-766e-4d2c-a22d-88e2ca0db00d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T06:55:15.867Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:55:15.867Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:15.886Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:15.887Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.893Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b28d3cfe-e820-4d63-bd9f-0eda93ba819a
2022-09-06T06:55:15.893Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b28d3cfe-e820-4d63-bd9f-0eda93ba819a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:55:15.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447220443,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:15.923Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.924Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447214954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447218270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447221486,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:55:15.940Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b28d3cfe-e820-4d63-bd9f-0eda93ba819a
2022-09-06T06:55:15.940Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b28d3cfe-e820-4d63-bd9f-0eda93ba819a 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-09-06T06:55:15.972Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-09-06T06:55:15.973Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:15.973Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:15.982Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.982Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447214954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.983Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447218270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.983Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.983Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447222492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:15.984Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.984Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.984Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447218270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.984Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447222699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:15.985Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:15.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447218270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:15.987Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:15.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:15.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447223709,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:55:16.009Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:16.010Z||pool-51-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":2,"count":1}
2022-09-06T06:55:16.015Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b28d3cfe-e820-4d63-bd9f-0eda93ba819a
2022-09-06T06:55:16.015Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b28d3cfe-e820-4d63-bd9f-0eda93ba819a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:55:16.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:16.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447218270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:55:16.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:55:16.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:16.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447232071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:16.082Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:16.082Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:16.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447235075,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:16.083Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:16.083Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:16.083Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "clamp",
  "timestamp": 1662447236081,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:55:16.129Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b28d3cfe-e820-4d63-bd9f-0eda93ba819a
2022-09-06T06:55:16.129Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b28d3cfe-e820-4d63-bd9f-0eda93ba819a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:55:16.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:16.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447244659,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:16.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:55:16.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:55:16.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "aai-ml",
  "timestamp": 1662447245664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:55:16.213Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b28d3cfe-e820-4d63-bd9f-0eda93ba819a
2022-09-06T06:55:16.214Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b28d3cfe-e820-4d63-bd9f-0eda93ba819a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:55:16.893Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:55:16.898Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:16.901Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:16.902Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:55:17.002Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:55:17.004Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:17.004Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:17.036Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:17.037Z||pool-52-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:55:17.914Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:55:17.914Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:17.938Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:17.938Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:55:18.021Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-09-06T06:55:18.022Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:18.023Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:18.056Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:18.057Z||pool-53-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":2,"count":1}
2022-09-06T06:55:18.940Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:55:18.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:18.949Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:18.951Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:19.047Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T06:55:19.053Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:19.054Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:19.142Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:19.143Z||pool-54-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:19.951Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:55:19.953Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:19.976Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:19.976Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:55:20.074Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T06:55:20.076Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:20.076Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:20.110Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:20.111Z||pool-55-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:55:20.977Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:55:20.978Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:20.983Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:20.984Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:55:21.088Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-09-06T06:55:21.092Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:21.093Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:21.122Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:21.123Z||pool-56-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:21.985Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T06:55:21.986Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:21.997Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:21.997Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:55:22.097Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:55:22.100Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:22.100Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:22.143Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:22.144Z||pool-57-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:23.005Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "serviceName": "vFW 2022-09-06 06-52-25",
  "serviceVersion": "1.0",
  "serviceUUID": "134787db-99c4-4be5-912c-7cbeeae16235",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "54205571-eb9d-4cef-8f70-e04cb90408ac",
  "resources": [
    {
      "resourceInstanceName": "vFW f7c503c3-cc88 0",
      "resourceCustomizationUUID": "aca49b00-bd56-48fc-a8d7-1ae44b0fb14c",
      "resourceName": "vFW f7c503c3-cc88",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "22b74de9-cb4d-49ef-8b1f-d8f3a4bbae8f",
      "resourceInvariantUUID": "45e57314-3f03-45b9-8be1-01e36f34032c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwf7c503c3cc880_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
          "artifactChecksum": "MzcxMzkwMTRlYjVhYmNkOWFjNTc5MThlZjY1ZDRkNGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e2b511c1-0d37-423a-b47e-a8dd9695b597",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ab198a9e-919e-404a-a14d-26f91610d407",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "de1389ab-d1af-4534-9e57-f4b7756441f4",
            "generatedFromUUID": "ab198a9e-919e-404a-a14d-26f91610d407"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "de1389ab-d1af-4534-9e57-f4b7756441f4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220906065225-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
      "artifactChecksum": "Njk2Y2M5YTcyYzZlNzA5MDFiYTJiMzI3OTc3ZGE3NTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "70bca38a-766e-4d2c-a22d-88e2ca0db00d"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T06:55:23.006Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T06:55:23.006Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 134787db-99c4-4be5-912c-7cbeeae16235 ASDC
2022-09-06T06:55:23.007Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b28d3cfe-e820-4d63-bd9f-0eda93ba819a
ServiceName:vFW 2022-09-06 06-52-25
ServiceVersion:1.0
ServiceUUID:134787db-99c4-4be5-912c-7cbeeae16235
ServiceInvariantUUID:54205571-eb9d-4cef-8f70-e04cb90408ac
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220906065225-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar
ArtifactUUID:70bca38a-766e-4d2c-a22d-88e2ca0db00d
ArtifactChecksum:Njk2Y2M5YTcyYzZlNzA5MDFiYTJiMzI3OTc3ZGE3NTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW f7c503c3-cc88 0
ResourceCustomizationUUID:aca49b00-bd56-48fc-a8d7-1ae44b0fb14c
ResourceInvariantUUID:45e57314-3f03-45b9-8be1-01e36f34032c
ResourceName:vFW f7c503c3-cc88
ResourceType:VF
ResourceUUID:22b74de9-cb4d-49ef-8b1f-d8f3a4bbae8f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwf7c503c3cc880_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json
ArtifactUUID:e2b511c1-0d37-423a-b47e-a8dd9695b597
ArtifactChecksum:MzcxMzkwMTRlYjVhYmNkOWFjNTc5MThlZjY1ZDRkNGM=
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/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml
ArtifactUUID:ab198a9e-919e-404a-a14d-26f91610d407
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/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env
ArtifactUUID:de1389ab-d1af-4534-9e57-f4b7756441f4
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/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env
ArtifactUUID:de1389ab-d1af-4534-9e57-f4b7756441f4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T06:55:23.008Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 134787db-99c4-4be5-912c-7cbeeae16235 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T06:55:23.113Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:55:23.116Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T06:55:23.116Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T06:55:23.117Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 70bca38a-766e-4d2c-a22d-88e2ca0db00d from URL: /sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:23.117Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-06T06:55:23.118Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:23.265Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-06T06:55:23.277Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar 70bca38a-766e-4d2c-a22d-88e2ca0db00d 100635
2022-09-06T06:55:23.278Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar ASDC sendASDCNotification
2022-09-06T06:55:23.278Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:23.279Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:55:23.280Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:23.288Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:23.289Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447323278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:23.387Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T06:55:23.389Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:23.389Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:23.413Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:23.414Z||pool-58-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:24.290Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T06:55:24.292Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T06:55:24.293Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 70bca38a-766e-4d2c-a22d-88e2ca0db00d, URL: /sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar to file: /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:24.294Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220906065225-csar.csar
2022-09-06T06:55:24.298Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:24.298Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:24.803Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4834136956563163231/Definitions/service-Vfw20220906065225-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-09-06T06:55:29.685Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T06:55:29.687Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-06T06:55:29.687Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.687Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-09-06T06:55:29.688Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.689Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.689Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.689Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.690Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.690Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.691Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.691Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.691Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.692Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f7c503c3-cc88 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.692Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:29.693Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-06T06:55:29.693Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.694Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:29.694Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:29.695Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-06T06:55:29.698Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:55:29.700Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.702Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:29.703Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:29.704Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-06T06:55:29.704Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T06:55:29.706Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.712Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:29.713Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.713Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is not matching search criteria
2022-09-06T06:55:29.714Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:55:29.714Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:55:29.714Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:55:29.714Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.714Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:55:29.715Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.716Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:55:29.716Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.716Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T06:55:29.716Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.717Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:55:29.717Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.718Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:29.718Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:29.718Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.718Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:29.719Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:29.719Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.719Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:29.719Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:29.720Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.720Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is not matching search criteria
2022-09-06T06:55:29.720Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:55:29.720Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:55:29.721Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:55:29.721Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:55:29.721Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:55:29.721Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.721Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.722Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:55:29.722Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.722Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:55:29.722Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.722Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=76c4a377-e293-40ad-b2bd-f2699d3d6fc0
2022-09-06T06:55:29.723Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.723Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is not matching search criteria
2022-09-06T06:55:29.723Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:55:29.723Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:55:29.723Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:55:29.724Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.724Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.724Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.725Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:55:29.725Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:55:29.725Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:55:29.725Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.726Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:55:29.726Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.726Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b2f3039-f6d6-4fdb-815d-47d11e1a4386
2022-09-06T06:55:29.726Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.727Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is not matching search criteria
2022-09-06T06:55:29.727Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:55:29.727Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:55:29.727Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:55:29.728Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.728Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.728Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.729Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:55:29.729Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:55:29.729Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:55:29.730Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:29.730Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:29.730Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:55:29.730Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5023578c-5a6e-4eb9-a4ec-d9d0bdaa8bdc
2022-09-06T06:55:29.731Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.731Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:29.731Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.732Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:29.732Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.732Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:29.733Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:29.733Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:29.733Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-09-06 06-52-25
Description:catalog service description
Model UUID:134787db-99c4-4be5-912c-7cbeeae16235
Model Version:NULL
Model InvariantUuid:54205571-eb9d-4cef-8f70-e04cb90408ac
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW f7c503c3-cc88
Model UUID:26d3afd2-bfa0-4e70-83cb-84158ca7a2bc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:45e57314-3f03-45b9-8be1-01e36f34032c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:aca49b00-bd56-48fc-a8d7-1ae44b0fb14c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4738cf06-f862-474e-a470-a5e9fa188c35
ModelName:VfwF7c503c3Cc88..base_vfw..module-0
ModelUuid:cef4e9c5-37ce-4e0f-b9e3-f426c7481933
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:76c4a377-e293-40ad-b2bd-f2699d3d6fc0
ModelInvariantUuid:d4fad1b6-a9be-4f76-aaeb-44e7d1a9f637
ModelName:vFW f7c503c3-cc88-nodes.vfwCvfc
ModelUuid:a1ba19c4-d8c0-46bd-b886-af3cdb8a4152
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5462bfe7-22ea-42b1-8ba1-6e6cee54026b
ModelInvariantUuid:2779f473-9d64-4232-80af-d71124d4bca1
ModelName:VfwF7c503c3Cc88.compute.nodes.heat.vfw
ModelUuid:fd68e813-7c76-4466-8cb4-e49564c7baf4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0b2f3039-f6d6-4fdb-815d-47d11e1a4386
ModelInvariantUuid:cd539e6a-d5d9-4aab-b34b-96499858ee5c
ModelName:vFW f7c503c3-cc88-nodes.vsnCvfc
ModelUuid:1e844ab8-120a-4ac7-ad94-a73c050d827e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:60376225-d357-4f1d-8ec6-58d791ae1e5d
ModelInvariantUuid:ce31ef50-7e92-4395-aaf1-786243912398
ModelName:VfwF7c503c3Cc88.compute.nodes.heat.vsn
ModelUuid:aedad10d-715f-4574-9469-6b585d27be81
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:5023578c-5a6e-4eb9-a4ec-d9d0bdaa8bdc
ModelInvariantUuid:4bd000eb-e647-40d1-9722-542f153eae1e
ModelName:vFW f7c503c3-cc88-nodes.vpgCvfc
ModelUuid:0637e75f-5a3e-4833-be9c-b9449117e637
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a98bd02e-02e5-4435-9fa4-729aac139f5e
ModelInvariantUuid:07e7fdd7-5148-47be-af19-33fd08eed4c4
ModelName:VfwF7c503c3Cc88.compute.nodes.heat.vpg
ModelUuid:fc8810ba-6268-4a9c-9902-731369869fc4
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T06:55:29.760Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 22b74de9-cb4d-49ef-8b1f-d8f3a4bbae8f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:55:29.779Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||vFW f7c503c3-cc88 0
2022-09-06T06:55:29.782Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22b74de9-cb4d-49ef-8b1f-d8f3a4bbae8f
2022-09-06T06:55:29.783Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e2b511c1-0d37-423a-b47e-a8dd9695b597 from URL: /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json
2022-09-06T06:55:29.783Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-06T06:55:29.783Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json
2022-09-06T06:55:29.891Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-06T06:55:29.892Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json e2b511c1-0d37-423a-b47e-a8dd9695b597 785
2022-09-06T06:55:29.893Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json ASDC sendASDCNotification
2022-09-06T06:55:29.893Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json
2022-09-06T06:55:29.893Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:55:29.894Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:29.902Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:29.903Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447329893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:29.997Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-06T06:55:29.998Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:29.998Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:30.030Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:30.031Z||pool-59-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:30.905Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF7c503c3Cc88..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4738cf06-f862-474e-a470-a5e9fa188c35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cef4e9c5-37ce-4e0f-b9e3-f426c7481933",
    "vfModuleModelCustomizationUUID": "9a39ddd8-e881-4bd3-a28d-7b20282b5a27",
    "isBase": true,
    "artifacts": [
      "ab198a9e-919e-404a-a14d-26f91610d407",
      "de1389ab-d1af-4534-9e57-f4b7756441f4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:55:30.913Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF7c503c3Cc88..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cef4e9c5-37ce-4e0f-b9e3-f426c7481933
VfModuleModelInvariantUUID:4738cf06-f862-474e-a470-a5e9fa188c35
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab198a9e-919e-404a-a14d-26f91610d407
,
de1389ab-d1af-4534-9e57-f4b7756441f4

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

isBase:true


}

2022-09-06T06:55:30.917Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwF7c503c3Cc88..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4738cf06-f862-474e-a470-a5e9fa188c35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cef4e9c5-37ce-4e0f-b9e3-f426c7481933",
    "vfModuleModelCustomizationUUID": "9a39ddd8-e881-4bd3-a28d-7b20282b5a27",
    "isBase": true,
    "artifacts": [
      "ab198a9e-919e-404a-a14d-26f91610d407",
      "de1389ab-d1af-4534-9e57-f4b7756441f4"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T06:55:30.917Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwF7c503c3Cc88..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cef4e9c5-37ce-4e0f-b9e3-f426c7481933
VfModuleModelInvariantUUID:4738cf06-f862-474e-a470-a5e9fa188c35
VfModuleModelDescription:NULL
Artifacts UUID List:{
ab198a9e-919e-404a-a14d-26f91610d407
,
de1389ab-d1af-4534-9e57-f4b7756441f4

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

isBase:true


}

2022-09-06T06:55:30.917Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ab198a9e-919e-404a-a14d-26f91610d407 from URL: /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml
2022-09-06T06:55:30.918Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-06T06:55:30.918Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml
2022-09-06T06:55:30.984Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-06T06:55:30.986Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml ab198a9e-919e-404a-a14d-26f91610d407 20368
2022-09-06T06:55:30.986Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:55:30.986Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml
2022-09-06T06:55:30.986Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:55:30.987Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:30.991Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:30.991Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447330986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:31.091Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:55:31.092Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:31.092Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:31.132Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:31.133Z||pool-60-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:55:31.992Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: de1389ab-d1af-4534-9e57-f4b7756441f4 from URL: /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env
2022-09-06T06:55:31.993Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-06T06:55:31.993Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env
2022-09-06T06:55:32.071Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-06T06:55:32.071Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env de1389ab-d1af-4534-9e57-f4b7756441f4 2098
2022-09-06T06:55:32.072Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:55:32.073Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env
2022-09-06T06:55:32.073Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T06:55:32.074Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:32.077Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:32.077Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447332072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:55:32.177Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:55:32.179Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:32.179Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:32.211Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:32.212Z||pool-61-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:33.078Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 134787db-99c4-4be5-912c-7cbeeae16235
2022-09-06T06:55:33.079Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f7c503c3-cc88 0 22b74de9-cb4d-49ef-8b1f-d8f3a4bbae8f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:55:33.108Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fa5ff09, org.onap.sdc.toscaparser.api.parameters.Input@1651217d, org.onap.sdc.toscaparser.api.parameters.Input@f7fd815, org.onap.sdc.toscaparser.api.parameters.Input@2140f63c, org.onap.sdc.toscaparser.api.parameters.Input@417d08aa]
2022-09-06T06:55:33.110Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.111Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.111Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-09-06T06:55:33.111Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= aca49b00-bd56-48fc-a8d7-1ae44b0fb14c
2022-09-06T06:55:33.111Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aca49b00-bd56-48fc-a8d7-1ae44b0fb14c matches Tosca VF Customization UUID: aca49b00-bd56-48fc-a8d7-1ae44b0fb14c
2022-09-06T06:55:33.112Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: aca49b00-bd56-48fc-a8d7-1ae44b0fb14c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T06:55:33.116Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.117Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.118Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id aca49b00-bd56-48fc-a8d7-1ae44b0fb14c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T06:55:33.118Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@921a547
2022-09-06T06:55:33.118Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.118Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T06:55:33.119Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9a39ddd8-e881-4bd3-a28d-7b20282b5a27
2022-09-06T06:55:33.119Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9a39ddd8-e881-4bd3-a28d-7b20282b5a27
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T06:55:33.123Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.124Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:33.124Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:33.125Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.125Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:33.125Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:33.126Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.126Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is not matching search criteria
2022-09-06T06:55:33.126Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:55:33.127Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:55:33.127Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-09-06T06:55:33.127Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:55:33.127Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:55:33.127Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.128Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:33.128Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:55:33.128Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:33.128Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:55:33.129Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.129Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=76c4a377-e293-40ad-b2bd-f2699d3d6fc0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:55:33.134Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.134Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:33.134Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:33.135Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.135Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is not matching search criteria
2022-09-06T06:55:33.135Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:55:33.135Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:55:33.136Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:55:33.136Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:33.136Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.136Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.137Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:55:33.137Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-09-06T06:55:33.137Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-09-06T06:55:33.137Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:33.138Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-09-06T06:55:33.138Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.138Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0b2f3039-f6d6-4fdb-815d-47d11e1a4386
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:55:33.142Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.142Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:33.142Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:33.143Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.143Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is not matching search criteria
2022-09-06T06:55:33.143Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-09-06T06:55:33.144Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-09-06T06:55:33.144Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-09-06T06:55:33.144Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:33.144Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.145Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.145Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-09-06T06:55:33.145Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-09-06T06:55:33.145Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-09-06T06:55:33.146Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-09-06T06:55:33.146Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-09-06T06:55:33.146Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-09-06T06:55:33.146Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=5023578c-5a6e-4eb9-a4ec-d9d0bdaa8bdc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T06:55:33.150Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.150Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:33.150Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T06:55:33.151Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.151Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Node template vFW f7c503c3-cc88 0 is matching search criteria
2022-09-06T06:55:33.151Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW f7c503c3-cc88 0] matching following query criteria: sdcType=VF, customizationUUID=aca49b00-bd56-48fc-a8d7-1ae44b0fb14c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:55:33.155Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.155Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.156Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 134787db-99c4-4be5-912c-7cbeeae16235: vFW f7c503c3-cc88
2022-09-06T06:55:33.156Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.156Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.156Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.157Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.157Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.157Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.158Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.158Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.158Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T06:55:33.158Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-09-06 06-52-25 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T06:55:33.159Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-09-06 06-52-25 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T06:55:33.509Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f7c503c3-cc88 22b74de9-cb4d-49ef-8b1f-d8f3a4bbae8f 1 ASDC deployResourceStructure
2022-09-06T06:55:33.509Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json ASDC sendASDCNotification
2022-09-06T06:55:33.510Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json
2022-09-06T06:55:33.510Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:55:33.510Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:33.514Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:33.514Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447333509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:33.614Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:55:33.615Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:33.616Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:33.650Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:33.650Z||pool-62-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-06T06:55:34.516Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-09-06T06:55:34.517Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml
2022-09-06T06:55:34.517Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:55:34.518Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:34.521Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:34.521Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447334515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:34.621Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:55:34.622Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:34.622Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:34.651Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:34.652Z||pool-63-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:35.526Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env ASDC sendASDCNotification
2022-09-06T06:55:35.535Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env
2022-09-06T06:55:35.536Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:55:35.536Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:35.543Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:35.543Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447335526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:35.643Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T06:55:35.644Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:35.645Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:35.679Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:35.680Z||pool-64-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:36.547Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar ASDC sendASDCNotification
2022-09-06T06:55:36.547Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar
2022-09-06T06:55:36.547Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T06:55:36.548Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:55:36.551Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:55:36.551Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447336547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:55:36.651Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:55:36.652Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:55:36.653Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:55:36.673Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:55:36.673Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-09-06T06:55:37.554Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b28d3cfe-e820-4d63-bd9f-0eda93ba819a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:55:37.606Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b28d3cfe-e820-4d63-bd9f-0eda93ba819a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T06:55:37.618Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T06:55:37.619Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T06:55:37.619Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T06:55:37.620Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T06:55:37.648Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T06:56:07.648Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b28d3cfe-e820-4d63-bd9f-0eda93ba819a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T06:56:07.666Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b28d3cfe-e820-4d63-bd9f-0eda93ba819a and serviceModelVersionId: 134787db-99c4-4be5-912c-7cbeeae16235
2022-09-06T06:56:07.666Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54205571-eb9d-4cef-8f70-e04cb90408ac
2022-09-06T06:56:07.668Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0
2022-09-06T06:56:07.674Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T06:56:07.803Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0|INFO|500||Invoke
2022-09-06T06:56:07.804Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b28d3cfe-e820-4d63-bd9f-0eda93ba819a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1912fd8e-1978-4ed6-a0d1-f3268575f923], X-ECOMP-RequestID=[b28d3cfe-e820-4d63-bd9f-0eda93ba819a], X-TransactionId=[], X-ONAP-RequestID=[b28d3cfe-e820-4d63-bd9f-0eda93ba819a], Content-Type=[application/merge-patch+json]}
2022-09-06T06:56:07.870Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T06:56:08.050Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?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/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220906-06:56:08:028-65075], vertex-id=[163944], Content-Length=[0], Date=[Tue, 06 Sep 2022 06:56:08 GMT], Content-Type=[application/json]}
2022-09-06T06:56:08.051Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-06T06:56:08.052Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54205571-eb9d-4cef-8f70-e04cb90408ac/model-vers/model-ver/134787db-99c4-4be5-912c-7cbeeae16235?depth=0|INFO|500||InvokeReturn
2022-09-06T06:56:08.053Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T06:56:08.054Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T06:56:08.065Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T06:56:08.077Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b28d3cfe-e820-4d63-bd9f-0eda93ba819a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T06:56:08.077Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T06:56:08.077Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T06:56:08.081Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T06:56:08.081Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447368077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:56:08.182Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T06:56:08.184Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T06:56:08.184Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T06:56:08.238Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:56:08.239Z||pool-66-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T06:56:09.111Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:56:09.112Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:56:09.113Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:56:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:56:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:56:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:56:15.590Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:56:15.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:56:15.591Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d8acd33-71cd-46c3-9119-b0fce3737f35",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447310135,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:56:15.592Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:56:18.701Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:56:18.720Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:56:18.721Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:56:18.721Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:56:28.311Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:56:28.313Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:56:28.318Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:56:28.318Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:56:37.906Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:56:37.907Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:56:37.907Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:56:37.907Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:56:47.509Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:57:15.524Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:57:15.526Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:57:15.526Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:57:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:57:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:57:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:57:15.570Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:57:15.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T06:57:15.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:57:15.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:57:25.130Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:58:15.530Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:58:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:58:15.533Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:58:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:58:15.533Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:58:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:58:16.125Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:58:16.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T06:58:16.132Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:58:16.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.132Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-09-06T06:58:16.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:58:16.133Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:58:16.133Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:58:16.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-09-06T06:58:16.134Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:58:16.134Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.134Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T06:58:16.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:58:16.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.135Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447311170,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T06:58:16.135Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T06:58:16.135Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.136Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447323278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:58:16.136Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.136Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.137Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447329893,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:58:16.137Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.138Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.138Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447330986,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:58:16.138Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.139Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.142Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447332072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T06:58:16.142Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.143Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.143Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447333509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/vfwf7c503c3cc880_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T06:58:16.144Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.147Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447334515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T06:58:16.148Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.149Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.149Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447335526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/resourceInstances/vfwf7c503c3cc880/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-09-06T06:58:16.150Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447336547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220906065225/1.0/artifacts/service-Vfw20220906065225-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T06:58:16.153Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:16.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T06:58:16.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b28d3cfe-e820-4d63-bd9f-0eda93ba819a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447368077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T06:58:16.154Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T06:58:25.167Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:59:15.524Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:59:15.526Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:59:15.527Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T06:59:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T06:59:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T06:59:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T06:59:25.128Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T06:59:25.129Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:00:15.523Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:00:15.525Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:00:15.525Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:00:15.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:00:15.533Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:00:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:00:25.159Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:00:25.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:15.524Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:01:15.528Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:01:15.528Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:01:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:01:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:01:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:01:15.837Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:15.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447620677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:15.856Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.856Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.856Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:15.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "policy-id",
  "timestamp": 1662447624837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:15.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:01:15.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447620677,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:01:15.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "policy-id",
  "timestamp": 1662447624837,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:01:15.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "cds",
  "timestamp": 1662447626731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:15.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447629038,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:01:15.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:15.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "policy-id",
  "timestamp": 1662447629069,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:01:15.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:15.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "cds",
  "timestamp": 1662447626731,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:01:15.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:15.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "policy-id",
  "timestamp": 1662447630097,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:01:15.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:15.863Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "cds",
  "timestamp": 1662447629635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:01:15.863Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:15.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:15.864Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "policy-id",
  "timestamp": 1662447631102,
  "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-09-06T07:01:15.976Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f564bd0f-ebde-4cb7-a283-bc877c4b9200
2022-09-06T07:01:15.976Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f564bd0f-ebde-4cb7-a283-bc877c4b9200 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:01:16.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "aai-ml",
  "timestamp": 1662447630608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:16.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:16.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447631417,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:01:16.056Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:16.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "cds",
  "timestamp": 1662447630648,
  "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=?
2022-09-06T07:01:16.077Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f564bd0f-ebde-4cb7-a283-bc877c4b9200
2022-09-06T07:01:16.077Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f564bd0f-ebde-4cb7-a283-bc877c4b9200 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:01:16.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "aai-ml",
  "timestamp": 1662447630608,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:01:16.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:16.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447632435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:01:16.147Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f564bd0f-ebde-4cb7-a283-bc877c4b9200
2022-09-06T07:01:16.147Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f564bd0f-ebde-4cb7-a283-bc877c4b9200 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:01:16.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "aai-ml",
  "timestamp": 1662447633594,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:01:16.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:16.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447634957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:16.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:16.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447634957,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:16.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:16.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "clamp",
  "timestamp": 1662447638270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:16.188Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "clamp",
  "timestamp": 1662447638270,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "aai-ml",
  "timestamp": 1662447641251,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.189Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "aai-ml",
  "timestamp": 1662447642256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:01:16.213Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f564bd0f-ebde-4cb7-a283-bc877c4b9200
2022-09-06T07:01:16.213Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f564bd0f-ebde-4cb7-a283-bc877c4b9200 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:01:16.253Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:16.255Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.255Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f564bd0f-ebde-4cb7-a283-bc877c4b9200","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"2951969a-f70e-4b77-a0d9-d5dafe6768d3","serviceDescription":"service","serviceInvariantUUID":"2cfcba08-793d-4ba9-90fb-33792ecc3662","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"98b81ef7-9e92-4507-9c60-5e51596b0575","resourceInvariantUUID":"94219028-eae2-438f-9b21-278307c43808","resourceCustomizationUUID":"62445eab-80e0-41f3-bc65-e5ab01ad0553","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":"NDY1MDQyNWYwYzI1NDQwNzAzNmYzM2IzM2JmYTAyODM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0206b8c-9a90-4546-b701-b7184146a49d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YjM0NGNlMjY0MDU3OTkzMWU0NmJlMGI4MDgyOGMxNjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"608aa7fe-6630-4efa-957d-27963830e209","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T07:01:16.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "clamp",
  "timestamp": 1662447647353,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:01:16.256Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:16.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.256Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "clamp",
  "timestamp": 1662447650358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:01:16.256Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:01:16.256Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:01:16.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "clamp",
  "timestamp": 1662447651362,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-09-06T07:01:16.260Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:16.261Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:16.268Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:16.269Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:01:16.286Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f564bd0f-ebde-4cb7-a283-bc877c4b9200
2022-09-06T07:01:16.288Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f564bd0f-ebde-4cb7-a283-bc877c4b9200 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:01:16.371Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T07:01:16.373Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:16.373Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:16.405Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:16.406Z||pool-67-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:01:17.275Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:17.276Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:17.279Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:17.279Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:01:17.381Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-09-06T07:01:17.383Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:17.384Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:17.421Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:17.422Z||pool-68-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:01:18.293Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "2951969a-f70e-4b77-a0d9-d5dafe6768d3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2cfcba08-793d-4ba9-90fb-33792ecc3662",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "62445eab-80e0-41f3-bc65-e5ab01ad0553",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "98b81ef7-9e92-4507-9c60-5e51596b0575",
      "resourceInvariantUUID": "94219028-eae2-438f-9b21-278307c43808",
      "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": "YjM0NGNlMjY0MDU3OTkzMWU0NmJlMGI4MDgyOGMxNjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "608aa7fe-6630-4efa-957d-27963830e209"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T07:01:18.306Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T07:01:18.307Z|b28d3cfe-e820-4d63-bd9f-0eda93ba819a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2951969a-f70e-4b77-a0d9-d5dafe6768d3 ASDC
2022-09-06T07:01:18.308Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f564bd0f-ebde-4cb7-a283-bc877c4b9200
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:2951969a-f70e-4b77-a0d9-d5dafe6768d3
ServiceInvariantUUID:2cfcba08-793d-4ba9-90fb-33792ecc3662
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:608aa7fe-6630-4efa-957d-27963830e209
ArtifactChecksum:YjM0NGNlMjY0MDU3OTkzMWU0NmJlMGI4MDgyOGMxNjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:62445eab-80e0-41f3-bc65-e5ab01ad0553
ResourceInvariantUUID:94219028-eae2-438f-9b21-278307c43808
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:98b81ef7-9e92-4507-9c60-5e51596b0575
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-09-06T07:01:18.309Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2951969a-f70e-4b77-a0d9-d5dafe6768d3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:01:18.436Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:01:18.443Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T07:01:18.443Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T07:01:18.444Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 608aa7fe-6630-4efa-957d-27963830e209 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-06T07:01:18.444Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-06T07:01:18.445Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-06T07:01:18.633Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-06T07:01:18.640Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 608aa7fe-6630-4efa-957d-27963830e209 57660
2022-09-06T07:01:18.641Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-06T07:01:18.641Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-06T07:01:18.642Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:01:18.644Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:18.683Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:18.684Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447678641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:01:18.784Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:01:18.786Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:18.786Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:18.822Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:18.823Z||pool-69-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:01:19.685Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:01:19.687Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T07:01:19.687Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 608aa7fe-6630-4efa-957d-27963830e209, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:19.688Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-09-06T07:01:19.689Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:19.689Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:20.083Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3712455494790585983/Definitions/service-BasicNetwork-template.yml
2022-09-06T07:01:21.509Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T07:01:21.510Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-06T07:01:21.510Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.510Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-09-06T07:01:21.510Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.510Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.510Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.511Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.511Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.511Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.511Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.511Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.511Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-06T07:01:21.512Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.512Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.512Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-06T07:01:21.513Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-06T07:01:21.513Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:01:21.513Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.513Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.514Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-09-06T07:01:21.514Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-06T07:01:21.514Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:01:21.515Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.515Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.515Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.515Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.516Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.516Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.516Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.516Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.517Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.517Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.517Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:2951969a-f70e-4b77-a0d9-d5dafe6768d3
Model Version:NULL
Model InvariantUuid:2cfcba08-793d-4ba9-90fb-33792ecc3662
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:94219028-eae2-438f-9b21-278307c43808
Model UUID:a69fd58f-0f41-4618-9a2d-a874e28c2f5a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:62445eab-80e0-41f3-bc65-e5ab01ad0553
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T07:01:21.559Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 98b81ef7-9e92-4507-9c60-5e51596b0575
2022-09-06T07:01:21.560Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||No resources found for Service: 2951969a-f70e-4b77-a0d9-d5dafe6768d3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:01:21.588Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||
2022-09-06T07:01:21.588Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-09-06T07:01:21.590Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 2951969a-f70e-4b77-a0d9-d5dafe6768d3
2022-09-06T07:01:21.590Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 2951969a-f70e-4b77-a0d9-d5dafe6768d3
2022-09-06T07:01:21.591Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-09-06T07:01:21.591Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:01:21.601Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28259e45, org.onap.sdc.toscaparser.api.parameters.Input@4a8a137d, org.onap.sdc.toscaparser.api.parameters.Input@4f5354fc, org.onap.sdc.toscaparser.api.parameters.Input@640c2e3f, org.onap.sdc.toscaparser.api.parameters.Input@60df534d]
2022-09-06T07:01:21.606Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.607Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.607Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.607Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.608Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 2951969a-f70e-4b77-a0d9-d5dafe6768d3: Generic NeutronNet
2022-09-06T07:01:21.608Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.608Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.609Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.609Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-09-06T07:01:21.692Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.693Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.694Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.694Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.694Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:01:21.695Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:01:21.695Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-06T07:01:21.838Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-09-06T07:01:21.838Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-09-06T07:01:21.839Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-09-06T07:01:21.839Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:01:21.840Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:21.843Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:21.844Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447681838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:01:21.945Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T07:01:21.948Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:21.948Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:21.980Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:21.982Z||pool-70-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:01:22.854Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f564bd0f-ebde-4cb7-a283-bc877c4b9200
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:01:22.894Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f564bd0f-ebde-4cb7-a283-bc877c4b9200
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:01:22.907Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:01:22.907Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T07:01:22.908Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T07:01:22.908Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T07:01:22.909Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:01:22.909Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:01:22.910Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:01:22.910Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:01:22.910Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:01:22.911Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:01:22.911Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:01:22.925Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T07:01:52.926Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f564bd0f-ebde-4cb7-a283-bc877c4b9200 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T07:01:52.945Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f564bd0f-ebde-4cb7-a283-bc877c4b9200 and serviceModelVersionId: 2951969a-f70e-4b77-a0d9-d5dafe6768d3
2022-09-06T07:01:52.946Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2cfcba08-793d-4ba9-90fb-33792ecc3662
2022-09-06T07:01:52.951Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2cfcba08-793d-4ba9-90fb-33792ecc3662/model-vers/model-ver/2951969a-f70e-4b77-a0d9-d5dafe6768d3?depth=0
2022-09-06T07:01:52.978Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T07:01:53.121Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfcba08-793d-4ba9-90fb-33792ecc3662/model-vers/model-ver/2951969a-f70e-4b77-a0d9-d5dafe6768d3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-06T07:01:53.131Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfcba08-793d-4ba9-90fb-33792ecc3662/model-vers/model-ver/2951969a-f70e-4b77-a0d9-d5dafe6768d3?depth=0|INFO|500||Invoke
2022-09-06T07:01:53.192Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfcba08-793d-4ba9-90fb-33792ecc3662/model-vers/model-ver/2951969a-f70e-4b77-a0d9-d5dafe6768d3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T07:01:53.409Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfcba08-793d-4ba9-90fb-33792ecc3662/model-vers/model-ver/2951969a-f70e-4b77-a0d9-d5dafe6768d3?depth=0|INFO|500||InvokeReturn
2022-09-06T07:01:53.409Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2cfcba08-793d-4ba9-90fb-33792ecc3662/model-vers/model-ver/2951969a-f70e-4b77-a0d9-d5dafe6768d3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220906-07:01:53:335-93173], vertex-id=[221344], Content-Length=[0], Date=[Tue, 06 Sep 2022 07:01:53 GMT], Content-Type=[application/json]}
2022-09-06T07:01:53.410Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-09-06T07:01:53.410Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T07:01:53.410Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:01:53.459Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T07:01:53.459Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f564bd0f-ebde-4cb7-a283-bc877c4b9200 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T07:01:53.460Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T07:01:53.461Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:53.467Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:53.467Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447713460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:01:53.566Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T07:01:53.567Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:53.567Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:53.633Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:53.634Z||pool-71-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:01:54.491Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-09-06T07:01:54.492Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"19e0830e-944a-468b-830d-b2ef270baae9","serviceName":"Demo_pNF_ZbxaciYTCGSXij38p1Pn","serviceVersion":"1.0","serviceUUID":"080459a1-62a4-4927-908c-f2d0574c2675","serviceDescription":"catalog service description","serviceInvariantUUID":"c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65","resources":[{"resourceInstanceName":"pNF a99f6ef0-8186 0","resourceName":"pNF a99f6ef0-8186","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9381aec0-4954-4277-87df-6b5f6894a519","resourceInvariantUUID":"b5d7c2cb-1e05-4a92-bf13-dd87d012b906","resourceCustomizationUUID":"9b292baa-f385-49e1-b0d5-b68b3b367cef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml","artifactChecksum":"Mjg4NTkzMTRhYTNlOTliNDhhZjAyZmI4OGNmMjk3ZjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"704f4031-47ce-4a2f-b651-203b22ea103a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar","artifactChecksum":"MGVhZWRkNTViMDhhN2E0MmI1MzAwZmZmNmM3M2E3NDg\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7bc08d0d-39df-4cb1-9b89-99894b324da8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5d6645b2-698f-480a-ab37-be487c24977c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml","artifactChecksum":"MDNkNmZlZGNlZjIzMjE5MGY4NjY1MWE0N2Q2ODVjYTk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f056c9f7-d198-4d10-b4f9-5b853c316a10","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a308655d-2321-42ba-af54-052fdc24a42d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"19856b1d-b35d-46a4-b8b1-8f79a77b0afb","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZbxaciytcgsxij38p1pn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml","artifactChecksum":"YTQ2MjM2Mjc4NjdjZjRkODcxNmY0MDc3ZTExYmViMTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62457e40-c8e6-4201-96d9-80c443b38787","artifactVersion":"1"},{"artifactName":"service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar","artifactChecksum":"YmU3MzRlZTYxYTFjNzE4NDVhN2E3OGU0NDhiMjFmMjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"738a632e-24d9-425e-ba63-31c83f411c8d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T07:01:54.493Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:54.493Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:54.501Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:54.501Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:54.598Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-06T07:01:54.599Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:54.599Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:54.633Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:54.634Z||pool-72-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:01:55.504Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:55.506Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:55.509Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:55.509Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:55.609Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:01:55.611Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:55.611Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:55.685Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:55.686Z||pool-73-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:01:56.510Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:56.512Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:56.515Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:56.516Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:56.617Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:01:56.618Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:56.618Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:56.645Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:56.646Z||pool-74-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:01:57.517Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:57.517Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:57.521Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:57.521Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:57.623Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T07:01:57.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-09-06T07:01:57.625Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:57.650Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:57.651Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:01:58.521Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:58.522Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:58.531Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:58.531Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:58.627Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-06T07:01:58.634Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:58.634Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:58.685Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:58.686Z||pool-76-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:01:59.532Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:01:59.533Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:01:59.543Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:01:59.543Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:01:59.636Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-06T07:01:59.637Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:01:59.638Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:01:59.670Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:01:59.671Z||pool-77-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:02:00.544Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:02:00.545Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:02:00.549Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:02:00.549Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:02:00.658Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-06T07:02:00.660Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:02:00.660Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:02:00.710Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:02:00.711Z||pool-78-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:02:01.550Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:02:01.551Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:02:01.554Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:02:01.554Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:02:01.655Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:02:01.656Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:02:01.657Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:02:01.709Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:02:01.709Z||pool-79-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:02:02.557Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "serviceName": "Demo_pNF_ZbxaciYTCGSXij38p1Pn",
  "serviceVersion": "1.0",
  "serviceUUID": "080459a1-62a4-4927-908c-f2d0574c2675",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65",
  "resources": [
    {
      "resourceInstanceName": "pNF a99f6ef0-8186 0",
      "resourceCustomizationUUID": "9b292baa-f385-49e1-b0d5-b68b3b367cef",
      "resourceName": "pNF a99f6ef0-8186",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9381aec0-4954-4277-87df-6b5f6894a519",
      "resourceInvariantUUID": "b5d7c2cb-1e05-4a92-bf13-dd87d012b906",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
      "artifactChecksum": "YmU3MzRlZTYxYTFjNzE4NDVhN2E3OGU0NDhiMjFmMjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "738a632e-24d9-425e-ba63-31c83f411c8d"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T07:02:02.557Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T07:02:02.557Z|f564bd0f-ebde-4cb7-a283-bc877c4b9200|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 080459a1-62a4-4927-908c-f2d0574c2675 ASDC
2022-09-06T07:02:02.558Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:19e0830e-944a-468b-830d-b2ef270baae9
ServiceName:Demo_pNF_ZbxaciYTCGSXij38p1Pn
ServiceVersion:1.0
ServiceUUID:080459a1-62a4-4927-908c-f2d0574c2675
ServiceInvariantUUID:c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
ArtifactUUID:738a632e-24d9-425e-ba63-31c83f411c8d
ArtifactChecksum:YmU3MzRlZTYxYTFjNzE4NDVhN2E3OGU0NDhiMjFmMjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF a99f6ef0-8186 0
ResourceCustomizationUUID:9b292baa-f385-49e1-b0d5-b68b3b367cef
ResourceInvariantUUID:b5d7c2cb-1e05-4a92-bf13-dd87d012b906
ResourceName:pNF a99f6ef0-8186
ResourceType:PNF
ResourceUUID:9381aec0-4954-4277-87df-6b5f6894a519
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-06T07:02:02.558Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 080459a1-62a4-4927-908c-f2d0574c2675 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:02:02.607Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:02:02.608Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T07:02:02.608Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T07:02:02.609Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 738a632e-24d9-425e-ba63-31c83f411c8d from URL: /sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:02.609Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-09-06T07:02:02.609Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:02.999Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-09-06T07:02:03.011Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar 738a632e-24d9-425e-ba63-31c83f411c8d 87773
2022-09-06T07:02:03.012Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar ASDC sendASDCNotification
2022-09-06T07:02:03.012Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:03.012Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:02:03.012Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:02:03.016Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:02:03.016Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447723012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:02:03.116Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:02:03.117Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:02:03.118Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:02:03.148Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:02:03.149Z||pool-80-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":2,"count":1}
2022-09-06T07:02:04.017Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:02:04.020Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-09-06T07:02:04.020Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 738a632e-24d9-425e-ba63-31c83f411c8d, URL: /sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar to file: /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:04.021Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:04.021Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:04.022Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:04.285Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7767241766823373908/Definitions/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml
2022-09-06T07:02:06.154Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T07:02:06.155Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-06T07:02:06.155Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.155Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-06T07:02:06.156Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a99f6ef0-8186 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-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.156Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.156Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.156Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.156Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.157Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.157Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.157Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-09-06T07:02:06.158Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.158Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.158Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Node template pNF a99f6ef0-8186 0 is matching search criteria
2022-09-06T07:02:06.159Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-06T07:02:06.159Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a99f6ef0-8186 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:02:06.160Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.160Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.160Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Node template pNF a99f6ef0-8186 0 is matching search criteria
2022-09-06T07:02:06.160Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-09-06T07:02:06.161Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF a99f6ef0-8186 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:02:06.161Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.161Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.161Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.162Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.162Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.163Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.163Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.163Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.164Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.164Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.164Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ZbxaciYTCGSXij38p1Pn
Description:catalog service description
Model UUID:080459a1-62a4-4927-908c-f2d0574c2675
Model Version:NULL
Model InvariantUuid:c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T07:02:06.178Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9381aec0-4954-4277-87df-6b5f6894a519
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:02:06.186Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||pNF a99f6ef0-8186 0
2022-09-06T07:02:06.186Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9381aec0-4954-4277-87df-6b5f6894a519
2022-09-06T07:02:06.186Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 080459a1-62a4-4927-908c-f2d0574c2675
2022-09-06T07:02:06.187Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 080459a1-62a4-4927-908c-f2d0574c2675
2022-09-06T07:02:06.188Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a99f6ef0-8186 0 9381aec0-4954-4277-87df-6b5f6894a519 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:02:06.197Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c7682e4, org.onap.sdc.toscaparser.api.parameters.Input@b267d47, org.onap.sdc.toscaparser.api.parameters.Input@6123b01e, org.onap.sdc.toscaparser.api.parameters.Input@663817c, org.onap.sdc.toscaparser.api.parameters.Input@3eba52f6]
2022-09-06T07:02:06.198Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.199Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.200Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 080459a1-62a4-4927-908c-f2d0574c2675: pNF a99f6ef0-8186
2022-09-06T07:02:06.200Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||Processing PNF resource: 9381aec0-4954-4277-87df-6b5f6894a519
2022-09-06T07:02:06.201Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:02:06.202Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ZbxaciYTCGSXij38p1Pn is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:02:06.202Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9b292baa-f385-49e1-b0d5-b68b3b367cef is the same as notified resource customizationUUID: 9b292baa-f385-49e1-b0d5-b68b3b367cef
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-06T07:02:06.293Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a99f6ef0-8186 9381aec0-4954-4277-87df-6b5f6894a519 0 ASDC deployResourceStructure
2022-09-06T07:02:06.294Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar ASDC sendASDCNotification
2022-09-06T07:02:06.295Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar
2022-09-06T07:02:06.295Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:02:06.295Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:02:06.300Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:02:06.301Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447726294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:02:06.399Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T07:02:06.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-09-06T07:02:06.400Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:02:06.425Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:02:06.425Z||pool-81-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:02:07.302Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:02:07.347Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:02:07.382Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:02:07.383Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:02:07.383Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:02:15.534Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:02:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:02:15.536Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:02:15.599Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:02:15.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:02:15.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:02:15.605Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:02:37.394Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:02:37.448Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:02:37.464Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:02:37.464Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:02:37.464Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:03:07.471Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:03:07.521Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:03:07.534Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:03:07.534Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:03:07.534Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:03:15.541Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:03:15.542Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:03:15.542Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:03:15.639Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:03:15.640Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:03:15.640Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:03:15.642Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:03:37.540Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:03:37.579Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:03:37.592Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:03:37.592Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:03:37.593Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:04:07.593Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:04:07.630Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:04:07.638Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:04:07.639Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:04:07.639Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:04:15.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:04:15.533Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:04:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:04:15.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:04:15.664Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.671Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.672Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.676Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.677Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.677Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.677Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.678Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:15.678Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.678Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.695Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.710Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.710Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.711Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447678641,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:15.713Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:04:15.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447681838,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:15.727Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447671731,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:15.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447668270,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:15.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447674955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447683175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:15.738Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447685488,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:15.740Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "cds",
  "timestamp": 1662447684183,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:15.789Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19e0830e-944a-468b-830d-b2ef270baae9
2022-09-06T07:04:15.790Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e0830e-944a-468b-830d-b2ef270baae9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:15.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.819Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.819Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.819Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.820Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.820Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447687393,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447688247,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:15.855Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 19e0830e-944a-468b-830d-b2ef270baae9
2022-09-06T07:04:15.855Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e0830e-944a-468b-830d-b2ef270baae9 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:15.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447688459,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:15.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447680677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:15.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "clamp",
  "timestamp": 1662447689464,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:15.905Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19e0830e-944a-468b-830d-b2ef270baae9
2022-09-06T07:04:15.908Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e0830e-944a-468b-830d-b2ef270baae9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:15.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447689520,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:15.930Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447691950,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:15.939Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447684897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:15.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447684837,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:15.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447692960,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:15.961Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19e0830e-944a-468b-830d-b2ef270baae9
2022-09-06T07:04:15.961Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e0830e-944a-468b-830d-b2ef270baae9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:15.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.993Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447693789,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447694794,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:15.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:15.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:15.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:15.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:15.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "policy-id",
  "timestamp": 1662447695799,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:16.037Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19e0830e-944a-468b-830d-b2ef270baae9
2022-09-06T07:04:16.037Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e0830e-944a-468b-830d-b2ef270baae9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447690608,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447694956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447698270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447694956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447698270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447699557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.098Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447694956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447698270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447694956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447698270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447698270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447694956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447701731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447698270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447694956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447701731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447698270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447694956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447704897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447701731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447704837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447704897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447701731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447704837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447704897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447701731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447704837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447704897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447701731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447704837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447704897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447701731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447704837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447704897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447709652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.110Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.110Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.110Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447704837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.110Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447704897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.111Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.111Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.111Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447711434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:16.111Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.112Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.112Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.112Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "cds",
  "timestamp": 1662447710663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.161Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ee1a4f1-5363-412e-861f-f04f520a418b
2022-09-06T07:04:16.161Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1a4f1-5363-412e-861f-f04f520a418b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447704837,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447712790,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "aai-ml",
  "timestamp": 1662447712442,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:16.201Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19e0830e-944a-468b-830d-b2ef270baae9
2022-09-06T07:04:16.202Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19e0830e-944a-468b-830d-b2ef270baae9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.217Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447712702,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447713893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f564bd0f-ebde-4cb7-a283-bc877c4b9200",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447713460,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447713720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:16.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447715055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "policy-id",
  "timestamp": 1662447714728,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:16.267Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee1a4f1-5363-412e-861f-f04f520a418b
2022-09-06T07:04:16.268Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1a4f1-5363-412e-861f-f04f520a418b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447716096,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:16.306Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee1a4f1-5363-412e-861f-f04f520a418b
2022-09-06T07:04:16.306Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1a4f1-5363-412e-861f-f04f520a418b 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-09-06T07:04:16.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447717102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:16.321Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447717423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.322Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447718460,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:16.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447718665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "clamp",
  "timestamp": 1662447719465,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:16.361Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ee1a4f1-5363-412e-861f-f04f520a418b
2022-09-06T07:04:16.361Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1a4f1-5363-412e-861f-f04f520a418b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.392Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.392Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.393Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.393Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/resourceInstances/pnfa99f6ef081860/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.393Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.394Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447675524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.400Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447721990,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:16.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.401Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447723005,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:16.414Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ee1a4f1-5363-412e-861f-f04f520a418b
2022-09-06T07:04:16.414Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1a4f1-5363-412e-861f-f04f520a418b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447723012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662447714963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447716731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447726294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfZbxaciytcgsxij38p1pn/1.0/artifacts/service-DemoPnfZbxaciytcgsxij38p1pn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:04:16.453Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447726611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "cds",
  "timestamp": 1662447727619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.482Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 575c4179-b0b8-4efe-970a-871686832cf2
2022-09-06T07:04:16.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 575c4179-b0b8-4efe-970a-871686832cf2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:04:16.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447728519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.519Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.526Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.526Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.526Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.529Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.529Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.529Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.530Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447710677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.530Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.530Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.531Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.531Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.531Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.532Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.532Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447724897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.532Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.533Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447733226,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.533Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447724837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:04:16.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447734762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.535Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.536Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:16.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447734805,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.536Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447735874,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:04:16.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:04:16.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:04:16.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:04:16.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:04:37.640Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:04:37.695Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:04:37.708Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:04:37.709Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T07:04:37.709Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T07:04:37.710Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T07:04:37.711Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:04:37.711Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:04:37.712Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:04:37.712Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:04:37.713Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:04:37.713Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:04:37.714Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:04:37.714Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:04:37.745Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T07:05:07.746Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19e0830e-944a-468b-830d-b2ef270baae9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T07:05:07.763Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19e0830e-944a-468b-830d-b2ef270baae9 and serviceModelVersionId: 080459a1-62a4-4927-908c-f2d0574c2675
2022-09-06T07:05:07.763Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65
2022-09-06T07:05:07.766Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0
2022-09-06T07:05:07.784Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T07:05:07.900Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0|INFO|500||Invoke
2022-09-06T07:05:07.901Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19e0830e-944a-468b-830d-b2ef270baae9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[55c277f3-d4e7-445d-835e-ef3400bbf18f], X-ECOMP-RequestID=[19e0830e-944a-468b-830d-b2ef270baae9], X-TransactionId=[], X-ONAP-RequestID=[19e0830e-944a-468b-830d-b2ef270baae9], Content-Type=[application/merge-patch+json]}
2022-09-06T07:05:08.004Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T07:05:08.199Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?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/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220906-07:05:08:165-8868], vertex-id=[397392], Content-Length=[0], Date=[Tue, 06 Sep 2022 07:05:08 GMT], Content-Type=[application/json]}
2022-09-06T07:05:08.200Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-06T07:05:08.201Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c9af27fd-6d2c-4984-9a0f-a4ff7e22fa65/model-vers/model-ver/080459a1-62a4-4927-908c-f2d0574c2675?depth=0|INFO|500||InvokeReturn
2022-09-06T07:05:08.202Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T07:05:08.202Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:05:08.210Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T07:05:08.211Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19e0830e-944a-468b-830d-b2ef270baae9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T07:05:08.211Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T07:05:08.212Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:08.217Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:08.217Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447908211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:05:08.317Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:05:08.319Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:08.319Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:08.373Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:08.374Z||pool-82-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:05:09.288Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:05:09.289Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:05:09.289Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:05:14.091Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:14.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-06T07:05:14.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ee1a4f1-5363-412e-861f-f04f520a418b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f835ff2f-5264-4148-bd85-7fc539ac169d","serviceDescription":"service","serviceInvariantUUID":"829a1e04-a3a9-4e3f-869c-f21f80e67997","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b35afce-e407-4b95-9513-f507593bd59d","resourceInvariantUUID":"dfad8a57-fdef-49dc-af4a-835091121ba8","resourceCustomizationUUID":"8d76c0a5-4b04-4042-8a0b-a6853c331ed0","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":"ZWU5ZTYxNmQ2YWU5YjhhY2M5NWVkZDdiMzBmYjMzNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b8b03fc5-3980-4707-bbf3-b5bb037890a3","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":"MzBjYjdjNTg5NmI3YWZkODYyZjAzM2NjM2VkZTRkNGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"149c64c4-be8c-46e4-9b57-8339b884ccd3","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":"7509761e-6b83-44ae-8fe6-53c5a9ca7d7a","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":"cc955915-82f4-4118-94c2-8584b1ee3b2c","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":"c4103c41-24cd-4db6-90d8-e584195d6e9a","artifactVersion":"2","generatedFromUUID":"7509761e-6b83-44ae-8fe6-53c5a9ca7d7a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTllNzIxNzlkNDY4ZmRiNjZlM2Q0YzY1MjRjOTQ1NTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ef875ec-7b59-4ac1-a76e-5b876ec084ff","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODBjNzUxZTBmM2EwMWEyMGMzMGYzYmJjY2YyYzVhY2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aeca81d3-3889-491b-96d6-657317bade2a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T07:05:14.105Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:05:14.106Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:14.115Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:14.115Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:14.218Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-06T07:05:14.221Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:14.222Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:14.285Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:14.286Z||pool-83-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:15.117Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:05:15.118Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:15.132Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:15.133Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:05:15.232Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:05:15.233Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:15.234Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:15.282Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:15.283Z||pool-84-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:15.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:05:15.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:05:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:05:15.619Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:15.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447735824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:15.623Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447736194,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:15.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447737041,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:15.624Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447728270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:05:15.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "policy-id",
  "timestamp": 1662447736828,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:05:15.658Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 575c4179-b0b8-4efe-970a-871686832cf2
2022-09-06T07:05:15.659Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 575c4179-b0b8-4efe-970a-871686832cf2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:05:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.711Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662447737204,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:05:15.790Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 575c4179-b0b8-4efe-970a-871686832cf2
2022-09-06T07:05:15.790Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 575c4179-b0b8-4efe-970a-871686832cf2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:05:15.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447738140,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:15.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447739280,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:05:15.853Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 575c4179-b0b8-4efe-970a-871686832cf2
2022-09-06T07:05:15.853Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 575c4179-b0b8-4efe-970a-871686832cf2 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-09-06T07:05:15.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.897Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662447740294,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:15.898Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447743576,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:15.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "aai-ml",
  "timestamp": 1662447744599,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:05:15.924Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ee1a4f1-5363-412e-861f-f04f520a418b
2022-09-06T07:05:15.927Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1a4f1-5363-412e-861f-f04f520a418b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:05:15.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447746443,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:15.945Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.946Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447749435,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:15.946Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.946Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "clamp",
  "timestamp": 1662447750439,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:05:15.966Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 575c4179-b0b8-4efe-970a-871686832cf2
2022-09-06T07:05:15.967Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 575c4179-b0b8-4efe-970a-871686832cf2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:05:15.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447720608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447754750,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447768576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:05:15.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "aai-ml",
  "timestamp": 1662447769582,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:05:16.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 575c4179-b0b8-4efe-970a-871686832cf2
2022-09-06T07:05:16.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 575c4179-b0b8-4efe-970a-871686832cf2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:05:16.137Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:05:16.142Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:16.146Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:16.147Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:05:16.247Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:05:16.249Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:16.250Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:16.299Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:16.300Z||pool-85-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:05:17.162Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:05:17.163Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:17.217Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:17.218Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:17.319Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T07:05:17.326Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:17.328Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:17.380Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:17.382Z||pool-86-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:18.219Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:05:18.219Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:18.253Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:18.253Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-06T07:05:18.333Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2022-09-06T07:05:18.335Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:18.335Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:18.366Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:18.368Z||pool-87-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:19.257Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:05:19.258Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:19.281Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:19.282Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:05:19.386Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-06T07:05:19.390Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:19.390Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:19.441Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:19.443Z||pool-88-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":2,"count":1}
2022-09-06T07:05:20.285Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:05:20.285Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:20.319Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:20.319Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:05:20.404Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-09-06T07:05:20.406Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:20.406Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:20.437Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:20.438Z||pool-89-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:21.320Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f835ff2f-5264-4148-bd85-7fc539ac169d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "829a1e04-a3a9-4e3f-869c-f21f80e67997",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "8d76c0a5-4b04-4042-8a0b-a6853c331ed0",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2b35afce-e407-4b95-9513-f507593bd59d",
      "resourceInvariantUUID": "dfad8a57-fdef-49dc-af4a-835091121ba8",
      "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": "MzBjYjdjNTg5NmI3YWZkODYyZjAzM2NjM2VkZTRkNGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "149c64c4-be8c-46e4-9b57-8339b884ccd3",
          "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": "7509761e-6b83-44ae-8fe6-53c5a9ca7d7a",
          "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": "c4103c41-24cd-4db6-90d8-e584195d6e9a",
            "generatedFromUUID": "7509761e-6b83-44ae-8fe6-53c5a9ca7d7a"
          },
          "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": "c4103c41-24cd-4db6-90d8-e584195d6e9a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODBjNzUxZTBmM2EwMWEyMGMzMGYzYmJjY2YyYzVhY2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aeca81d3-3889-491b-96d6-657317bade2a"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T07:05:21.321Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T07:05:21.321Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f835ff2f-5264-4148-bd85-7fc539ac169d ASDC
2022-09-06T07:05:21.323Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:9ee1a4f1-5363-412e-861f-f04f520a418b
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f835ff2f-5264-4148-bd85-7fc539ac169d
ServiceInvariantUUID:829a1e04-a3a9-4e3f-869c-f21f80e67997
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:aeca81d3-3889-491b-96d6-657317bade2a
ArtifactChecksum:ODBjNzUxZTBmM2EwMWEyMGMzMGYzYmJjY2YyYzVhY2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:8d76c0a5-4b04-4042-8a0b-a6853c331ed0
ResourceInvariantUUID:dfad8a57-fdef-49dc-af4a-835091121ba8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:2b35afce-e407-4b95-9513-f507593bd59d
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:149c64c4-be8c-46e4-9b57-8339b884ccd3
ArtifactChecksum:MzBjYjdjNTg5NmI3YWZkODYyZjAzM2NjM2VkZTRkNGM=
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:7509761e-6b83-44ae-8fe6-53c5a9ca7d7a
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:c4103c41-24cd-4db6-90d8-e584195d6e9a
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:c4103c41-24cd-4db6-90d8-e584195d6e9a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T07:05:21.323Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f835ff2f-5264-4148-bd85-7fc539ac169d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:05:21.451Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:05:21.454Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-06T07:05:21.454Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-06T07:05:21.454Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aeca81d3-3889-491b-96d6-657317bade2a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-06T07:05:21.455Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:05:21.455Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-06T07:05:21.707Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:05:21.733Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar aeca81d3-3889-491b-96d6-657317bade2a 74725
2022-09-06T07:05:21.734Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-06T07:05:21.734Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-06T07:05:21.734Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:05:21.735Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:21.738Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:21.739Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447921734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:21.844Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-06T07:05:21.845Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:21.846Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:21.932Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:21.932Z||pool-90-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:22.740Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:05:22.741Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-06T07:05:22.742Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: aeca81d3-3889-491b-96d6-657317bade2a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:22.743Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-09-06T07:05:22.744Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:22.747Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:23.164Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14372932071705172617/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-06T07:05:26.294Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T07:05:26.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-06T07:05:26.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-06T07:05:26.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.296Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.296Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.296Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.296Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-09-06T07:05:26.296Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-06T07:05:26.297Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.297Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:26.297Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:26.298Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-06T07:05:26.298Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:05:26.298Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.299Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:26.299Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:26.299Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-06T07:05:26.299Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:05:26.299Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.299Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:26.300Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.300Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-06T07:05:26.300Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-06T07:05:26.300Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-06T07:05:26.300Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-06T07:05:26.300Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-06T07:05:26.301Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T07:05:26.301Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.301Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T07:05:26.301Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.301Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:26.302Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:05:26.302Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.302Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:26.302Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:05:26.303Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.303Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:26.303Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:05:26.303Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.303Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-06T07:05:26.304Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-06T07:05:26.304Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-06T07:05:26.304Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4946efae-9d75-4c47-b957-b345e891836e
2022-09-06T07:05:26.304Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.304Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:26.305Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.305Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:26.305Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.305Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:26.305Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:26.306Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:26.306Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f835ff2f-5264-4148-bd85-7fc539ac169d
Model Version:NULL
Model InvariantUuid:829a1e04-a3a9-4e3f-869c-f21f80e67997
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a9002f33-c53d-4091-aa24-292e0460a6a7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dfad8a57-fdef-49dc-af4a-835091121ba8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8d76c0a5-4b04-4042-8a0b-a6853c331ed0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7595e8f1-ec78-404d-aa03-5c8ad9559510
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:590c8b5b-66ff-4e76-b91c-55ce1a794de1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4946efae-9d75-4c47-b957-b345e891836e
ModelInvariantUuid:8cf961f5-db5c-468f-a1ff-f324aedad7ec
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cc4d9344-8803-4929-a582-2719e10e9bc6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a5971494-a3c6-4359-a710-6085dd619c76
ModelInvariantUuid:9dd99539-0797-4733-9a81-e5f0cec7989c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3afca245-6a9b-4321-ac85-5dbce545d61d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T07:05:27.144Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b35afce-e407-4b95-9513-f507593bd59d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:05:27.170Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-09-06T07:05:27.172Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b35afce-e407-4b95-9513-f507593bd59d
2022-09-06T07:05:27.172Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 149c64c4-be8c-46e4-9b57-8339b884ccd3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-06T07:05:27.173Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:05:27.174Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-06T07:05:27.294Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:05:27.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 149c64c4-be8c-46e4-9b57-8339b884ccd3 787
2022-09-06T07:05:27.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-06T07:05:27.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-06T07:05:27.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:05:27.295Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:27.314Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:27.314Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447927295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:27.407Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-06T07:05:27.409Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:27.409Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:27.434Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:27.435Z||pool-91-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:05:28.320Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7595e8f1-ec78-404d-aa03-5c8ad9559510",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "590c8b5b-66ff-4e76-b91c-55ce1a794de1",
    "vfModuleModelCustomizationUUID": "481beb60-2f7c-4944-ac8f-703a2cd66f20",
    "isBase": true,
    "artifacts": [
      "7509761e-6b83-44ae-8fe6-53c5a9ca7d7a",
      "c4103c41-24cd-4db6-90d8-e584195d6e9a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T07:05:28.337Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:590c8b5b-66ff-4e76-b91c-55ce1a794de1
VfModuleModelInvariantUUID:7595e8f1-ec78-404d-aa03-5c8ad9559510
VfModuleModelDescription:NULL
Artifacts UUID List:{
7509761e-6b83-44ae-8fe6-53c5a9ca7d7a
,
c4103c41-24cd-4db6-90d8-e584195d6e9a

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

isBase:true


}

2022-09-06T07:05:28.342Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7595e8f1-ec78-404d-aa03-5c8ad9559510",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "590c8b5b-66ff-4e76-b91c-55ce1a794de1",
    "vfModuleModelCustomizationUUID": "481beb60-2f7c-4944-ac8f-703a2cd66f20",
    "isBase": true,
    "artifacts": [
      "7509761e-6b83-44ae-8fe6-53c5a9ca7d7a",
      "c4103c41-24cd-4db6-90d8-e584195d6e9a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T07:05:28.342Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:590c8b5b-66ff-4e76-b91c-55ce1a794de1
VfModuleModelInvariantUUID:7595e8f1-ec78-404d-aa03-5c8ad9559510
VfModuleModelDescription:NULL
Artifacts UUID List:{
7509761e-6b83-44ae-8fe6-53c5a9ca7d7a
,
c4103c41-24cd-4db6-90d8-e584195d6e9a

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

isBase:true


}

2022-09-06T07:05:28.343Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7509761e-6b83-44ae-8fe6-53c5a9ca7d7a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-06T07:05:28.343Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:05:28.346Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-06T07:05:28.413Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:05:28.414Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 7509761e-6b83-44ae-8fe6-53c5a9ca7d7a 5033
2022-09-06T07:05:28.415Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-06T07:05:28.415Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-06T07:05:28.415Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:05:28.416Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:28.442Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:28.442Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447928415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:28.541Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T07:05:28.542Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:28.542Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:28.574Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:28.575Z||pool-92-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:05:29.443Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c4103c41-24cd-4db6-90d8-e584195d6e9a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-06T07:05:29.444Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:05:29.445Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-06T07:05:29.529Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:05:29.530Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c4103c41-24cd-4db6-90d8-e584195d6e9a 903
2022-09-06T07:05:29.531Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-06T07:05:29.532Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-06T07:05:29.533Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:05:29.534Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:29.540Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:29.540Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447929531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:05:29.653Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-09-06T07:05:29.654Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:29.665Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:29.753Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:29.754Z||pool-93-thread-1|||||INFO|500||cambria reply ok (101 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:05:30.541Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f835ff2f-5264-4148-bd85-7fc539ac169d
2022-09-06T07:05:30.542Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 2b35afce-e407-4b95-9513-f507593bd59d 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-09-06T07:05:30.665Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64673b12, org.onap.sdc.toscaparser.api.parameters.Input@6545e465, org.onap.sdc.toscaparser.api.parameters.Input@6b7ebf55, org.onap.sdc.toscaparser.api.parameters.Input@30553a40, org.onap.sdc.toscaparser.api.parameters.Input@6d3728f3]
2022-09-06T07:05:30.668Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.685Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.686Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-06T07:05:30.686Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8d76c0a5-4b04-4042-8a0b-a6853c331ed0
2022-09-06T07:05:30.686Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8d76c0a5-4b04-4042-8a0b-a6853c331ed0 matches Tosca VF Customization UUID: 8d76c0a5-4b04-4042-8a0b-a6853c331ed0
2022-09-06T07:05:30.686Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8d76c0a5-4b04-4042-8a0b-a6853c331ed0  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T07:05:30.709Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.710Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.712Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8d76c0a5-4b04-4042-8a0b-a6853c331ed0: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T07:05:30.712Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@201fa207
2022-09-06T07:05:30.717Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.717Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T07:05:30.718Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 481beb60-2f7c-4944-ac8f-703a2cd66f20
2022-09-06T07:05:30.718Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 481beb60-2f7c-4944-ac8f-703a2cd66f20
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T07:05:30.747Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.748Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:30.749Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:05:30.749Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.749Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:30.749Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:05:30.750Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.750Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-09-06T07:05:30.750Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-06T07:05:30.750Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-06T07:05:30.751Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4946efae-9d75-4c47-b957-b345e891836e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T07:05:30.778Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.780Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:30.781Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:05:30.782Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.782Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-09-06T07:05:30.782Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8d76c0a5-4b04-4042-8a0b-a6853c331ed0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:05:30.797Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.798Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.798Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f835ff2f-5264-4148-bd85-7fc539ac169d: basic_vm
2022-09-06T07:05:30.799Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.799Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.799Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.799Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.800Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.800Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.801Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.802Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.802Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:05:30.802Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:05:30.803Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:05:31.369Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 2b35afce-e407-4b95-9513-f507593bd59d 1 ASDC deployResourceStructure
2022-09-06T07:05:31.370Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-09-06T07:05:31.370Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-09-06T07:05:31.377Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:05:31.377Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:31.393Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:31.394Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447931370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:31.481Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-09-06T07:05:31.482Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:31.483Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:31.526Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:31.530Z||pool-94-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:32.395Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-09-06T07:05:32.396Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-09-06T07:05:32.396Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:05:32.396Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:32.400Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:32.405Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:32.501Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T07:05:32.504Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:32.505Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:32.557Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:32.557Z||pool-95-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:33.409Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-09-06T07:05:33.411Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-09-06T07:05:33.411Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:05:33.412Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:33.422Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:33.424Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447933409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:33.520Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-06T07:05:33.522Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:33.522Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:33.561Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:33.562Z||pool-96-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:05:34.426Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-09-06T07:05:34.430Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-09-06T07:05:34.430Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:05:34.430Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:05:34.443Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:05:34.443Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:05:34.534Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-09-06T07:05:34.536Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:05:34.536Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:05:34.570Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:05:34.571Z||pool-97-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:05:35.445Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1a4f1-5363-412e-861f-f04f520a418b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:05:35.463Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1a4f1-5363-412e-861f-f04f520a418b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:05:35.470Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:05:35.470Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T07:05:35.470Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T07:05:35.471Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T07:05:35.471Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:05:35.471Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:05:35.471Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:05:35.471Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:05:35.471Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:05:35.472Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:05:35.472Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:05:35.517Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T07:06:05.517Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ee1a4f1-5363-412e-861f-f04f520a418b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T07:06:05.540Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ee1a4f1-5363-412e-861f-f04f520a418b and serviceModelVersionId: f835ff2f-5264-4148-bd85-7fc539ac169d
2022-09-06T07:06:05.540Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 829a1e04-a3a9-4e3f-869c-f21f80e67997
2022-09-06T07:06:05.542Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/829a1e04-a3a9-4e3f-869c-f21f80e67997/model-vers/model-ver/f835ff2f-5264-4148-bd85-7fc539ac169d?depth=0
2022-09-06T07:06:05.548Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T07:06:05.625Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/829a1e04-a3a9-4e3f-869c-f21f80e67997/model-vers/model-ver/f835ff2f-5264-4148-bd85-7fc539ac169d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-06T07:06:05.627Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/829a1e04-a3a9-4e3f-869c-f21f80e67997/model-vers/model-ver/f835ff2f-5264-4148-bd85-7fc539ac169d?depth=0|INFO|500||Invoke
2022-09-06T07:06:05.673Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/829a1e04-a3a9-4e3f-869c-f21f80e67997/model-vers/model-ver/f835ff2f-5264-4148-bd85-7fc539ac169d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T07:06:05.882Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/829a1e04-a3a9-4e3f-869c-f21f80e67997/model-vers/model-ver/f835ff2f-5264-4148-bd85-7fc539ac169d?depth=0|INFO|500||InvokeReturn
2022-09-06T07:06:05.882Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/829a1e04-a3a9-4e3f-869c-f21f80e67997/model-vers/model-ver/f835ff2f-5264-4148-bd85-7fc539ac169d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220906-07:06:05:824-50512], vertex-id=[221248], Content-Length=[0], Date=[Tue, 06 Sep 2022 07:06:05 GMT], Content-Type=[application/json]}
2022-09-06T07:06:05.882Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-06T07:06:05.883Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T07:06:05.883Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:06:05.902Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T07:06:05.902Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ee1a4f1-5363-412e-861f-f04f520a418b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T07:06:05.902Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T07:06:05.903Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:05.905Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:05.906Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447965902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:06:06.011Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-06T07:06:06.012Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:06:06.012Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:06.065Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:06.065Z||pool-98-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:06:06.950Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-09-06T07:06:06.951Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"575c4179-b0b8-4efe-970a-871686832cf2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"299122fe-c61c-42bf-93c9-16690529597c","serviceDescription":"service","serviceInvariantUUID":"52ef5058-e021-4fd6-ba85-0e385c8977c4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0456589-cd14-4e9b-b4c3-533d00fe959b","resourceInvariantUUID":"2efef52a-a080-4472-b5b9-be1740f26f64","resourceCustomizationUUID":"2a5b6175-c80f-410e-96b3-abffed4db2fd","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":"ZDJlMjhhYzMyN2E1OTA4Yjk5YTM2OTI5ZjhhZjJhZDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8142cc91-b2e2-4cb6-86a9-16b78829dd07","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":"d324d317-f7b1-4f69-9f54-50f6bac54722","artifactVersion":"2","generatedFromUUID":"60101698-b03b-42ff-9d21-360360654a1a"},{"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":"60101698-b03b-42ff-9d21-360360654a1a","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":"OGE3Nzk5MzJjNDBiNGVlNGRmODk3YjE3OTY1NGQ1MDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"917c43e8-fb4d-4a0f-8f76-7bf71df97f20","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":"e2746eac-2404-4986-9048-7a5bf50d8f99","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":"284269da-3d5f-432b-bcb9-4959b014f28f","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":"2953a19d-79dd-480c-88e5-b4656ccdbfca","artifactVersion":"2","generatedFromUUID":"e2746eac-2404-4986-9048-7a5bf50d8f99"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NGU3NTBjMWZjMGE1OTI0ZWM4OWRjNTk3ZDhkY2ExMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6437c1b-f27c-4c41-9293-be02c2325cd6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Njk3NDMzMmVkMGJkY2ViNGYyNDFlYzZjYzMzOGUyYzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7aebd881-e1d9-4bc6-939f-b7c866fea416","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T07:06:06.951Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:06.951Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:06.959Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:06.960Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:06:07.081Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 121 ms
2022-09-06T07:06:07.082Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:06:07.082Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:07.125Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:07.126Z||pool-99-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:07.962Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:07.962Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:07.979Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:07.980Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-06T07:06:08.076Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T07:06:08.078Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:06:08.078Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:08.129Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:08.130Z||pool-100-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:06:08.981Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:08.981Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:08.996Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:08.997Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-06T07:06:09.097Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:06:09.098Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:06:09.098Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:09.150Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:09.150Z||pool-101-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:06:09.999Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:10.000Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:10.019Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:10.020Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:06:10.124Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-06T07:06:10.126Z||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-09-06T07:06:10.127Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:10.193Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:10.194Z||pool-102-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:11.028Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:11.033Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:11.041Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:11.041Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:06:11.138Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T07:06:11.139Z||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-09-06T07:06:11.140Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:11.177Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:11.179Z||pool-103-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:12.042Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:12.043Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:12.046Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:12.046Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:06:12.147Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:06:12.148Z||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-09-06T07:06:12.149Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:12.202Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:12.202Z||pool-104-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:13.052Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:13.053Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:13.060Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:13.061Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-06T07:06:13.163Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T07:06:13.168Z||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-09-06T07:06:13.169Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:13.203Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:13.207Z||pool-105-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:14.067Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:14.068Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:14.072Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:14.073Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:06:14.173Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:06:14.175Z||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-09-06T07:06:14.176Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:14.241Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:14.241Z||pool-106-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:06:15.088Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:06:15.095Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:15.098Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:15.100Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:06:15.199Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:06:15.200Z||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-09-06T07:06:15.200Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:15.246Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:15.246Z||pool-107-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:15.533Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:06:15.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:06:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:06:15.610Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:15.611Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:06:15.612Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19e0830e-944a-468b-830d-b2ef270baae9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447908211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:06:15.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:06:15.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:06:15.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:06:15.615Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:06:15.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:06:15.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:06:15.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:06:16.102Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "299122fe-c61c-42bf-93c9-16690529597c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "52ef5058-e021-4fd6-ba85-0e385c8977c4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2a5b6175-c80f-410e-96b3-abffed4db2fd",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e0456589-cd14-4e9b-b4c3-533d00fe959b",
      "resourceInvariantUUID": "2efef52a-a080-4472-b5b9-be1740f26f64",
      "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": "d324d317-f7b1-4f69-9f54-50f6bac54722",
          "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": "60101698-b03b-42ff-9d21-360360654a1a",
          "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": "OGE3Nzk5MzJjNDBiNGVlNGRmODk3YjE3OTY1NGQ1MDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "917c43e8-fb4d-4a0f-8f76-7bf71df97f20",
          "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": "e2746eac-2404-4986-9048-7a5bf50d8f99",
          "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": "2953a19d-79dd-480c-88e5-b4656ccdbfca",
            "generatedFromUUID": "e2746eac-2404-4986-9048-7a5bf50d8f99"
          },
          "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": "2953a19d-79dd-480c-88e5-b4656ccdbfca",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Njk3NDMzMmVkMGJkY2ViNGYyNDFlYzZjYzMzOGUyYzY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7aebd881-e1d9-4bc6-939f-b7c866fea416"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T07:06:16.103Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T07:06:16.103Z|9ee1a4f1-5363-412e-861f-f04f520a418b|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 299122fe-c61c-42bf-93c9-16690529597c ASDC
2022-09-06T07:06:16.103Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:575c4179-b0b8-4efe-970a-871686832cf2
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:299122fe-c61c-42bf-93c9-16690529597c
ServiceInvariantUUID:52ef5058-e021-4fd6-ba85-0e385c8977c4
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:7aebd881-e1d9-4bc6-939f-b7c866fea416
ArtifactChecksum:Njk3NDMzMmVkMGJkY2ViNGYyNDFlYzZjYzMzOGUyYzY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2a5b6175-c80f-410e-96b3-abffed4db2fd
ResourceInvariantUUID:2efef52a-a080-4472-b5b9-be1740f26f64
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:e0456589-cd14-4e9b-b4c3-533d00fe959b
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:d324d317-f7b1-4f69-9f54-50f6bac54722
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:60101698-b03b-42ff-9d21-360360654a1a
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:917c43e8-fb4d-4a0f-8f76-7bf71df97f20
ArtifactChecksum:OGE3Nzk5MzJjNDBiNGVlNGRmODk3YjE3OTY1NGQ1MDQ=
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:e2746eac-2404-4986-9048-7a5bf50d8f99
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:2953a19d-79dd-480c-88e5-b4656ccdbfca
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:2953a19d-79dd-480c-88e5-b4656ccdbfca
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T07:06:16.103Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 299122fe-c61c-42bf-93c9-16690529597c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:06:16.321Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:06:16.323Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-06T07:06:16.323Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-06T07:06:16.323Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7aebd881-e1d9-4bc6-939f-b7c866fea416 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-06T07:06:16.324Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:06:16.325Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-06T07:06:16.746Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:06:16.758Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 7aebd881-e1d9-4bc6-939f-b7c866fea416 73686
2022-09-06T07:06:16.759Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-06T07:06:16.759Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-06T07:06:16.760Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:06:16.760Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:16.766Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:16.767Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447976759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:06:16.873Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-06T07:06:16.874Z||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-09-06T07:06:16.875Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:16.924Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:16.926Z||pool-108-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:17.770Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:06:17.771Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-09-06T07:06:17.772Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7aebd881-e1d9-4bc6-939f-b7c866fea416, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:17.786Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-09-06T07:06:17.788Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:17.788Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:18.278Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP37212141995800770/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-09-06T07:06:20.878Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T07:06:20.879Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-06T07:06:20.879Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:20.879Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-06T07:06:20.879Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:20.880Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:20.880Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:20.880Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-09-06T07:06:20.880Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-09-06T07:06:20.880Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.881Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:20.881Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:20.883Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-06T07:06:20.883Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:06:20.883Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.884Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:20.884Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:20.885Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-09-06T07:06:20.885Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:06:20.885Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.885Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:20.886Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.886Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-06T07:06:20.886Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-09-06T07:06:20.886Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-09-06T07:06:20.886Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T07:06:20.887Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.887Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T07:06:20.887Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.887Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:20.888Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:06:20.888Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.889Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:20.889Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:06:20.890Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.890Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:20.890Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:06:20.890Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.891Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-06T07:06:20.891Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-06T07:06:20.891Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6420ddbd-f8ba-47c8-b9ec-c62ca405fdd0
2022-09-06T07:06:20.892Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.893Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:20.893Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.893Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:20.894Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.894Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:20.894Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:20.894Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:20.895Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:299122fe-c61c-42bf-93c9-16690529597c
Model Version:NULL
Model InvariantUuid:52ef5058-e021-4fd6-ba85-0e385c8977c4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:07ca0bc7-7395-4dd7-ab8c-88effda55598
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2efef52a-a080-4472-b5b9-be1740f26f64
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a5b6175-c80f-410e-96b3-abffed4db2fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:49cd8c9d-fb5a-44f2-ba04-57c51c6561dc
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:ac09cfdb-06d1-4603-911f-aa9bfdc3d30b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6420ddbd-f8ba-47c8-b9ec-c62ca405fdd0
ModelInvariantUuid:8237d49e-a40d-424f-9261-286bff026791
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4a8ff7a4-f7f1-441c-bc85-623d5994bd47
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:71f4a193-b941-466a-bd0a-70a67f78c039
ModelInvariantUuid:419cb811-d1e6-4dac-92f3-08f939ccfd66
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ed732753-a531-440f-ae5d-18c27c6d025d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T07:06:20.910Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e0456589-cd14-4e9b-b4c3-533d00fe959b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:06:20.915Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-09-06T07:06:20.916Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0456589-cd14-4e9b-b4c3-533d00fe959b
2022-09-06T07:06:20.916Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d324d317-f7b1-4f69-9f54-50f6bac54722 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-06T07:06:20.916Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:06:20.917Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-06T07:06:21.019Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:06:21.026Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d324d317-f7b1-4f69-9f54-50f6bac54722 12
2022-09-06T07:06:21.027Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-06T07:06:21.027Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-09-06T07:06:21.028Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:06:21.028Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:21.032Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:21.032Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447981027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:06:21.132Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T07:06:21.133Z||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-09-06T07:06:21.133Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:21.161Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:21.162Z||pool-109-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:22.034Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 60101698-b03b-42ff-9d21-360360654a1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-06T07:06:22.035Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:06:22.035Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-06T07:06:22.137Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:06:22.137Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 60101698-b03b-42ff-9d21-360360654a1a 2688
2022-09-06T07:06:22.137Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-06T07:06:22.138Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-09-06T07:06:22.138Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:06:22.138Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:22.142Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:22.143Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447982137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:06:22.242Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:06:22.243Z||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-09-06T07:06:22.243Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:22.277Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:22.277Z||pool-110-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:06:23.144Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 917c43e8-fb4d-4a0f-8f76-7bf71df97f20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-06T07:06:23.145Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:06:23.145Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-06T07:06:23.242Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:06:23.243Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 917c43e8-fb4d-4a0f-8f76-7bf71df97f20 828
2022-09-06T07:06:23.243Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-06T07:06:23.243Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-06T07:06:23.244Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:06:23.244Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:23.248Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:23.248Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447983243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:06:23.349Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-09-06T07:06:23.350Z||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-09-06T07:06:23.350Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:23.383Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:23.384Z||pool-111-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:24.249Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "49cd8c9d-fb5a-44f2-ba04-57c51c6561dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac09cfdb-06d1-4603-911f-aa9bfdc3d30b",
    "vfModuleModelCustomizationUUID": "43447758-4fe4-4061-a1fe-0b38980e4cde",
    "isBase": true,
    "artifacts": [
      "e2746eac-2404-4986-9048-7a5bf50d8f99",
      "60101698-b03b-42ff-9d21-360360654a1a",
      "2953a19d-79dd-480c-88e5-b4656ccdbfca"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T07:06:24.257Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac09cfdb-06d1-4603-911f-aa9bfdc3d30b
VfModuleModelInvariantUUID:49cd8c9d-fb5a-44f2-ba04-57c51c6561dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2746eac-2404-4986-9048-7a5bf50d8f99
,
60101698-b03b-42ff-9d21-360360654a1a
,
2953a19d-79dd-480c-88e5-b4656ccdbfca

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

isBase:true


}

2022-09-06T07:06:24.263Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "49cd8c9d-fb5a-44f2-ba04-57c51c6561dc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac09cfdb-06d1-4603-911f-aa9bfdc3d30b",
    "vfModuleModelCustomizationUUID": "43447758-4fe4-4061-a1fe-0b38980e4cde",
    "isBase": true,
    "artifacts": [
      "e2746eac-2404-4986-9048-7a5bf50d8f99",
      "60101698-b03b-42ff-9d21-360360654a1a",
      "2953a19d-79dd-480c-88e5-b4656ccdbfca"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T07:06:24.263Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac09cfdb-06d1-4603-911f-aa9bfdc3d30b
VfModuleModelInvariantUUID:49cd8c9d-fb5a-44f2-ba04-57c51c6561dc
VfModuleModelDescription:NULL
Artifacts UUID List:{
e2746eac-2404-4986-9048-7a5bf50d8f99
,
60101698-b03b-42ff-9d21-360360654a1a
,
2953a19d-79dd-480c-88e5-b4656ccdbfca

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

isBase:true


}

2022-09-06T07:06:24.266Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e2746eac-2404-4986-9048-7a5bf50d8f99 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-06T07:06:24.267Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:06:24.268Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-06T07:06:24.364Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:06:24.365Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e2746eac-2404-4986-9048-7a5bf50d8f99 1164
2022-09-06T07:06:24.366Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-06T07:06:24.366Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-06T07:06:24.366Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:06:24.366Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:24.370Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:24.371Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447984366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:06:24.470Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:06:24.473Z||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-09-06T07:06:24.474Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:24.499Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:24.500Z||pool-112-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:25.372Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2953a19d-79dd-480c-88e5-b4656ccdbfca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-06T07:06:25.372Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-09-06T07:06:25.373Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-06T07:06:25.440Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-09-06T07:06:25.441Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2953a19d-79dd-480c-88e5-b4656ccdbfca 200
2022-09-06T07:06:25.442Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-06T07:06:25.442Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-06T07:06:25.442Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:06:25.442Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:25.447Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:25.447Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447985442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:06:25.547Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:06:25.548Z||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-09-06T07:06:25.549Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:25.588Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:25.589Z||pool-113-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:06:26.449Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 299122fe-c61c-42bf-93c9-16690529597c
2022-09-06T07:06:26.451Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 e0456589-cd14-4e9b-b4c3-533d00fe959b ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-09-06T07:06:26.575Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:06:26.602Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1eb3ade6, org.onap.sdc.toscaparser.api.parameters.Input@25f2c079, org.onap.sdc.toscaparser.api.parameters.Input@f32da2a, org.onap.sdc.toscaparser.api.parameters.Input@66aa5cd7, org.onap.sdc.toscaparser.api.parameters.Input@65f50179]
2022-09-06T07:06:26.605Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.605Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.605Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-09-06T07:06:26.605Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 2a5b6175-c80f-410e-96b3-abffed4db2fd
2022-09-06T07:06:26.605Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a5b6175-c80f-410e-96b3-abffed4db2fd matches Tosca VF Customization UUID: 2a5b6175-c80f-410e-96b3-abffed4db2fd
2022-09-06T07:06:26.606Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 2a5b6175-c80f-410e-96b3-abffed4db2fd  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T07:06:26.610Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.610Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.613Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 2a5b6175-c80f-410e-96b3-abffed4db2fd: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-09-06T07:06:26.613Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bb5361a
2022-09-06T07:06:26.614Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.614Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T07:06:26.614Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 43447758-4fe4-4061-a1fe-0b38980e4cde
2022-09-06T07:06:26.615Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 43447758-4fe4-4061-a1fe-0b38980e4cde
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T07:06:26.621Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.621Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:26.623Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:06:26.623Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.624Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:26.624Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:06:26.625Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.625Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-09-06T07:06:26.625Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-09-06T07:06:26.626Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6420ddbd-f8ba-47c8-b9ec-c62ca405fdd0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T07:06:26.633Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.634Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:26.635Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:06:26.636Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.636Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-09-06T07:06:26.636Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2a5b6175-c80f-410e-96b3-abffed4db2fd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:06:26.641Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.642Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.642Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 299122fe-c61c-42bf-93c9-16690529597c: basic_cnf
2022-09-06T07:06:26.642Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.643Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.643Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.644Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.644Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.644Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.645Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.645Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.645Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:06:26.645Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:06:26.646Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:06:26.942Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf e0456589-cd14-4e9b-b4c3-533d00fe959b 1 ASDC deployResourceStructure
2022-09-06T07:06:26.944Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-09-06T07:06:26.944Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-09-06T07:06:26.944Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-06T07:06:26.949Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:26.966Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:26.967Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447986943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-06T07:06:27.059Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-06T07:06:27.060Z||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-09-06T07:06:27.061Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:27.099Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:27.100Z||pool-114-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:06:27.970Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-09-06T07:06:27.970Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-06T07:06:27.970Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-06T07:06:27.971Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:27.974Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:27.974Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447987968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-06T07:06:28.089Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-09-06T07:06:28.090Z||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-09-06T07:06:28.090Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:28.119Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:28.120Z||pool-115-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:28.977Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-09-06T07:06:28.977Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-09-06T07:06:28.977Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:06:28.978Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:28.981Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:28.982Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447988977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:06:29.098Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 116 ms
2022-09-06T07:06:29.099Z||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-09-06T07:06:29.100Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:29.141Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:29.142Z||pool-116-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:06:29.987Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-09-06T07:06:29.987Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-09-06T07:06:29.988Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:06:29.988Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:29.992Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:29.992Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447989982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:06:30.099Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-09-06T07:06:30.101Z||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-09-06T07:06:30.101Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:30.161Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:30.162Z||pool-117-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:30.995Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-09-06T07:06:30.995Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-09-06T07:06:30.995Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:06:30.995Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:30.998Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:30.998Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447990994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:06:31.106Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-06T07:06:31.107Z||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-09-06T07:06:31.108Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:31.167Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:31.173Z||pool-118-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:31.999Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-09-06T07:06:32.000Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-09-06T07:06:32.000Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:06:32.000Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:06:32.004Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:06:32.005Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447991999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:06:32.104Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:06:32.105Z||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-09-06T07:06:32.106Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:06:32.141Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:06:32.142Z||pool-119-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:06:33.011Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 575c4179-b0b8-4efe-970a-871686832cf2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:06:33.055Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 575c4179-b0b8-4efe-970a-871686832cf2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:06:33.065Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:06:33.066Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T07:06:33.066Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T07:06:33.067Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T07:06:33.067Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:06:33.067Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:06:33.068Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:06:33.068Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:06:33.068Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:06:33.068Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:06:33.068Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:06:33.086Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T07:07:03.088Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 575c4179-b0b8-4efe-970a-871686832cf2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T07:07:03.110Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 575c4179-b0b8-4efe-970a-871686832cf2 and serviceModelVersionId: 299122fe-c61c-42bf-93c9-16690529597c
2022-09-06T07:07:03.110Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 52ef5058-e021-4fd6-ba85-0e385c8977c4
2022-09-06T07:07:03.112Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/52ef5058-e021-4fd6-ba85-0e385c8977c4/model-vers/model-ver/299122fe-c61c-42bf-93c9-16690529597c?depth=0
2022-09-06T07:07:03.121Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T07:07:03.233Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52ef5058-e021-4fd6-ba85-0e385c8977c4/model-vers/model-ver/299122fe-c61c-42bf-93c9-16690529597c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-06T07:07:03.234Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52ef5058-e021-4fd6-ba85-0e385c8977c4/model-vers/model-ver/299122fe-c61c-42bf-93c9-16690529597c?depth=0|INFO|500||Invoke
2022-09-06T07:07:03.290Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52ef5058-e021-4fd6-ba85-0e385c8977c4/model-vers/model-ver/299122fe-c61c-42bf-93c9-16690529597c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T07:07:03.578Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52ef5058-e021-4fd6-ba85-0e385c8977c4/model-vers/model-ver/299122fe-c61c-42bf-93c9-16690529597c?depth=0|INFO|500||InvokeReturn
2022-09-06T07:07:03.579Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/52ef5058-e021-4fd6-ba85-0e385c8977c4/model-vers/model-ver/299122fe-c61c-42bf-93c9-16690529597c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220906-07:07:03:457-35215], vertex-id=[180328], Content-Length=[0], Date=[Tue, 06 Sep 2022 07:07:03 GMT], Content-Type=[application/json]}
2022-09-06T07:07:03.579Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-09-06T07:07:03.579Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T07:07:03.581Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:07:03.603Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T07:07:03.604Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 575c4179-b0b8-4efe-970a-871686832cf2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T07:07:03.604Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T07:07:03.605Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:07:03.615Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:07:03.616Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448023604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:07:03.712Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T07:07:03.713Z||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-09-06T07:07:03.714Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:07:03.776Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:07:03.777Z||pool-120-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:07:04.679Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:07:04.680Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:07:04.683Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:07:14.288Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:07:14.289Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:07:14.290Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:07:14.290Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:07:15.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:07:15.533Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:07:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:07:15.642Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:07:15.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.643Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:07:15.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.648Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.648Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:07:15.649Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.649Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.649Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.650Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.650Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.650Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447921734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:07:15.651Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.652Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447927295,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:07:15.652Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447928415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:07:15.653Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447929531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:07:15.654Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447931370,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:07:15.656Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447932395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:07:15.657Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447933409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:07:15.659Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447934425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:07:15.660Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9ee1a4f1-5363-412e-861f-f04f520a418b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447965902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:07:15.661Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:07:15.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:07:15.673Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.674Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.691Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.692Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.693Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.693Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.711Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.712Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.712Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.712Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:07:15.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.713Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.713Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.713Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:07:15.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:15.714Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:07:15.714Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447909288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:07:15.714Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:07:23.949Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:07:23.950Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:07:23.952Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:07:23.952Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:07:33.558Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:07:33.560Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:07:33.561Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:07:33.562Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:07:43.144Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:07:43.145Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:07:43.146Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:07:43.147Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:07:52.738Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:08:15.523Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:08:15.525Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:08:15.526Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:08:15.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:08:15.533Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:08:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:08:16.131Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:08:16.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447976759,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:08:16.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447981027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:08:16.134Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447982137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447983243,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447984366,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:08:16.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447985442,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:08:16.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447986943,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-06T07:08:16.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447987968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-09-06T07:08:16.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447988977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447989982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447990994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662447991999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:08:16.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:16.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:08:16.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "575c4179-b0b8-4efe-970a-871686832cf2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448023604,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:08:16.139Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:08:25.147Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:09:15.524Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:09:15.535Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:09:15.538Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:09:15.538Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:09:15.552Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:09:15.552Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:09:25.167Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:09:25.202Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:10:15.525Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:10:15.525Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:10:15.525Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:10:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:10:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:10:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:10:25.167Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:10:25.227Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:11:15.523Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:11:15.525Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:11:15.525Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:11:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:11:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:11:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:11:25.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:11:25.149Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:12:15.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:12:15.526Z||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-09-06T07:12:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:12:15.536Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:12:15.537Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:12:15.537Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:12:25.189Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:12:25.222Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:13:15.525Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:13:15.530Z||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-09-06T07:13:15.531Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:13:15.532Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:13:15.534Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:13:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:13:25.177Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:13:25.196Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:14:15.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:14:15.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:14:15.530Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:14:15.537Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:14:15.538Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:14:15.539Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:14:25.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:14:25.178Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:15:15.523Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:15:15.525Z||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-09-06T07:15:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:15:15.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:15:15.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:15:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:15:25.173Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:15:25.192Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:15.524Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:16:15.527Z||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-09-06T07:16:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:16:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:16:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:16:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:16:16.008Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:16.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.017Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.023Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.025Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.026Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.026Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.027Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.027Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.027Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.028Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.029Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448556731,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448560611,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448554953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448572879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:16.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:16:16.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448572062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:16.060Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:16:16.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448564897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448564837,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:16:16.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448575959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:16.063Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:16:16.065Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.065Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.065Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:16:16.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:16.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-09-06T07:16:16.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"75294d25-0b5a-447d-85c1-796c4af0bfa9","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"565d58f7-99b1-4dee-9b96-d871f185682e","serviceDescription":"service","serviceInvariantUUID":"2b16d87c-3c38-4254-8711-dfbe9b99bf2c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3d79971-fee7-480a-a8d1-28c8a2f7e04b","resourceInvariantUUID":"07dfc10c-e0e4-4770-80c8-3169e85d1824","resourceCustomizationUUID":"7552dfc4-1f0f-499f-b7b7-7240f943b6b9","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":"MzEzZjY0MjM5MDFiM2RjMThiZTEyMTI1ZDUwY2ViMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2c2f469-30f7-440b-b908-a3d2e1e1c7a3","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":"NzFkMjBiNDVhYTc3YjY0MGRiNjkyNzI4MWQ3OTAwNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87ceb3d2-e3e5-4b20-92e0-53da5364d41d","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":"150b71ea-e586-4dc3-a8a6-5a2f427eee9a","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":"cd99fcf5-9eff-4dc8-b86e-63177740ad6e","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":"e14785fd-96d3-4ca3-a175-87f8efb235e8","artifactVersion":"2","generatedFromUUID":"72e175a3-df73-4c08-9899-9e3636f0e276"},{"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":"eac26096-2ce1-4883-a362-727d90dd561a","artifactVersion":"2","generatedFromUUID":"150b71ea-e586-4dc3-a8a6-5a2f427eee9a"},{"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":"72e175a3-df73-4c08-9899-9e3636f0e276","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":"b22ec09b-ddf7-4262-b13a-f07eb5f03c6e","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":"MGFiNzU1YTZlMmNjY2NkMTYzOTQ5OTNlZGYzNGU5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e0f157e1-6d7d-4ca0-9183-3b657ef8a992","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MWE0ODI2YjM3ZDA2YjlhMDlmYjBkYTlmNmE5NWRlYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdd0405b-5b9f-41fb-91c5-6634cc8f0aef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T07:16:16.223Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:16.223Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:16.230Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:16.230Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:16.330Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:16:16.331Z||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-09-06T07:16:16.331Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:16.371Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:16.372Z||pool-121-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:17.233Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:17.234Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:17.239Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:17.239Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:16:17.346Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-06T07:16:17.348Z||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-09-06T07:16:17.348Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:17.459Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:17.461Z||pool-122-thread-1|||||INFO|500||cambria reply ok (114 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:16:18.240Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:18.241Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:18.260Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:18.261Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:16:18.371Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms
2022-09-06T07:16:18.372Z||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-09-06T07:16:18.372Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:18.417Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:18.418Z||pool-123-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:19.265Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:19.272Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:19.276Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:19.276Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:19.381Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-06T07:16:19.382Z||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-09-06T07:16:19.383Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:19.466Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:19.467Z||pool-124-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:20.277Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:20.278Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:20.287Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:20.288Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-06T07:16:20.395Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-06T07:16:20.397Z||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-09-06T07:16:20.397Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:20.462Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:20.463Z||pool-125-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:16:21.289Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:21.291Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:21.295Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:21.295Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-06T07:16:21.395Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:16:21.397Z||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-09-06T07:16:21.397Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:21.447Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:21.448Z||pool-126-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:16:22.296Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:22.304Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:22.319Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:22.319Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-06T07:16:22.415Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-09-06T07:16:22.416Z||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-09-06T07:16:22.416Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:22.460Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:22.461Z||pool-127-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:23.320Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:23.321Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:23.327Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:23.328Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:23.428Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:16:23.430Z||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-09-06T07:16:23.430Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:23.460Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:23.462Z||pool-128-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:16:24.329Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:24.329Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:24.333Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:24.334Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:16:24.433Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:16:24.452Z||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-09-06T07:16:24.453Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:24.479Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:24.480Z||pool-129-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:25.335Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:16:25.336Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:25.348Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:25.349Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:16:25.441Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-09-06T07:16:25.442Z||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-09-06T07:16:25.442Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:25.473Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:25.474Z||pool-130-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:26.352Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "565d58f7-99b1-4dee-9b96-d871f185682e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2b16d87c-3c38-4254-8711-dfbe9b99bf2c",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7552dfc4-1f0f-499f-b7b7-7240f943b6b9",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3d79971-fee7-480a-a8d1-28c8a2f7e04b",
      "resourceInvariantUUID": "07dfc10c-e0e4-4770-80c8-3169e85d1824",
      "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": "NzFkMjBiNDVhYTc3YjY0MGRiNjkyNzI4MWQ3OTAwNzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "87ceb3d2-e3e5-4b20-92e0-53da5364d41d",
          "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": "150b71ea-e586-4dc3-a8a6-5a2f427eee9a",
          "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": "eac26096-2ce1-4883-a362-727d90dd561a",
            "generatedFromUUID": "150b71ea-e586-4dc3-a8a6-5a2f427eee9a"
          },
          "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": "e14785fd-96d3-4ca3-a175-87f8efb235e8",
          "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": "eac26096-2ce1-4883-a362-727d90dd561a",
          "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": "72e175a3-df73-4c08-9899-9e3636f0e276",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MWE0ODI2YjM3ZDA2YjlhMDlmYjBkYTlmNmE5NWRlYmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdd0405b-5b9f-41fb-91c5-6634cc8f0aef"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T07:16:26.353Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T07:16:26.353Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 565d58f7-99b1-4dee-9b96-d871f185682e ASDC
2022-09-06T07:16:26.354Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:75294d25-0b5a-447d-85c1-796c4af0bfa9
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:565d58f7-99b1-4dee-9b96-d871f185682e
ServiceInvariantUUID:2b16d87c-3c38-4254-8711-dfbe9b99bf2c
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:fdd0405b-5b9f-41fb-91c5-6634cc8f0aef
ArtifactChecksum:MWE0ODI2YjM3ZDA2YjlhMDlmYjBkYTlmNmE5NWRlYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7552dfc4-1f0f-499f-b7b7-7240f943b6b9
ResourceInvariantUUID:07dfc10c-e0e4-4770-80c8-3169e85d1824
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f3d79971-fee7-480a-a8d1-28c8a2f7e04b
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:87ceb3d2-e3e5-4b20-92e0-53da5364d41d
ArtifactChecksum:NzFkMjBiNDVhYTc3YjY0MGRiNjkyNzI4MWQ3OTAwNzk=
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:150b71ea-e586-4dc3-a8a6-5a2f427eee9a
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:eac26096-2ce1-4883-a362-727d90dd561a
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:e14785fd-96d3-4ca3-a175-87f8efb235e8
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:eac26096-2ce1-4883-a362-727d90dd561a
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:72e175a3-df73-4c08-9899-9e3636f0e276
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T07:16:26.354Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 565d58f7-99b1-4dee-9b96-d871f185682e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:16:26.451Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:16:26.454Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-06T07:16:26.455Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-06T07:16:26.455Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: fdd0405b-5b9f-41fb-91c5-6634cc8f0aef from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:26.456Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-06T07:16:26.456Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:26.691Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-06T07:16:26.754Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fdd0405b-5b9f-41fb-91c5-6634cc8f0aef 162971
2022-09-06T07:16:26.755Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-06T07:16:26.755Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:26.755Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:16:26.756Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:26.765Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:26.765Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448586755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:26.859Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-06T07:16:26.860Z||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-09-06T07:16:26.861Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:26.891Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:26.893Z||pool-131-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:27.769Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:16:27.770Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-09-06T07:16:27.771Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: fdd0405b-5b9f-41fb-91c5-6634cc8f0aef, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:27.771Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-09-06T07:16:27.773Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:27.773Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:28.372Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP362662548443553094/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-09-06T07:16:31.402Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T07:16:31.403Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-06T07:16:31.403Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:31.403Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-09-06T07:16:31.403Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:31.403Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:31.404Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:31.404Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:31.404Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-09-06T07:16:31.404Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.404Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:31.405Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:31.405Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-06T07:16:31.405Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:16:31.406Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.407Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:31.407Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:31.407Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-09-06T07:16:31.407Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:16:31.407Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.407Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:31.408Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.408Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-06T07:16:31.409Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-09-06T07:16:31.409Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-09-06T07:16:31.409Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T07:16:31.409Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.410Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T07:16:31.410Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.410Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:31.411Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:16:31.411Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.412Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:31.412Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:16:31.413Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.413Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:31.413Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:16:31.414Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.414Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:31.414Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:16:31.414Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.414Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-09-06T07:16:31.414Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-09-06T07:16:31.416Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=1a5b15ac-404e-4e49-8076-9e7d9ed4da0d
2022-09-06T07:16:31.416Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.416Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:31.417Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.417Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:31.417Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.417Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:31.418Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:31.418Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:31.418Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:565d58f7-99b1-4dee-9b96-d871f185682e
Model Version:NULL
Model InvariantUuid:2b16d87c-3c38-4254-8711-dfbe9b99bf2c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0613145f-fa14-4440-9ab3-7c987996a9ed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07dfc10c-e0e4-4770-80c8-3169e85d1824
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7552dfc4-1f0f-499f-b7b7-7240f943b6b9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b11a687d-9e02-42b0-83ac-b43e1b6c9a34
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5f29d717-bc1f-4066-b076-a64ace3ecaef
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0adc4a34-15bc-4963-bd1b-e00c5acb1c80
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:6396d027-f03e-4637-9e0f-b4bb047907e6
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1a5b15ac-404e-4e49-8076-9e7d9ed4da0d
ModelInvariantUuid:7114730c-7664-4783-9a87-5d7ddc8dc039
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:f2b130f5-5256-446b-ba6b-e576ca7ef1a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:7efd7d4a-eaa8-4880-bf0f-bd3ee12c92b8
ModelInvariantUuid:bef1a09d-53f2-4c8d-b478-a22bf0435769
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:a7fbce22-34d6-4a3b-b438-6c28e30fdc99
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T07:16:31.431Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: f3d79971-fee7-480a-a8d1-28c8a2f7e04b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:16:31.438Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0
2022-09-06T07:16:31.438Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3d79971-fee7-480a-a8d1-28c8a2f7e04b
2022-09-06T07:16:31.438Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87ceb3d2-e3e5-4b20-92e0-53da5364d41d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-06T07:16:31.438Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-06T07:16:31.439Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-06T07:16:31.553Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-06T07:16:31.553Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 87ceb3d2-e3e5-4b20-92e0-53da5364d41d 1565
2022-09-06T07:16:31.554Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-06T07:16:31.554Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-06T07:16:31.554Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:16:31.555Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:31.559Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:31.559Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448591554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:31.666Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-06T07:16:31.667Z||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-09-06T07:16:31.667Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:31.694Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:31.695Z||pool-132-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:32.561Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0adc4a34-15bc-4963-bd1b-e00c5acb1c80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6396d027-f03e-4637-9e0f-b4bb047907e6",
    "vfModuleModelCustomizationUUID": "58db8fac-8e69-413d-9bc3-ccad4c4f00be",
    "isBase": true,
    "artifacts": [
      "150b71ea-e586-4dc3-a8a6-5a2f427eee9a",
      "eac26096-2ce1-4883-a362-727d90dd561a"
    ],
    "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": "b11a687d-9e02-42b0-83ac-b43e1b6c9a34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f29d717-bc1f-4066-b076-a64ace3ecaef",
    "vfModuleModelCustomizationUUID": "25ad7362-a4e4-41ac-8699-2986cc1bcf30",
    "isBase": false,
    "artifacts": [
      "72e175a3-df73-4c08-9899-9e3636f0e276"
    ],
    "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-09-06T07:16:32.579Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6396d027-f03e-4637-9e0f-b4bb047907e6
VfModuleModelInvariantUUID:0adc4a34-15bc-4963-bd1b-e00c5acb1c80
VfModuleModelDescription:NULL
Artifacts UUID List:{
150b71ea-e586-4dc3-a8a6-5a2f427eee9a
,
eac26096-2ce1-4883-a362-727d90dd561a

}
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:5f29d717-bc1f-4066-b076-a64ace3ecaef
VfModuleModelInvariantUUID:b11a687d-9e02-42b0-83ac-b43e1b6c9a34
VfModuleModelDescription:NULL
Artifacts UUID List:{
72e175a3-df73-4c08-9899-9e3636f0e276

}
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-09-06T07:16:32.611Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0adc4a34-15bc-4963-bd1b-e00c5acb1c80",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6396d027-f03e-4637-9e0f-b4bb047907e6",
    "vfModuleModelCustomizationUUID": "58db8fac-8e69-413d-9bc3-ccad4c4f00be",
    "isBase": true,
    "artifacts": [
      "150b71ea-e586-4dc3-a8a6-5a2f427eee9a",
      "eac26096-2ce1-4883-a362-727d90dd561a"
    ],
    "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": "b11a687d-9e02-42b0-83ac-b43e1b6c9a34",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5f29d717-bc1f-4066-b076-a64ace3ecaef",
    "vfModuleModelCustomizationUUID": "25ad7362-a4e4-41ac-8699-2986cc1bcf30",
    "isBase": false,
    "artifacts": [
      "72e175a3-df73-4c08-9899-9e3636f0e276"
    ],
    "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-09-06T07:16:32.612Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6396d027-f03e-4637-9e0f-b4bb047907e6
VfModuleModelInvariantUUID:0adc4a34-15bc-4963-bd1b-e00c5acb1c80
VfModuleModelDescription:NULL
Artifacts UUID List:{
150b71ea-e586-4dc3-a8a6-5a2f427eee9a
,
eac26096-2ce1-4883-a362-727d90dd561a

}
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:5f29d717-bc1f-4066-b076-a64ace3ecaef
VfModuleModelInvariantUUID:b11a687d-9e02-42b0-83ac-b43e1b6c9a34
VfModuleModelDescription:NULL
Artifacts UUID List:{
72e175a3-df73-4c08-9899-9e3636f0e276

}
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-09-06T07:16:32.612Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 150b71ea-e586-4dc3-a8a6-5a2f427eee9a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-06T07:16:32.612Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-06T07:16:32.612Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-06T07:16:32.722Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-06T07:16:32.726Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 150b71ea-e586-4dc3-a8a6-5a2f427eee9a 914
2022-09-06T07:16:32.726Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-06T07:16:32.727Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-06T07:16:32.727Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:16:32.727Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:32.730Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:32.731Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448592726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:32.831Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:16:32.832Z||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-09-06T07:16:32.832Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:32.867Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:32.868Z||pool-133-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:33.732Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e14785fd-96d3-4ca3-a175-87f8efb235e8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-06T07:16:33.733Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-06T07:16:33.733Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-06T07:16:33.875Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-06T07:16:33.876Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e14785fd-96d3-4ca3-a175-87f8efb235e8 12
2022-09-06T07:16:33.876Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-06T07:16:33.876Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-09-06T07:16:33.876Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:16:33.877Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:33.880Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:33.881Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448593876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:33.980Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T07:16:33.981Z||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-09-06T07:16:33.981Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:34.011Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:34.012Z||pool-134-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:16:34.889Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eac26096-2ce1-4883-a362-727d90dd561a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-06T07:16:34.890Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-06T07:16:34.890Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-06T07:16:35.029Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-06T07:16:35.030Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env eac26096-2ce1-4883-a362-727d90dd561a 96
2022-09-06T07:16:35.030Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-06T07:16:35.030Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-06T07:16:35.030Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:16:35.031Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:35.034Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:35.034Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448595030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:35.134Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:16:35.136Z||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-09-06T07:16:35.136Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:35.161Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:35.162Z||pool-135-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:36.039Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 72e175a3-df73-4c08-9899-9e3636f0e276 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-06T07:16:36.040Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-09-06T07:16:36.041Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-06T07:16:36.206Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-09-06T07:16:36.206Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 72e175a3-df73-4c08-9899-9e3636f0e276 20206
2022-09-06T07:16:36.207Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-06T07:16:36.207Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-09-06T07:16:36.207Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:16:36.207Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:36.213Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:36.214Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448596207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:16:36.310Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T07:16:36.311Z||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-09-06T07:16:36.311Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:36.377Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:36.377Z||pool-136-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:37.222Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 565d58f7-99b1-4dee-9b96-d871f185682e
2022-09-06T07:16:37.222Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f3d79971-fee7-480a-a8d1-28c8a2f7e04b 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-09-06T07:16:37.251Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d7f0228, org.onap.sdc.toscaparser.api.parameters.Input@3e34b65d, org.onap.sdc.toscaparser.api.parameters.Input@6e82b699, org.onap.sdc.toscaparser.api.parameters.Input@4be72757, org.onap.sdc.toscaparser.api.parameters.Input@5e9c0241]
2022-09-06T07:16:37.256Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.258Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.258Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-09-06T07:16:37.259Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 7552dfc4-1f0f-499f-b7b7-7240f943b6b9
2022-09-06T07:16:37.259Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7552dfc4-1f0f-499f-b7b7-7240f943b6b9 matches Tosca VF Customization UUID: 7552dfc4-1f0f-499f-b7b7-7240f943b6b9
2022-09-06T07:16:37.260Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 7552dfc4-1f0f-499f-b7b7-7240f943b6b9  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T07:16:37.273Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.276Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.278Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 7552dfc4-1f0f-499f-b7b7-7240f943b6b9: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-09-06T07:16:37.279Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ce3d4d7
2022-09-06T07:16:37.279Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.279Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-09-06T07:16:37.280Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 25ad7362-a4e4-41ac-8699-2986cc1bcf30
2022-09-06T07:16:37.286Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 25ad7362-a4e4-41ac-8699-2986cc1bcf30
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T07:16:37.296Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.296Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:37.297Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:16:37.297Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.298Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:37.298Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:16:37.298Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.298Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-09-06T07:16:37.299Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7552dfc4-1f0f-499f-b7b7-7240f943b6b9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:16:37.303Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.303Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.305Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 565d58f7-99b1-4dee-9b96-d871f185682e: basic_cnf_macro
2022-09-06T07:16:37.305Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.305Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.305Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.306Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.306Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.306Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.306Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.306Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.307Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:16:37.307Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-09-06T07:16:37.307Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:16:37.425Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f3d79971-fee7-480a-a8d1-28c8a2f7e04b 2 ASDC deployResourceStructure
2022-09-06T07:16:37.426Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-09-06T07:16:37.427Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-09-06T07:16:37.427Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:16:37.427Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:37.431Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:37.431Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448597426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:16:37.531Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:16:37.532Z||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-09-06T07:16:37.533Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:37.651Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:37.652Z||pool-137-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:38.434Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-09-06T07:16:38.434Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-09-06T07:16:38.434Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:16:38.435Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:38.438Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:38.438Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448598433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:16:38.538Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:16:38.539Z||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-09-06T07:16:38.539Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:38.563Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:38.563Z||pool-138-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:16:39.443Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-09-06T07:16:39.444Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-09-06T07:16:39.444Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-06T07:16:39.445Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:39.448Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:39.448Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448599443,
  "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-09-06T07:16:39.552Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-06T07:16:39.553Z||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-09-06T07:16:39.554Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:39.584Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:39.585Z||pool-139-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:40.450Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-09-06T07:16:40.451Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-09-06T07:16:40.452Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:16:40.457Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:40.469Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:40.470Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448600450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:16:40.569Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:16:40.570Z||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-09-06T07:16:40.570Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:40.626Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:40.627Z||pool-140-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":2,"count":1}
2022-09-06T07:16:41.471Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-09-06T07:16:41.471Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-09-06T07:16:41.472Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-09-06T07:16:41.475Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:41.480Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:41.482Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448601471,
  "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-09-06T07:16:41.585Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T07:16:41.588Z||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-09-06T07:16:41.588Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:41.615Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:41.616Z||pool-141-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:16:42.484Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-09-06T07:16:42.484Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-09-06T07:16:42.484Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:16:42.485Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:16:42.489Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:16:42.489Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448602484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:16:42.602Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms
2022-09-06T07:16:42.604Z||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-09-06T07:16:42.604Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:16:42.637Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:16:42.638Z||pool-142-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:16:43.493Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:16:43.522Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:16:43.526Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:16:43.526Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:16:43.526Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:17:13.527Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:17:13.560Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:17:13.564Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:17:13.564Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:17:13.564Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:17:15.534Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:17:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:17:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:17:15.597Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:17:15.597Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:17:15.597Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448575885,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:17:15.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:17:43.565Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:17:43.591Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:17:43.595Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:17:43.595Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:17:43.596Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:18:13.596Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:18:13.613Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:18:13.618Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:18:13.618Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:18:13.618Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:18:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:18:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:18:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:18:15.657Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:18:15.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:18:15.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:18:15.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:18:43.619Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:18:43.631Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:18:43.635Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:18:43.635Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:18:43.635Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:19:13.639Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:19:13.665Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:19:13.674Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:19:13.675Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-09-06T07:19:13.675Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-09-06T07:19:15.534Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:19:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:19:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:19:15.593Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:19:15.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448577133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.613Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448576893,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:15.614Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448568270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448578219,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.615Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "cds",
  "timestamp": 1662448576749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:15.648Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 75294d25-0b5a-447d-85c1-796c4af0bfa9
2022-09-06T07:19:15.649Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75294d25-0b5a-447d-85c1-796c4af0bfa9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:15.704Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.705Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "policy-id",
  "timestamp": 1662448577898,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:15.734Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75294d25-0b5a-447d-85c1-796c4af0bfa9
2022-09-06T07:19:15.736Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75294d25-0b5a-447d-85c1-796c4af0bfa9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:15.825Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.826Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.826Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.827Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.827Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448579381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.827Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.828Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.828Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.828Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.829Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.829Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448580568,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:15.845Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 75294d25-0b5a-447d-85c1-796c4af0bfa9
2022-09-06T07:19:15.846Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75294d25-0b5a-447d-85c1-796c4af0bfa9 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-09-06T07:19:15.871Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448581572,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:15.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.902Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.903Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.903Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.904Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.904Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.904Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448575524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.905Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.905Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.905Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.906Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.906Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.906Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448586755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.907Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.908Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448588933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:15.912Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:15.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448590289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.914Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "aai-ml",
  "timestamp": 1662448589941,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:15.927Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 75294d25-0b5a-447d-85c1-796c4af0bfa9
2022-09-06T07:19:15.928Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75294d25-0b5a-447d-85c1-796c4af0bfa9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:15.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448580677,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:15.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448591617,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.947Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448591554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.949Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448592726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448593876,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.951Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448594721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:15.952Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448595030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:15.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:15.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:15.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448595727,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:15.968Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 75294d25-0b5a-447d-85c1-796c4af0bfa9
2022-09-06T07:19:15.969Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75294d25-0b5a-447d-85c1-796c4af0bfa9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:16.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448596207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:16.006Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448597426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:16.007Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448598433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:16.008Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448599301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:16.009Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448599443,
  "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-09-06T07:19:16.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "clamp",
  "timestamp": 1662448600305,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:16.043Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 75294d25-0b5a-447d-85c1-796c4af0bfa9
2022-09-06T07:19:16.044Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 75294d25-0b5a-447d-85c1-796c4af0bfa9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:16.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.101Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448600450,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:16.102Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.102Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.102Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448601471,
  "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-09-06T07:19:16.103Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.103Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.103Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448602484,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:16.104Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.104Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.105Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.105Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.106Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.106Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.106Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.107Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.107Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.108Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.112Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.116Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.116Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.116Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.117Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.117Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.118Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.118Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.118Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.119Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.120Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.120Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.121Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.121Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.121Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448610678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448604838,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448614956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448623089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:16.144Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448623101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:16.148Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448624118,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:16.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "policy-id",
  "timestamp": 1662448625123,
  "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-09-06T07:19:16.210Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fc2634b-9704-4aba-846a-961536bed139
2022-09-06T07:19:16.211Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fc2634b-9704-4aba-846a-961536bed139 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:16.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.246Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.246Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.246Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448616731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.247Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.249Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.249Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.249Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448626336,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:19:16.250Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.250Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.250Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448625599,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:16.251Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.251Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.251Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.252Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.253Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.253Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.254Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.254Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.254Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.255Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.255Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.255Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448627344,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:16.273Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5fc2634b-9704-4aba-846a-961536bed139
2022-09-06T07:19:16.274Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fc2634b-9704-4aba-846a-961536bed139 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:16.302Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "cds",
  "timestamp": 1662448627084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:16.317Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5fc2634b-9704-4aba-846a-961536bed139
2022-09-06T07:19:16.317Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fc2634b-9704-4aba-846a-961536bed139 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:19:16.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448620608,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.334Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.334Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.335Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.335Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.336Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.336Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448629443,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.337Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.338Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.339Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448633884,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.340Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.341Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448635119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448626129,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.342Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:19:16.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:16.343Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:19:16.343Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:19:16.343Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:19:43.676Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:19:43.703Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:19:43.711Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:19:43.719Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T07:19:43.721Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T07:19:43.721Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T07:19:43.722Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:19:43.722Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:19:43.722Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:19:43.722Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:19:43.723Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:19:43.723Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:19:43.723Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:19:43.742Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T07:20:13.743Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T07:20:13.759Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 75294d25-0b5a-447d-85c1-796c4af0bfa9 and serviceModelVersionId: 565d58f7-99b1-4dee-9b96-d871f185682e
2022-09-06T07:20:13.760Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2b16d87c-3c38-4254-8711-dfbe9b99bf2c
2022-09-06T07:20:13.762Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0
2022-09-06T07:20:13.773Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T07:20:13.876Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0|INFO|500||Invoke
2022-09-06T07:20:13.878Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[75294d25-0b5a-447d-85c1-796c4af0bfa9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b083b103-eff7-4b9e-8964-2834b67e2d2c], X-ECOMP-RequestID=[75294d25-0b5a-447d-85c1-796c4af0bfa9], X-TransactionId=[], X-ONAP-RequestID=[75294d25-0b5a-447d-85c1-796c4af0bfa9], Content-Type=[application/merge-patch+json]}
2022-09-06T07:20:13.931Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T07:20:14.201Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?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/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220906-07:20:14:093-32376], vertex-id=[483408], Content-Length=[0], Date=[Tue, 06 Sep 2022 07:20:14 GMT], Content-Type=[application/json]}
2022-09-06T07:20:14.201Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-06T07:20:14.202Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2b16d87c-3c38-4254-8711-dfbe9b99bf2c/model-vers/model-ver/565d58f7-99b1-4dee-9b96-d871f185682e?depth=0|INFO|500||InvokeReturn
2022-09-06T07:20:14.204Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T07:20:14.205Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:20:14.214Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-09-06T07:20:14.216Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 75294d25-0b5a-447d-85c1-796c4af0bfa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T07:20:14.218Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T07:20:14.219Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:14.225Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:14.225Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448814218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:20:14.325Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:20:14.327Z||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-09-06T07:20:14.328Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:14.383Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:14.395Z||pool-143-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:20:15.290Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:20:15.291Z||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-09-06T07:20:15.292Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:20:15.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:20:15.534Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:20:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:20:15.596Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:15.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448636330,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:15.601Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.601Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.601Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.601Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.602Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448636092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:15.604Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.604Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.604Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.604Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.605Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448637435,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:20:15.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5fc2634b-9704-4aba-846a-961536bed139
2022-09-06T07:20:15.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fc2634b-9704-4aba-846a-961536bed139 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-09-06T07:20:15.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448637098,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:15.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448638442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:15.648Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "policy-id",
  "timestamp": 1662448638102,
  "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-09-06T07:20:15.706Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 368c020b-0966-47fc-becc-cb16b1c8366b
2022-09-06T07:20:15.707Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368c020b-0966-47fc-becc-cb16b1c8366b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:15.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448631731,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448641501,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448642664,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.764Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448634958,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.765Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "aai-ml",
  "timestamp": 1662448643670,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:20:15.797Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5fc2634b-9704-4aba-846a-961536bed139
2022-09-06T07:20:15.798Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fc2634b-9704-4aba-846a-961536bed139 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:15.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "cds",
  "timestamp": 1662448642984,
  "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=?
2022-09-06T07:20:15.841Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 368c020b-0966-47fc-becc-cb16b1c8366b
2022-09-06T07:20:15.841Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368c020b-0966-47fc-becc-cb16b1c8366b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:15.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448645245,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448646348,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448646388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:15.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1662448647353,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:20:15.919Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 368c020b-0966-47fc-becc-cb16b1c8366b
2022-09-06T07:20:15.919Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368c020b-0966-47fc-becc-cb16b1c8366b and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:15.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1662448624897,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:20:15.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448640677,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448650633,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448652425,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:15.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:15.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:15.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:15.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:15.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "clamp",
  "timestamp": 1662448653431,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:20:15.984Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5fc2634b-9704-4aba-846a-961536bed139
2022-09-06T07:20:15.984Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5fc2634b-9704-4aba-846a-961536bed139 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:16.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448653223,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:16.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:16.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1662448654229,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:20:16.018Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 368c020b-0966-47fc-becc-cb16b1c8366b
2022-09-06T07:20:16.019Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368c020b-0966-47fc-becc-cb16b1c8366b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:16.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.050Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448650612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:20:16.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.052Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448660558,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:16.053Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:16.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:16.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448628270,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:20:16.054Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:20:16.054Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.054Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448671159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:16.054Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:16.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "aai-ml",
  "timestamp": 1662448672165,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:20:16.069Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 368c020b-0966-47fc-becc-cb16b1c8366b
2022-09-06T07:20:16.070Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368c020b-0966-47fc-becc-cb16b1c8366b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:16.088Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.088Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448675440,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:16.088Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:16.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448678458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:16.089Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:20:16.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:20:16.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "clamp",
  "timestamp": 1662448679462,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-09-06T07:20:16.132Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 368c020b-0966-47fc-becc-cb16b1c8366b
2022-09-06T07:20:16.133Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 368c020b-0966-47fc-becc-cb16b1c8366b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-09-06T07:20:20.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:20.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:20:20.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5fc2634b-9704-4aba-846a-961536bed139","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"4e48dcd0-ad84-4425-a42d-0a9f74520a78","serviceDescription":"service","serviceInvariantUUID":"31ee9963-1ad0-4474-b5c7-5d50312f1c6e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6a0fcf5-0774-44a8-a0cc-078f81efb634","resourceInvariantUUID":"eb0d7f71-e795-4706-9a2a-e3eef57048d3","resourceCustomizationUUID":"675560db-7fad-46a0-a870-95c8e1fc750d","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":"ZTJlM2M0NjE4MTA4Zjk2NWUyN2FkNTVmZjY0OTU2MTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"541c7df0-5f3a-4d52-b21f-2a08c0957368","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":"NjU0NjUwNGRjMzIxNTdiNDY4NTU3MWUwYjk3NGRjODU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9cdaa4fe-e70d-4b9f-8d32-33178684c372","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":"a9463e7b-ba58-44c7-9009-d2d7af4ffdad","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":"c339414f-6dd4-459d-b6bf-d8ace35f621a","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":"b66df4f5-4d31-41a8-a54f-2fff43bd3100","artifactVersion":"2","generatedFromUUID":"a9463e7b-ba58-44c7-9009-d2d7af4ffdad"},{"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":"OWUxZGNhNmJkZDhjY2Y1ZmViYzIyYTFjODIzNjVmNmU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"f5894531-7db7-4a5a-8426-1e4c7d7750a8","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":"MjhhNjFmYzZmMDgzOTQ2ZjQ1YzU1OTg5ODJmMDAyZjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"30a6603f-8599-4c46-9b9a-cd27df09588e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODQ3Njc2MWI2ODFmZTY2NWYwYTNlYWQ4OTYzN2QzYTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"af2283f5-8b38-424d-bad0-873ffd2f37e1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T07:20:20.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:20.018Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:20.055Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:20.056Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:20.148Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-09-06T07:20:20.150Z||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-09-06T07:20:20.150Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:20.205Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:20.206Z||pool-144-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:21.057Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:21.058Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:21.062Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:21.063Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:20:21.161Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T07:20:21.162Z||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-09-06T07:20:21.162Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:21.195Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:21.196Z||pool-145-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:22.064Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:22.065Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:22.078Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:22.079Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:20:22.173Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-06T07:20:22.174Z||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-09-06T07:20:22.174Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:22.209Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:22.210Z||pool-146-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:20:23.081Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:23.081Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:23.096Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:23.097Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:23.196Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:20:23.197Z||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-09-06T07:20:23.197Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:23.225Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:23.226Z||pool-147-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:24.098Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:24.106Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:24.117Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:24.118Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-06T07:20:24.232Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-06T07:20:24.233Z||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-09-06T07:20:24.233Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:24.285Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:24.285Z||pool-148-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:20:25.118Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:25.121Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:25.124Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:25.124Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:25.225Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:20:25.226Z||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-09-06T07:20:25.233Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:25.277Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:25.277Z||pool-149-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:20:26.134Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:26.135Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:26.141Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:26.141Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:20:26.241Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:20:26.242Z||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-09-06T07:20:26.242Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:26.317Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:26.318Z||pool-150-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:27.144Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:20:27.145Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:27.149Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:27.149Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:20:27.251Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T07:20:27.255Z||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-09-06T07:20:27.257Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:27.306Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:27.307Z||pool-151-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:28.150Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4e48dcd0-ad84-4425-a42d-0a9f74520a78",
  "serviceDescription": "service",
  "serviceInvariantUUID": "31ee9963-1ad0-4474-b5c7-5d50312f1c6e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "675560db-7fad-46a0-a870-95c8e1fc750d",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d6a0fcf5-0774-44a8-a0cc-078f81efb634",
      "resourceInvariantUUID": "eb0d7f71-e795-4706-9a2a-e3eef57048d3",
      "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": "NjU0NjUwNGRjMzIxNTdiNDY4NTU3MWUwYjk3NGRjODU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9cdaa4fe-e70d-4b9f-8d32-33178684c372",
          "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": "a9463e7b-ba58-44c7-9009-d2d7af4ffdad",
          "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": "b66df4f5-4d31-41a8-a54f-2fff43bd3100",
            "generatedFromUUID": "a9463e7b-ba58-44c7-9009-d2d7af4ffdad"
          },
          "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": "b66df4f5-4d31-41a8-a54f-2fff43bd3100",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODQ3Njc2MWI2ODFmZTY2NWYwYTNlYWQ4OTYzN2QzYTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "af2283f5-8b38-424d-bad0-873ffd2f37e1"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T07:20:28.151Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T07:20:28.153Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4e48dcd0-ad84-4425-a42d-0a9f74520a78 ASDC
2022-09-06T07:20:28.176Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:5fc2634b-9704-4aba-846a-961536bed139
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:4e48dcd0-ad84-4425-a42d-0a9f74520a78
ServiceInvariantUUID:31ee9963-1ad0-4474-b5c7-5d50312f1c6e
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:af2283f5-8b38-424d-bad0-873ffd2f37e1
ArtifactChecksum:ODQ3Njc2MWI2ODFmZTY2NWYwYTNlYWQ4OTYzN2QzYTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:675560db-7fad-46a0-a870-95c8e1fc750d
ResourceInvariantUUID:eb0d7f71-e795-4706-9a2a-e3eef57048d3
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d6a0fcf5-0774-44a8-a0cc-078f81efb634
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:9cdaa4fe-e70d-4b9f-8d32-33178684c372
ArtifactChecksum:NjU0NjUwNGRjMzIxNTdiNDY4NTU3MWUwYjk3NGRjODU=
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:a9463e7b-ba58-44c7-9009-d2d7af4ffdad
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:b66df4f5-4d31-41a8-a54f-2fff43bd3100
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:b66df4f5-4d31-41a8-a54f-2fff43bd3100
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-09-06T07:20:28.176Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e48dcd0-ad84-4425-a42d-0a9f74520a78 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:20:28.322Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:20:28.334Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-06T07:20:28.334Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-06T07:20:28.335Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: af2283f5-8b38-424d-bad0-873ffd2f37e1 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-09-06T07:20:28.335Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-06T07:20:28.335Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:28.700Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-06T07:20:28.741Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar af2283f5-8b38-424d-bad0-873ffd2f37e1 82473
2022-09-06T07:20:28.747Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:28.747Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:28.747Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:20:28.757Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:28.765Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:28.766Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448828745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:28.870Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-09-06T07:20:28.871Z||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-09-06T07:20:28.874Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:28.999Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:29.000Z||pool-152-thread-1|||||INFO|500||cambria reply ok (130 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:20:29.772Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:20:29.774Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-06T07:20:29.774Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: af2283f5-8b38-424d-bad0-873ffd2f37e1, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-06T07:20:29.775Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-09-06T07:20:29.776Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-06T07:20:29.776Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-06T07:20:30.625Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3771115594218050418/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-09-06T07:20:33.628Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T07:20:33.628Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-06T07:20:33.629Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-06T07:20:33.629Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-06T07:20:33.629Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.629Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.629Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-06T07:20:33.629Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.629Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.630Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.630Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-09-06T07:20:33.630Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-06T07:20:33.630Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.631Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.632Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:33.634Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-06T07:20:33.636Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:20:33.646Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.646Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.646Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:33.647Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-06T07:20:33.647Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:20:33.647Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.647Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.648Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.648Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-06T07:20:33.648Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-09-06T07:20:33.648Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-09-06T07:20:33.649Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-09-06T07:20:33.649Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-06T07:20:33.649Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-09-06T07:20:33.649Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.650Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.650Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.650Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:33.650Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:20:33.651Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.651Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:33.651Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:20:33.652Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.652Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:33.652Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:20:33.652Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.652Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-06T07:20:33.653Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-06T07:20:33.653Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-06T07:20:33.653Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=58d71643-d6a5-48e7-a1e0-d71a7004fddd
2022-09-06T07:20:33.653Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.654Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.654Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.654Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.654Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.654Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.655Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:33.655Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.655Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:4e48dcd0-ad84-4425-a42d-0a9f74520a78
Model Version:NULL
Model InvariantUuid:31ee9963-1ad0-4474-b5c7-5d50312f1c6e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:77d2640a-f9ff-41b9-9393-cf75b2c19953
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:eb0d7f71-e795-4706-9a2a-e3eef57048d3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:675560db-7fad-46a0-a870-95c8e1fc750d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9a68152b-f75f-4210-8e03-67c5ebcc5c55
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:cedf3578-025f-4621-852a-c274c67fb048
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:58d71643-d6a5-48e7-a1e0-d71a7004fddd
ModelInvariantUuid:e235accb-988b-4b55-8324-f2b829d080d7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:fe7c0581-a147-40a8-b735-24d100199597
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:759a62a9-8f7a-42d5-8394-be5ead09b370
ModelInvariantUuid:18069a99-02d4-43b6-98de-4cd4182c8a80
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:c39ecde9-2b6f-4d4b-8fb5-d7bb678dc753
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T07:20:33.725Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: d6a0fcf5-0774-44a8-a0cc-078f81efb634
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:20:33.753Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-09-06T07:20:33.753Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6a0fcf5-0774-44a8-a0cc-078f81efb634
2022-09-06T07:20:33.753Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9cdaa4fe-e70d-4b9f-8d32-33178684c372 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-09-06T07:20:33.753Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-06T07:20:33.754Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.896Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-06T07:20:33.897Z|5fc2634b-9704-4aba-846a-961536bed139|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 9cdaa4fe-e70d-4b9f-8d32-33178684c372 792
2022-09-06T07:20:33.900Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.901Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:33.903Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:20:33.904Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:33.923Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:33.924Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448833900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:34.009Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-09-06T07:20:34.010Z||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-09-06T07:20:34.010Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:34.061Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:34.061Z||pool-153-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:20:34.925Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9a68152b-f75f-4210-8e03-67c5ebcc5c55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cedf3578-025f-4621-852a-c274c67fb048",
    "vfModuleModelCustomizationUUID": "0244587d-b67e-461b-ba3a-00627d20dfad",
    "isBase": true,
    "artifacts": [
      "a9463e7b-ba58-44c7-9009-d2d7af4ffdad",
      "b66df4f5-4d31-41a8-a54f-2fff43bd3100"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T07:20:34.963Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cedf3578-025f-4621-852a-c274c67fb048
VfModuleModelInvariantUUID:9a68152b-f75f-4210-8e03-67c5ebcc5c55
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9463e7b-ba58-44c7-9009-d2d7af4ffdad
,
b66df4f5-4d31-41a8-a54f-2fff43bd3100

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

isBase:true


}

2022-09-06T07:20:34.970Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9a68152b-f75f-4210-8e03-67c5ebcc5c55",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cedf3578-025f-4621-852a-c274c67fb048",
    "vfModuleModelCustomizationUUID": "0244587d-b67e-461b-ba3a-00627d20dfad",
    "isBase": true,
    "artifacts": [
      "a9463e7b-ba58-44c7-9009-d2d7af4ffdad",
      "b66df4f5-4d31-41a8-a54f-2fff43bd3100"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-09-06T07:20:34.971Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cedf3578-025f-4621-852a-c274c67fb048
VfModuleModelInvariantUUID:9a68152b-f75f-4210-8e03-67c5ebcc5c55
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9463e7b-ba58-44c7-9009-d2d7af4ffdad
,
b66df4f5-4d31-41a8-a54f-2fff43bd3100

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

isBase:true


}

2022-09-06T07:20:34.971Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a9463e7b-ba58-44c7-9009-d2d7af4ffdad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-09-06T07:20:34.971Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-06T07:20:34.971Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:35.178Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-06T07:20:35.179Z|5fc2634b-9704-4aba-846a-961536bed139|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 a9463e7b-ba58-44c7-9009-d2d7af4ffdad 5033
2022-09-06T07:20:35.179Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:35.180Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:35.180Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:20:35.181Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:35.189Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:35.189Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448835179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:35.285Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T07:20:35.286Z||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-09-06T07:20:35.286Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:35.315Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:35.316Z||pool-154-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:20:36.192Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b66df4f5-4d31-41a8-a54f-2fff43bd3100 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-09-06T07:20:36.193Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-06T07:20:36.193Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:36.335Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-06T07:20:36.336Z|5fc2634b-9704-4aba-846a-961536bed139|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 b66df4f5-4d31-41a8-a54f-2fff43bd3100 903
2022-09-06T07:20:36.337Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:36.337Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:36.338Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:20:36.338Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:36.346Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:36.346Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448836337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:20:36.452Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-09-06T07:20:36.458Z||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-09-06T07:20:36.459Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:36.488Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:36.489Z||pool-155-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:37.347Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 4e48dcd0-ad84-4425-a42d-0a9f74520a78
2022-09-06T07:20:37.348Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d6a0fcf5-0774-44a8-a0cc-078f81efb634 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-09-06T07:20:37.411Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45be1cfa, org.onap.sdc.toscaparser.api.parameters.Input@75b93af1, org.onap.sdc.toscaparser.api.parameters.Input@587f8a91, org.onap.sdc.toscaparser.api.parameters.Input@1f9a9232, org.onap.sdc.toscaparser.api.parameters.Input@2af604f7]
2022-09-06T07:20:37.414Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.415Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.415Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-09-06T07:20:37.415Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 675560db-7fad-46a0-a870-95c8e1fc750d
2022-09-06T07:20:37.415Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 675560db-7fad-46a0-a870-95c8e1fc750d matches Tosca VF Customization UUID: 675560db-7fad-46a0-a870-95c8e1fc750d
2022-09-06T07:20:37.415Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 675560db-7fad-46a0-a870-95c8e1fc750d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-09-06T07:20:37.436Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.438Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.439Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 675560db-7fad-46a0-a870-95c8e1fc750d: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-09-06T07:20:37.439Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@796bf9c8
2022-09-06T07:20:37.439Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.440Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.440Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0244587d-b67e-461b-ba3a-00627d20dfad
2022-09-06T07:20:37.441Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0244587d-b67e-461b-ba3a-00627d20dfad
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-09-06T07:20:37.454Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.455Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:37.455Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:20:37.456Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.456Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:37.456Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:20:37.457Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.457Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-09-06T07:20:37.457Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-09-06T07:20:37.458Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-09-06T07:20:37.458Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=58d71643-d6a5-48e7-a1e0-d71a7004fddd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-09-06T07:20:37.473Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.473Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:37.474Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-09-06T07:20:37.474Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.474Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-09-06T07:20:37.474Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=675560db-7fad-46a0-a870-95c8e1fc750d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:20:37.486Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.487Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.487Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 4e48dcd0-ad84-4425-a42d-0a9f74520a78: basic_vm_macro
2022-09-06T07:20:37.488Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.488Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.488Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.488Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.488Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.488Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.489Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.489Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.489Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:20:37.489Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.489Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.960Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d6a0fcf5-0774-44a8-a0cc-078f81efb634 1 ASDC deployResourceStructure
2022-09-06T07:20:37.961Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.962Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:37.962Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:20:37.963Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:37.977Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:37.977Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448837961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:38.092Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-09-06T07:20:38.093Z||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-09-06T07:20:38.093Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:38.118Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:38.119Z||pool-156-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:20:38.978Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:38.979Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:38.979Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:20:38.980Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:38.984Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:38.984Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448838978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:39.091Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-09-06T07:20:39.094Z||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-09-06T07:20:39.094Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:39.157Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:39.157Z||pool-157-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:39.993Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:39.993Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:39.993Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:20:39.994Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:39.999Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:39.999Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448839993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:40.100Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-09-06T07:20:40.101Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:20:40.101Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:40.141Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:40.142Z||pool-158-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:41.011Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:41.011Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:41.012Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:20:41.012Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:20:41.015Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:20:41.016Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448841001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:20:41.124Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-09-06T07:20:41.125Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:20:41.126Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:20:41.158Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:20:41.160Z||pool-159-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:20:42.017Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5fc2634b-9704-4aba-846a-961536bed139
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:20:42.066Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5fc2634b-9704-4aba-846a-961536bed139
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:20:42.079Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:20:42.079Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T07:20:42.079Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T07:20:42.079Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T07:20:42.080Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:20:42.080Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:20:42.080Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:20:42.080Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:20:42.080Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:20:42.081Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:20:42.081Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:20:42.104Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T07:21:12.116Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5fc2634b-9704-4aba-846a-961536bed139 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T07:21:12.131Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5fc2634b-9704-4aba-846a-961536bed139 and serviceModelVersionId: 4e48dcd0-ad84-4425-a42d-0a9f74520a78
2022-09-06T07:21:12.131Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31ee9963-1ad0-4474-b5c7-5d50312f1c6e
2022-09-06T07:21:12.133Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31ee9963-1ad0-4474-b5c7-5d50312f1c6e/model-vers/model-ver/4e48dcd0-ad84-4425-a42d-0a9f74520a78?depth=0
2022-09-06T07:21:12.153Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T07:21:12.236Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ee9963-1ad0-4474-b5c7-5d50312f1c6e/model-vers/model-ver/4e48dcd0-ad84-4425-a42d-0a9f74520a78?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-09-06T07:21:12.243Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ee9963-1ad0-4474-b5c7-5d50312f1c6e/model-vers/model-ver/4e48dcd0-ad84-4425-a42d-0a9f74520a78?depth=0|INFO|500||Invoke
2022-09-06T07:21:12.329Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ee9963-1ad0-4474-b5c7-5d50312f1c6e/model-vers/model-ver/4e48dcd0-ad84-4425-a42d-0a9f74520a78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T07:21:12.704Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ee9963-1ad0-4474-b5c7-5d50312f1c6e/model-vers/model-ver/4e48dcd0-ad84-4425-a42d-0a9f74520a78?depth=0|INFO|500||InvokeReturn
2022-09-06T07:21:12.705Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31ee9963-1ad0-4474-b5c7-5d50312f1c6e/model-vers/model-ver/4e48dcd0-ad84-4425-a42d-0a9f74520a78?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220906-07:21:12:483-86202], vertex-id=[512080], Content-Length=[0], Date=[Tue, 06 Sep 2022 07:21:12 GMT], Content-Type=[application/json]}
2022-09-06T07:21:12.705Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-09-06T07:21:12.713Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T07:21:12.713Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:21:12.764Z|5fc2634b-9704-4aba-846a-961536bed139|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-09-06T07:21:12.764Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5fc2634b-9704-4aba-846a-961536bed139 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T07:21:12.765Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T07:21:12.765Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:12.781Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:12.782Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448872764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:21:12.876Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-06T07:21:12.883Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:12.883Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:12.943Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:12.943Z||pool-160-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:21:13.809Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-09-06T07:21:13.809Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"368c020b-0966-47fc-becc-cb16b1c8366b","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"a183d9b5-ef1d-4a3b-a0ee-89265212fb0e","serviceDescription":"service","serviceInvariantUUID":"07e7cf36-6ef6-46af-9d5b-d9062e49dfa9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a","resourceInvariantUUID":"43d0766a-7a5f-41b3-a84e-25b29c173a70","resourceCustomizationUUID":"fc75f99a-1d04-45cc-9783-cc200b54279e","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":"Yjg3ZmVlMmExMzhlMGFjYWQ5OTdkOWYxMGMxMTAxZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15969bd2-4c63-48f2-9008-6584ca6aadb8","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":"810f3a19-0fb5-4d39-bbbd-3cc1abf371a2","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":"0dab3efd-acee-4890-8c13-7d329e0c98e8","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":"YjNjZThhY2Y1ZTVhOWVmMTBkODU0YTY3MDJjZmYyMjE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"24c3fe9b-3a03-4636-a4bc-13a1bf15a85a","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":"9cf38b96-6ea1-4056-b190-ac64556c4a77","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":"b9873db4-1b58-41ed-8428-128251b59e32","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":"f3c92165-0a25-4086-bb50-9003f7c0cea4","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":"OTJkMTMzNzFkZjllZDg0MzE1ZDZlNGY1NDgwYTYwNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4c3462e-dd23-4cc5-8654-8aae98d59d60","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Mzk3MjA5YTY4NTRjNTkxMTgzNWM1NjQwOWE1MDY3OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e37a9e4-7762-45bb-a879-74877063e8c6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-09-06T07:21:13.810Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:13.811Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:13.816Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:13.817Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:13.916Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:21:13.917Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:13.918Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:13.945Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:13.945Z||pool-161-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:21:14.822Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:14.823Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:14.828Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:14.828Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:14.930Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-09-06T07:21:14.931Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:14.931Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:14.968Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:14.969Z||pool-162-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:21:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:21:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:21:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:21:15.605Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:15.605Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-09-06T07:21:15.606Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "75294d25-0b5a-447d-85c1-796c4af0bfa9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448814218,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:21:15.607Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:21:15.843Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:15.844Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:15.857Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:15.858Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:15.957Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-09-06T07:21:15.958Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:15.959Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:16.032Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:16.033Z||pool-163-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":3,"count":1}
2022-09-06T07:21:16.865Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:16.866Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:16.880Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:16.881Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:16.978Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T07:21:16.980Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:16.980Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:17.044Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:17.045Z||pool-164-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:21:17.885Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:17.886Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:17.893Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:17.894Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:18.007Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 113 ms
2022-09-06T07:21:18.008Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:18.008Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:18.069Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:18.069Z||pool-165-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:21:18.897Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:18.897Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:18.929Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:18.929Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:19.025Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-09-06T07:21:19.026Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:19.026Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:19.116Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:19.116Z||pool-166-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:21:19.931Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:19.931Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:19.949Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:19.949Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:20.043Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-09-06T07:21:20.044Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:20.049Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:20.121Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:20.122Z||pool-167-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:21:20.954Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:20.954Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:20.960Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:20.961Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:21:21.060Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-09-06T07:21:21.062Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:21.063Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:21.113Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:21.113Z||pool-168-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1}
2022-09-06T07:21:21.965Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-09-06T07:21:21.965Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:21.969Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:21.974Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:21:22.068Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-09-06T07:21:22.069Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:22.070Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:22.158Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:22.158Z||pool-169-thread-1|||||INFO|500||cambria reply ok (89 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:21:22.982Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a183d9b5-ef1d-4a3b-a0ee-89265212fb0e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "07e7cf36-6ef6-46af-9d5b-d9062e49dfa9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "fc75f99a-1d04-45cc-9783-cc200b54279e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a",
      "resourceInvariantUUID": "43d0766a-7a5f-41b3-a84e-25b29c173a70",
      "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": "Mzk3MjA5YTY4NTRjNTkxMTgzNWM1NjQwOWE1MDY3OTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e37a9e4-7762-45bb-a879-74877063e8c6"
    }
  ],
  "workloadContext": "Production"
}
2022-09-06T07:21:22.982Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-09-06T07:21:22.983Z|5fc2634b-9704-4aba-846a-961536bed139|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a183d9b5-ef1d-4a3b-a0ee-89265212fb0e ASDC
2022-09-06T07:21:22.983Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:368c020b-0966-47fc-becc-cb16b1c8366b
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:a183d9b5-ef1d-4a3b-a0ee-89265212fb0e
ServiceInvariantUUID:07e7cf36-6ef6-46af-9d5b-d9062e49dfa9
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:9e37a9e4-7762-45bb-a879-74877063e8c6
ArtifactChecksum:Mzk3MjA5YTY4NTRjNTkxMTgzNWM1NjQwOWE1MDY3OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:fc75f99a-1d04-45cc-9783-cc200b54279e
ResourceInvariantUUID:43d0766a-7a5f-41b3-a84e-25b29c173a70
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-09-06T07:21:22.983Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a183d9b5-ef1d-4a3b-a0ee-89265212fb0e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:21:23.080Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:21:23.081Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-06T07:21:23.082Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-06T07:21:23.082Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9e37a9e4-7762-45bb-a879-74877063e8c6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-09-06T07:21:23.082Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-09-06T07:21:23.082Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:23.430Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-09-06T07:21:23.447Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 9e37a9e4-7762-45bb-a879-74877063e8c6 110788
2022-09-06T07:21:23.458Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:23.459Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:23.460Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-09-06T07:21:23.462Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:23.474Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:23.475Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448883458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:21:23.572Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-09-06T07:21:23.574Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:23.574Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:23.609Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:23.610Z||pool-170-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-09-06T07:21:24.480Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-09-06T07:21:24.482Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-09-06T07:21:24.482Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9e37a9e4-7762-45bb-a879-74877063e8c6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-06T07:21:24.483Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-09-06T07:21:24.484Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-06T07:21:24.484Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-06T07:21:24.749Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17226838351419652811/Definitions/service-TestPnfMacro-template.yml
2022-09-06T07:21:27.052Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-09-06T07:21:27.060Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-06T07:21:27.065Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-09-06T07:21:27.069Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-09-06T07:21:27.069Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.069Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.069Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.070Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.070Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.070Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.070Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.070Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-09-06T07:21:27.071Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.071Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.071Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-06T07:21:27.072Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-06T07:21:27.072Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:21:27.072Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.089Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.090Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-09-06T07:21:27.090Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-09-06T07:21:27.091Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-09-06T07:21:27.091Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.092Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.092Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.092Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.092Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.094Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.094Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.095Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.095Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.095Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.097Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:a183d9b5-ef1d-4a3b-a0ee-89265212fb0e
Model Version:NULL
Model InvariantUuid:07e7cf36-6ef6-46af-9d5b-d9062e49dfa9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-09-06T07:21:27.141Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:21:27.169Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-09-06T07:21:27.170Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a
2022-09-06T07:21:27.170Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: a183d9b5-ef1d-4a3b-a0ee-89265212fb0e
2022-09-06T07:21:27.170Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a183d9b5-ef1d-4a3b-a0ee-89265212fb0e
2022-09-06T07:21:27.170Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-09-06T07:21:27.185Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ea5c5ae, org.onap.sdc.toscaparser.api.parameters.Input@5ff6b0f2, org.onap.sdc.toscaparser.api.parameters.Input@6420481d, org.onap.sdc.toscaparser.api.parameters.Input@2a38b759, org.onap.sdc.toscaparser.api.parameters.Input@2a308f05]
2022-09-06T07:21:27.186Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.187Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.188Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a183d9b5-ef1d-4a3b-a0ee-89265212fb0e: test-pnf
2022-09-06T07:21:27.193Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||Processing PNF resource: a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a
2022-09-06T07:21:27.193Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-09-06T07:21:27.194Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.194Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||Resource customization UUID: fc75f99a-1d04-45cc-9783-cc200b54279e is the same as notified resource customizationUUID: fc75f99a-1d04-45cc-9783-cc200b54279e
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-09-06T07:21:27.343Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf a8136c4a-b80a-4a0a-a6b6-bd87dc8daf9a 0 ASDC deployResourceStructure
2022-09-06T07:21:27.344Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.344Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:27.344Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-09-06T07:21:27.349Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:27.357Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:27.358Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448887344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:21:27.453Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-06T07:21:27.454Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:27.455Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:27.544Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:27.544Z||pool-171-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":4,"count":1}
2022-09-06T07:21:28.362Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 368c020b-0966-47fc-becc-cb16b1c8366b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:21:28.445Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 368c020b-0966-47fc-becc-cb16b1c8366b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-09-06T07:21:28.467Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-09-06T07:21:28.468Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-09-06T07:21:28.468Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-09-06T07:21:28.469Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-09-06T07:21:28.469Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:21:28.469Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:21:28.470Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:21:28.470Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:21:28.470Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:21:28.471Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:21:28.471Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-09-06T07:21:28.472Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:28.489Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-09-06T07:21:58.489Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 368c020b-0966-47fc-becc-cb16b1c8366b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-09-06T07:21:58.507Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 368c020b-0966-47fc-becc-cb16b1c8366b and serviceModelVersionId: a183d9b5-ef1d-4a3b-a0ee-89265212fb0e
2022-09-06T07:21:58.507Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07e7cf36-6ef6-46af-9d5b-d9062e49dfa9
2022-09-06T07:21:58.508Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0
2022-09-06T07:21:58.514Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-09-06T07:21:58.611Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0|INFO|500||Invoke
2022-09-06T07:21:58.612Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[368c020b-0966-47fc-becc-cb16b1c8366b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[96f696d2-e283-4bf5-9824-96b67abf4b4e], X-ECOMP-RequestID=[368c020b-0966-47fc-becc-cb16b1c8366b], X-TransactionId=[], X-ONAP-RequestID=[368c020b-0966-47fc-becc-cb16b1c8366b], Content-Type=[application/merge-patch+json]}
2022-09-06T07:21:58.729Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-09-06T07:21:59.210Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?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/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220906-07:21:58:937-39791], vertex-id=[253992], Content-Length=[0], Date=[Tue, 06 Sep 2022 07:21:58 GMT], Content-Type=[application/json]}
2022-09-06T07:21:59.211Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-09-06T07:21:59.213Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07e7cf36-6ef6-46af-9d5b-d9062e49dfa9/model-vers/model-ver/a183d9b5-ef1d-4a3b-a0ee-89265212fb0e?depth=0|INFO|500||InvokeReturn
2022-09-06T07:21:59.225Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-09-06T07:21:59.226Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:59.251Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:21:59.252Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 368c020b-0966-47fc-becc-cb16b1c8366b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-09-06T07:21:59.253Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-09-06T07:21:59.256Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-09-06T07:21:59.268Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-09-06T07:21:59.268Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448919252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:21:59.362Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-09-06T07:21:59.363Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-09-06T07:21:59.363Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as w5BvViljZrV98F49) ...
2022-09-06T07:21:59.418Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:21:59.419Z||pool-172-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-09-06T07:22:00.290Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:22:00.291Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:22:00.291Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:22:09.954Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:22:09.955Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:22:09.956Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:22:09.956Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:22:15.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:22:15.533Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:22:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:22:15.645Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:22:15.652Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.652Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:22:15.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448828745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448833900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448835179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448836337,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448837961,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448838978,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-09-06T07:22:15.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448839993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-09-06T07:22:15.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448841001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:22:15.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5fc2634b-9704-4aba-846a-961536bed139",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448872764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:22:15.659Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:22:19.552Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:22:19.554Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:22:19.555Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:22:19.555Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:22:29.228Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:22:29.229Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:22:29.230Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:22:29.230Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:22:38.828Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:22:38.829Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:22:38.830Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:22:38.831Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:22:48.439Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:23:15.524Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:23:15.525Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:23:15.526Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:23:15.534Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:23:15.535Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:23:15.535Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:23:15.623Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:23:15.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:23:15.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:23:15.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:23:25.185Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:24:15.525Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:24:15.528Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:24:15.528Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:24:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:24:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:24:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:24:16.118Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:24:16.119Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.120Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:24:16.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:24:16.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:24:16.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:24:16.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:24:16.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:24:16.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:24:16.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:24:16.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-09-06T07:24:16.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:24:16.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448815290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-09-06T07:24:16.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-09-06T07:24:16.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448883458,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-09-06T07:24:16.126Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:24:16.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448887344,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-09-06T07:24:16.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:24:16.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-09-06T07:24:16.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "368c020b-0966-47fc-becc-cb16b1c8366b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1662448919252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-09-06T07:24:16.127Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-09-06T07:24:25.164Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:25:15.524Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:25:15.525Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:25:15.526Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:25:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:25:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:25:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:25:25.142Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:25:25.188Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:26:15.523Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:26:15.524Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:26:15.525Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:26:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:26:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:26:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:26:25.129Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:26:25.131Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:27:15.526Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:27:15.527Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:27:15.528Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:27:15.532Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:27:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:27:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|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 w5BvViljZrV98F49) ...
2022-09-06T07:27:25.117Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:27:25.120Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:28:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:28:15.536Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:28:15.536Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:28:15.546Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:28:15.548Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:28:15.549Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:28:25.181Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:28:25.193Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:29:15.523Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:29:15.525Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:29:15.525Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:29:15.533Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:29:15.534Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:29:15.534Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:29:25.147Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:29:25.153Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:30:15.525Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:30:15.526Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:30:15.526Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:30:15.532Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:30:15.533Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:30:15.533Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:30:25.165Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:30:25.182Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:31:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:31:15.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:31:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:31:15.532Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:31:15.533Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:31:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:31:25.109Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:31:25.109Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:32:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:32:15.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:32:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:32:15.537Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:32:15.538Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:32:15.538Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:32:25.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:32:25.146Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:33:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:33:15.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:33:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:33:15.532Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:33:15.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:33:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:33:25.117Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:33:25.137Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:34:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:34:15.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:34:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:34:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:34:15.534Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:34:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:34:25.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:34:25.172Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:35:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:35:15.524Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:35:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:35:15.532Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:35:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:35:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:35:25.116Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:35:25.118Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:36:15.524Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:36:15.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:36:15.534Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:36:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:36:15.535Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:36:15.535Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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 w5BvViljZrV98F49) ...
2022-09-06T07:36:25.153Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:36:25.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:37:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:37:15.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:37:15.529Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:37:15.537Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:37:15.538Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:37:15.538Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|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 w5BvViljZrV98F49) ...
2022-09-06T07:37:25.147Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:37:25.171Z|4d8acd33-71cd-46c3-9119-b0fce3737f35|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:38:15.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:38:15.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:38:15.531Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:38:15.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:38:15.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:38:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:38:25.194Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:38:25.219Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:39:15.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:39:15.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:39:15.533Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as w5BvViljZrV98F49) ...
2022-09-06T07:39:15.532Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:39:15.533Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:39:15.533Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:39:25.227Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:39:25.254Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:40:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:40:15.524Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:40:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:40:15.553Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:40:15.554Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:40:15.554Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:40:25.126Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:40:25.147Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:41:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:41:15.524Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:41:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:41:15.541Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:41:15.546Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:41:15.546Z|19e0830e-944a-468b-830d-b2ef270baae9|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 w5BvViljZrV98F49) ...
2022-09-06T07:41:25.134Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:41:25.136Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:42:15.523Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:42:15.525Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:42:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:42:15.532Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:42:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:42:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|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 w5BvViljZrV98F49) ...
2022-09-06T07:42:25.124Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:42:25.129Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:43:15.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:43:15.526Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:43:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:43:15.533Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:43:15.533Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:43:15.533Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:43:25.137Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:43:25.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:44:15.525Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:44:15.528Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:44:15.528Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:44:15.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:44:15.533Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:44:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:44:25.163Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:44:25.201Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:45:15.524Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:45:15.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:45:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:45:15.532Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:45:15.534Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:45:15.534Z|575c4179-b0b8-4efe-970a-871686832cf2|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 w5BvViljZrV98F49) ...
2022-09-06T07:45:25.141Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:45:25.160Z|575c4179-b0b8-4efe-970a-871686832cf2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:46:15.523Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:46:15.525Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:46:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:46:15.532Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:46:15.534Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:46:15.534Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|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 w5BvViljZrV98F49) ...
2022-09-06T07:46:25.140Z|75294d25-0b5a-447d-85c1-796c4af0bfa9|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:46:25.234Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:47:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:47:15.533Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:47:15.534Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:47:15.534Z|19e0830e-944a-468b-830d-b2ef270baae9|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 w5BvViljZrV98F49) ...
2022-09-06T07:47:15.534Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:47:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:47:25.207Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:47:25.234Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:48:15.523Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:48:15.524Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:48:15.525Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:48:15.532Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:48:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:48:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|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 w5BvViljZrV98F49) ...
2022-09-06T07:48:25.150Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:48:25.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:49:15.525Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:49:15.527Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:49:15.527Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:49:15.532Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:49:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:49:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|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 w5BvViljZrV98F49) ...
2022-09-06T07:49:25.151Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:49:25.162Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:50:15.524Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:50:15.525Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:50:15.526Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:50:15.532Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:50:15.534Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:50:15.534Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:50:25.187Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:50:25.187Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:51:15.524Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:51:15.526Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:51:15.526Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:51:15.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:51:15.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:51:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:51:25.186Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:51:25.188Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:52:15.525Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:52:15.526Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:52:15.526Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:52:15.533Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:52:15.534Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:52:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:52:25.154Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:52:25.156Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:53:15.523Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:53:15.524Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:53:15.525Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:53:15.532Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:53:15.533Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:53:15.534Z|19e0830e-944a-468b-830d-b2ef270baae9|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 w5BvViljZrV98F49) ...
2022-09-06T07:53:25.182Z|19e0830e-944a-468b-830d-b2ef270baae9|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:53:25.185Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:54:15.523Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:54:15.524Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:54:15.528Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:54:15.532Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:54:15.533Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:54:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:54:25.122Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:54:25.146Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:55:15.523Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:55:15.524Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:55:15.525Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...
2022-09-06T07:55:15.533Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:55:15.535Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:55:15.535Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:55:25.157Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:55:25.176Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-09-06T07:56:15.523Z|368c020b-0966-47fc-becc-cb16b1c8366b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:56:15.532Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-09-06T07:56:15.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-09-06T07:56:15.534Z||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 w5BvViljZrV98F49) ...
2022-09-06T07:56:15.528Z|368c020b-0966-47fc-becc-cb16b1c8366b|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-09-06T07:56:15.535Z|368c020b-0966-47fc-becc-cb16b1c8366b|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 w5BvViljZrV98F49) ...